summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-remote: fix missing .uploadpack usage for show commandChris Frey2009-06-251-1/+1
* fread does not return negative on errorRoel Kluin2009-06-231-1/+1
* t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt2009-06-221-1/+1
* Merge branch 'sb/maint-1.6.0-add-config-fix' into maintJunio C Hamano2009-06-222-2/+15
|\
| * add: allow configurations to be overriden by command lineStephen Boyd2009-06-182-2/+15
* | GIT 1.6.3.3v1.6.3.3Junio C Hamano2009-06-213-2/+40
* | Merge branch 'ak/maint-for-each-ref-no-lookup' into maintJunio C Hamano2009-06-211-9/+17
|\ \
| * | for-each-ref: Do not lookup objects when they will not be usedAnders Kaseorg2009-05-281-9/+17
* | | Merge branch 'rc/maint-http-local-slot-fix' into maintJunio C Hamano2009-06-212-0/+12
|\ \ \
| * | | http*: cleanup slot->local after fcloseTay Ray Chuan2009-06-062-0/+12
* | | | Merge branch 'cb/maint-no-double-merge' into maintJunio C Hamano2009-06-212-1/+7
|\ \ \ \
| * | | | refuse to merge during a mergeClemens Buchacher2009-06-012-1/+7
* | | | | Merge branch 'mn/maint-iconv-autoconf' into maintJunio C Hamano2009-06-211-0/+8
|\ \ \ \ \
| * | | | | fix handling of iconv configuration optionsMarco Nelissen2009-06-081-0/+8
* | | | | | Merge branch 'lt/maint-unsigned-left-shift' into maintJunio C Hamano2009-06-218-16/+12
|\ \ \ \ \ \
| * | | | | | Fix big left-shifts of unsigned charLinus Torvalds2009-06-188-16/+12
* | | | | | | Merge branch 'pb/maint-1.6.2-userdiff-fix' into maintJunio C Hamano2009-06-212-7/+10
|\ \ \ \ \ \ \
| * | | | | | | upload-archive: fix infinite loop on CygwinRené Scharfe2009-06-181-5/+7
| * | | | | | | avoid exponential regex match for java and objc function namesPaolo Bonzini2009-06-181-2/+3
* | | | | | | | attribute: whitespace set to true detects all errors known to gitJunio C Hamano2009-06-211-5/+7
* | | | | | | | .gitattributes: CR at the end of the line is an errorNanako Shiraishi2009-06-211-1/+1
* | | | | | | | t3505: fix abuse of test_expect_codeJunio C Hamano2009-06-211-5/+5
* | | | | | | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-06-203-7/+7
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-06-203-7/+7
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-06-203-7/+7
| | |\ \ \ \ \ \ \
| | | * | | | | | | git-show-ref.txt: remove word and make consistentStephen Boyd2009-06-201-2/+2
| | | * | | | | | | git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna2009-06-201-1/+1
| | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | use xstrdup, not strdup in ll-merge.cJim Meyering2009-06-141-4/+4
* | | | | | | | | http.c: fix compiling with libcurl 7.9.2Mark Lodato2009-06-181-4/+4
* | | | | | | | | import-tars: support symlinksJohannes Schindelin2009-06-181-5/+12
* | | | | | | | | pull, rebase: simplify to use die()Stephen Boyd2009-06-142-10/+5
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-06-131-33/+32
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-06-131-33/+32
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-06-132-34/+34
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | git-rerere.txt: grammatical fixups and cleanupsStephen Boyd2009-06-131-33/+32
* | | | | | | | Documentation: git-send-mail can take rev-list arg to drive format-patchPaolo Bonzini2009-06-111-0/+4
* | | | | | | | Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maintJunio C Hamano2009-06-111-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase--interactive: remote stray closing parenthesisUwe Kleine-König2009-06-111-1/+1
* | | | | | | | | diff.c: plug a memory leak in an error pathJohannes Sixt2009-06-081-0/+1
* | | | | | | | | fetch-pack: close output channel after sideband demultiplexer terminatesJohannes Sixt2009-06-081-1/+3
* | | | | | | | | builtin-remote: Make "remote show" display all urlsMichael J Gruber2009-06-081-3/+6
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Documentation: refer to gitworkflows(7) from tutorial and git(1)Thomas Rast2009-06-062-1/+8
* | | | | | | | daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2009-06-062-5/+10
* | | | | | | | GIT 1.6.3.2v1.6.3.2Junio C Hamano2009-06-032-8/+6
* | | | | | | | grep: fix empty word-regexp matchesRené Scharfe2009-06-031-1/+5
* | | | | | | | blame: correctly handle a path that used to be a directoryJunio C Hamano2009-06-032-8/+33
* | | | | | | | add -i: do not dump patch during applicationThomas Rast2009-06-031-1/+0
* | | | | | | | Update draft release notes for 1.6.3.2Junio C Hamano2009-06-021-14/+26
* | | | | | | | Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maintJunio C Hamano2009-06-022-16/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Change xdl_merge to generate output even for null mergesCharles Bailey2009-05-242-17/+16