aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | Merge branch 'ak/maint-for-each-ref-no-lookup' into maintJunio C Hamano2009-06-21
|\ \ \ \ \ \
| * | | | | | for-each-ref: Do not lookup objects when they will not be usedAnders Kaseorg2009-05-28
* | | | | | | Merge branch 'rc/maint-http-local-slot-fix' into maintJunio C Hamano2009-06-21
|\ \ \ \ \ \ \
| * | | | | | | http*: cleanup slot->local after fcloseTay Ray Chuan2009-06-06
* | | | | | | | Merge branch 'cb/maint-no-double-merge' into maintJunio C Hamano2009-06-21
|\ \ \ \ \ \ \ \
| * | | | | | | | refuse to merge during a mergeClemens Buchacher2009-06-01
* | | | | | | | | Merge branch 'mn/maint-iconv-autoconf' into maintJunio C Hamano2009-06-21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix handling of iconv configuration optionsMarco Nelissen2009-06-08
* | | | | | | | | | Merge branch 'lt/maint-unsigned-left-shift' into maintJunio C Hamano2009-06-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix big left-shifts of unsigned charLinus Torvalds2009-06-18
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'pb/maint-1.6.2-userdiff-fix' into maintJunio C Hamano2009-06-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | upload-archive: fix infinite loop on CygwinRené Scharfe2009-06-18
| * | | | | | | | | | avoid exponential regex match for java and objc function namesPaolo Bonzini2009-06-18
* | | | | | | | | | | attribute: whitespace set to true detects all errors known to gitJunio C Hamano2009-06-21
* | | | | | | | | | | .gitattributes: CR at the end of the line is an errorNanako Shiraishi2009-06-21
* | | | | | | | | | | t3505: fix abuse of test_expect_codeJunio C Hamano2009-06-21
* | | | | | | | | | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-06-20
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-06-20
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | / / | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-06-20
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | * | | | | | | git-show-ref.txt: remove word and make consistentStephen Boyd2009-06-20
| | | * | | | | | | git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna2009-06-20
| | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | use xstrdup, not strdup in ll-merge.cJim Meyering2009-06-14
* | | | | | | | | http.c: fix compiling with libcurl 7.9.2Mark Lodato2009-06-18
* | | | | | | | | import-tars: support symlinksJohannes Schindelin2009-06-18
* | | | | | | | | pull, rebase: simplify to use die()Stephen Boyd2009-06-14
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-06-13
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-06-13
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-06-13
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | git-rerere.txt: grammatical fixups and cleanupsStephen Boyd2009-06-13
* | | | | | | | Documentation: git-send-mail can take rev-list arg to drive format-patchPaolo Bonzini2009-06-11
* | | | | | | | Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maintJunio C Hamano2009-06-11
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase--interactive: remote stray closing parenthesisUwe Kleine-König2009-06-11
* | | | | | | | | diff.c: plug a memory leak in an error pathJohannes Sixt2009-06-08
* | | | | | | | | fetch-pack: close output channel after sideband demultiplexer terminatesJohannes Sixt2009-06-08
* | | | | | | | | builtin-remote: Make "remote show" display all urlsMichael J Gruber2009-06-08
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Documentation: refer to gitworkflows(7) from tutorial and git(1)Thomas Rast2009-06-06
* | | | | | | | daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2009-06-06
* | | | | | | | GIT 1.6.3.2v1.6.3.2Junio C Hamano2009-06-03
* | | | | | | | grep: fix empty word-regexp matchesRené Scharfe2009-06-03
* | | | | | | | blame: correctly handle a path that used to be a directoryJunio C Hamano2009-06-03
* | | | | | | | add -i: do not dump patch during applicationThomas Rast2009-06-03
* | | | | | | | Update draft release notes for 1.6.3.2Junio C Hamano2009-06-02
* | | | | | | | Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maintJunio C Hamano2009-06-02
|\ \ \ \ \ \ \ \
| * | | | | | | | Change xdl_merge to generate output even for null mergesCharles Bailey2009-05-24
| * | | | | | | | t6023: merge-file fails to output anything for a degenerate mergeCharles Bailey2009-05-24
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'rs/maint-grep-word-regexp-fix' into maintJunio C Hamano2009-06-02
|\ \ \ \ \ \ \ \
| * | | | | | | | grep: fix colouring of matches with zero lengthRené Scharfe2009-06-01
| * | | | | | | | grep: fix word-regexp at the beginning of linesRené Scharfe2009-05-23
* | | | | | | | | Merge branch 'sb/maint-1.6.2-opt-filename-fix' into maintJunio C Hamano2009-06-02
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | apply, fmt-merge-msg: use relative filenamesStephen Boyd2009-05-23