aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Explicitly truncate bswap operand to uint32_tBenjamin Kramer2009-11-25
* t1200: fix a timing dependent errorNanako Shiraishi2009-11-25
* Merge branch 'rj/maint-cygwin-count-objects'Junio C Hamano2009-11-24
|\
| * git-count-objects: Fix a disk-space under-estimate on CygwinRamsay Jones2009-11-19
* | Documentation: update descriptions of revision options related to '--bisect'Christian Couder2009-11-24
* | Enable support for IPv6 on MinGWMartin Storsjö2009-11-24
* | Refactor winsock initialization into a separate functionMartin Storsjö2009-11-24
* | Merge branch 'rs/color-escape-has-zero-width'Junio C Hamano2009-11-23
|\ \
| * | strbuf_add_wrapped_text(): skip over colour codesRené Scharfe2009-11-23
* | | Merge branch 'bg/apply-doc'Junio C Hamano2009-11-23
|\ \ \
| * | | Fix over-simplified documentation for 'git log -z'Björn Gustavsson2009-11-23
| * | | apply: Use the term "working tree" consistentlyBjörn Gustavsson2009-11-22
| * | | apply: Format all options using back-quotesBjörn Gustavsson2009-11-22
| * | | apply: apply works outside a repositoryBjörn Gustavsson2009-11-22
| * | | Clarify and correct -zBjörn Gustavsson2009-11-22
* | | | Merge branch 'mm/maint-hint-failed-merge'Junio C Hamano2009-11-23
|\ \ \ \
| * | | | user-manual: Document that "git merge" doesn't like uncommited changes.Matthieu Moy2009-11-22
| * | | | merge-recursive: point the user to commit when file would be overwritten.Matthieu Moy2009-11-22
| | |_|/ | |/| |
* | | | Merge branch 'jc/log-stdin'Junio C Hamano2009-11-23
|\ \ \ \
| * | | | Add trivial tests for --stdin option to log familyJunio C Hamano2009-11-23
| * | | | Make --stdin option to "log" family read also pathspecsJunio C Hamano2009-11-20
| * | | | setup_revisions(): do not call get_pathspec() too earlyJunio C Hamano2009-11-20
| * | | | Teach --stdin option to "log" familyJunio C Hamano2009-11-20
| * | | | read_revision_from_stdin(): use strbufJunio C Hamano2009-11-20
* | | | | Merge branch 'mr/gitweb-snapshot'Junio C Hamano2009-11-23
|\ \ \ \ \
| * | | | | t/gitweb-lib: Split HTTP response with non-GNU sedBrian Gernhardt2009-11-23
| * | | | | gitweb: Smarter snapshot namesMark Rada2009-11-08
| * | | | | gitweb: Document current snapshot rules via new testsJakub Narebski2009-11-08
| * | | | | t/gitweb-lib.sh: Split gitweb output into headers and bodyJakub Narebski2009-10-30
| * | | | | gitweb: check given hash before trying to create snapshotMark Rada2009-09-29
* | | | | | Merge branch 'cc/replace'Junio C Hamano2009-11-23
|\ \ \ \ \ \
| * | | | | | Documentation: talk a little bit about GIT_NO_REPLACE_OBJECTSChristian Couder2009-11-20
| * | | | | | Documentation: fix typos and spelling in replace documentationChristian Couder2009-11-20
| * | | | | | replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder2009-11-20
* | | | | | | Merge branch 'maint'Junio C Hamano2009-11-23
|\ \ \ \ \ \ \
| * | | | | | | pack-objects: split implications of --all-progress from progress activationNicolas Pitre2009-11-23
| * | | | | | | instaweb: restart server if already runningStephen Boyd2009-11-23
| * | | | | | | prune-packed: only show progress when stderr is a ttyJeff King2009-11-23
* | | | | | | | remote-curl.c: fix rpc_out()Tay Ray Chuan2009-11-23
* | | | | | | | t4014-format-patch: do not assume 'test' is available as non-builtinJohannes Sixt2009-11-23
* | | | | | | | Merge branch 'bg/fetch-multi'Junio C Hamano2009-11-23
|\ \ \ \ \ \ \ \
| * | | | | | | | Re-implement 'git remote update' using 'git fetch'Björn Gustavsson2009-11-10
| * | | | | | | | builtin-fetch: add --dry-run optionJay Soffian2009-11-10
| * | | | | | | | builtin-fetch: add --prune optionJay Soffian2009-11-10
| * | | | | | | | teach warn_dangling_symref to take a FILE argumentJay Soffian2009-11-10
| * | | | | | | | remote: refactor some logic into get_stale_heads()Jay Soffian2009-11-10
| * | | | | | | | Add missing test for 'git remote update --prune'Björn Gustavsson2009-11-10
| * | | | | | | | Add the configuration option skipFetchAllBjörn Gustavsson2009-11-10
| * | | | | | | | Teach the --multiple option to 'git fetch'Björn Gustavsson2009-11-10
| * | | | | | | | Teach the --all option to 'git fetch'Björn Gustavsson2009-11-10