summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6Junio C Hamano2011-12-131-38/+49
|\
| * fetch: create status table using strbufjk/maint-fetch-status-tableJeff King2011-12-091-38/+49
* | Merge branch 'jc/maint-name-rev-all' into maint-1.7.6Junio C Hamano2011-12-131-1/+1
* | blame: don't overflow time bufferJeff King2011-12-131-1/+1
* | stripspace: fix outdated commentJeff King2011-12-051-2/+0
* | Merge branch 'mz/remote-rename' into maint-1.7.6Junio C Hamano2011-10-261-7/+21
|\ \
| * | remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-111-3/+7
| * | remote rename: warn when refspec was not updatedMartin von Zweigbergk2011-09-111-0/+6
| * | remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-111-1/+1
| * | remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-111-4/+8
* | | Merge branch 'cb/maint-ls-files-error-report' into maintJunio C Hamano2011-09-233-7/+11
|\ \ \
| * | | ls-files: fix pathspec display on errorClemens Buchacher2011-08-113-7/+11
* | | | describe: Refresh the index when run with --dirtyAllan Caffee2011-09-231-2/+15
* | | | Merge branch 'jc/maint-clone-alternates' into maintJunio C Hamano2011-09-231-29/+90
|\ \ \ \
| * | | | clone: clone from a repository with relative alternatesJunio C Hamano2011-08-231-23/+68
| * | | | clone: allow more than one --referenceJunio C Hamano2011-08-221-8/+24
* | | | | Merge branch 'nd/maint-clone-gitdir' into maintJunio C Hamano2011-09-232-2/+19
|\ \ \ \ \
| * | | | | clone: allow to clone from .git fileNguyễn Thái Ngọc Duy2011-08-221-1/+18
| * | | | | read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-221-1/+1
| |/ / / /
* | | | | 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
|\ \ \ \ \ \ \ \