summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/check-ref-format-print-normalize' into maintJunio C Hamano2011-09-231-3/+3
|\
| * check-ref-format --print: Normalize refnames that start with slashesMichael Haggerty2011-08-251-3/+3
| * Merge branch 'jk/git-connection-deadlock-fix' into maint-1.7.4Junio C Hamano2011-05-261-0/+2
| * Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' into maint-1.7.4Junio C Hamano2011-05-261-2/+7
* | Merge branch 'jl/maint-fetch-submodule-check-fix' into maintJunio C Hamano2011-09-121-6/+9
|\ \
| * | fetch: skip on-demand checking when no submodules are configuredJens Lehmann2011-09-091-6/+9
* | | Merge branch 'ms/reflog-show-is-default' into maintJunio C Hamano2011-09-111-2/+1
|\ \ \
| * | | reflog: actually default to subcommand 'show'Michael Schubert2011-08-011-2/+1
* | | | Merge branch 'jk/reset-reflog-message-fix' into maintJunio C Hamano2011-09-111-33/+16
|\ \ \ \
| * | | | reset: give better reflog messagesJeff King2011-07-221-33/+16
| |/ / /
* | | | Merge branch 'jk/tag-contains-ab' (early part) into maintJunio C Hamano2011-09-111-1/+45
|\ \ \ \
| * | | | tag: speed up --contains calculationJeff King2011-06-111-1/+45
* | | | | Revert "Merge branch 'cb/maint-quiet-push' into maint"Junio C Hamano2011-09-062-21/+4
* | | | | whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-251-1/+1
* | | | | update-ref: whitespace fixPang Yan Han2011-08-251-1/+1
* | | | | Merge branch 'cb/maint-quiet-push' into maintJunio C Hamano2011-08-232-4/+21
|\ \ \ \ \
| * | | | | receive-pack: do not overstep command line argument arrayJunio C Hamano2011-08-081-1/+1
| * | | | | propagate --quiet to send-pack/receive-packClemens Buchacher2011-07-312-3/+20
| | |/ / / | |/| | |
* | | | | fetch-pack: check for valid commit from serverNguyễn Thái Ngọc Duy2011-08-181-0/+2
* | | | | checkout-index: remove obsolete commentNguyễn Thái Ngọc Duy2011-08-171-32/+0
* | | | | Merge branch 'jk/tag-list-multiple-patterns' into maintJunio C Hamano2011-08-161-9/+17
|\ \ \ \ \
| * | | | | tag: accept multiple patterns for --listJeff King2011-06-201-9/+17
* | | | | | Merge branch 'js/ls-tree-error' into maintJunio C Hamano2011-08-161-3/+1
|\ \ \ \ \ \
| * | | | | | Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails.Jon Seymour2011-07-251-3/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/fast-export-quote-path' into maintJunio C Hamano2011-08-161-7/+24
|\ \ \ \ \ \
| * | | | | | fast-export: quote paths in outputJeff King2011-08-051-7/+24
* | | | | | | Merge branch 'jc/checkout-reflog-fix' into maintJunio C Hamano2011-08-161-2/+5
|\ \ \ \ \ \ \
| * | | | | | | Merge commit 'v1.7.6' into jc/checkout-reflog-fixJunio C Hamano2011-07-061-2/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jc/maint-reset-unmerged-path' into maintJunio C Hamano2011-08-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | reset [<commit>] paths...: do not mishandle unmerged pathsJunio C Hamano2011-07-131-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jc/zlib-wrap' into maintJunio C Hamano2011-08-164-17/+17
|\ \ \ \ \ \ \
| * | | | | | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-104-10/+10
| * | | | | | | zlib: wrap deflateBound() tooJunio C Hamano2011-06-101-1/+1
| * | | | | | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-102-6/+6
* | | | | | | | Merge branch 'jc/maint-1.7.3-checkout-describe' into maintJunio C Hamano2011-08-011-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | checkout -b <name>: correctly detect existing branchJunio C Hamano2011-06-051-1/+1
* | | | | | | | Merge branch 'maint-1.7.5' into maintJunio C Hamano2011-06-291-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | "branch -d" can remove more than one branchesJunio C Hamano2011-06-291-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | plug a few coverity-spotted leaksJim Meyering2011-06-203-1/+6
* | | | | | | Merge branch 'maint'Junio C Hamano2011-06-191-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | builtin/gc.c: add missing newline in messageAndreas Schwab2011-06-191-1/+1
* | | | | | | Merge branch 'maint'Junio C Hamano2011-06-081-2/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | fetch: do not leak a refspecJim Meyering2011-06-081-2/+4
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'ab/i18n-fixup' into maintJunio C Hamano2011-05-314-20/+32
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/rename-degrade-cc-to-c' into maintJunio C Hamano2011-05-313-4/+21
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/cherry-pick-root-with-resolve' into maintJunio C Hamano2011-05-262-5/+11
| |\ \ \ \ \ \ \
| * | | | | | | | Merge branch 'jk/git-connection-deadlock-fix' into maintJunio C Hamano2011-05-261-0/+2
| * | | | | | | | Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' into maintJunio C Hamano2011-05-261-2/+7
* | | | | | | | | Merge branch 'bc/maint-status-z-to-use-porcelain'Junio C Hamano2011-06-061-3/+4
* | | | | | | | | Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-318-28/+25
|\ \ \ \ \ \ \ \ \