summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/ref-namespaces'Junio C Hamano2011-08-171-6/+39
|\
| * ref namespaces: Support remote repositories via upload-pack and receive-packJosh Triplett2011-07-111-6/+39
* | Merge branch 'cb/maint-quiet-push'Junio C Hamano2011-08-172-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
* | | Merge branch 'maint'Junio C Hamano2011-08-171-32/+0
|\ \ \
| * | | 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
| |\ \ \
| * \ \ \ Merge branch 'js/ls-tree-error' into maintJunio C Hamano2011-08-161-3/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/fast-export-quote-path' into maintJunio C Hamano2011-08-161-7/+24
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/checkout-reflog-fix' into maintJunio C Hamano2011-08-161-2/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/maint-reset-unmerged-path' into maintJunio C Hamano2011-08-161-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/zlib-wrap' into maintJunio C Hamano2011-08-164-17/+17
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'cb/partial-commit-relative-pathspec'Junio C Hamano2011-08-112-38/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | commit: allow partial commits with relative pathsClemens Buchacher2011-08-022-38/+6
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'jc/maint-1.7.3-checkout-describe' into maintJunio C Hamano2011-08-011-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/fast-export-quote-path'Junio C Hamano2011-08-111-7/+24
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | fast-export: quote paths in outputJeff King2011-08-051-7/+24
* | | | | | | | | | Merge branch 'rs/grep-function-context'Junio C Hamano2011-08-111-4/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | grep: long context optionsRené Scharfe2011-08-011-4/+4
| * | | | | | | | | | grep: add option to show whole function as contextRené Scharfe2011-08-011-1/+4
* | | | | | | | | | | Merge branch 'ms/reflog-show-is-default'Junio C Hamano2011-08-081-2/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reflog: actually default to subcommand 'show'Michael Schubert2011-08-011-2/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'js/ls-tree-error'Junio C Hamano2011-08-081-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/reset-reflog-message-fix'Junio C Hamano2011-08-081-33/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reset: give better reflog messagesJeff King2011-07-221-33/+16
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jc/pack-order-tweak'Junio C Hamano2011-08-051-1/+137
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pack-objects: optimize "recency order"Junio C Hamano2011-07-081-1/+137
* | | | | | | | | | | | Merge branch 'jk/clone-detached'Junio C Hamano2011-08-011-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | clone: always fetch remote HEADJeff King2011-06-071-3/+7
| * | | | | | | | | | | | 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 'sr/transport-helper-fix'Junio C Hamano2011-08-011-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fast-export: support done featureSverre Rabbelier2011-07-191-0/+9
* | | | | | | | | | | | | | Merge branch 'jc/maint-reset-unmerged-path'Junio C Hamano2011-08-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | / / / / | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | reset [<commit>] paths...: do not mishandle unmerged pathsJunio C Hamano2011-07-131-1/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jk/tag-contains-ab'Junio C Hamano2011-07-221-1/+45
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Revert clock-skew based attempt to optimize tag --contains traversalJunio C Hamano2011-07-142-83/+3
| * | | | | | | | | | | | git skew: a tool to find how big a clock skew exists in the historyJeff King2011-06-301-0/+50
| * | | | | | | | | | | | default core.clockskew variable to one dayJeff King2011-06-111-1/+1
| * | | | | | | | | | | | limit "contains" traversals based on commit timestampJeff King2011-06-111-3/+33
| * | | | | | | | | | | | tag: speed up --contains calculationJeff King2011-06-111-1/+45
* | | | | | | | | | | | | Merge branch 'jc/checkout-reflog-fix'Junio C Hamano2011-07-221-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge commit 'v1.7.6' into jc/checkout-reflog-fixJunio C Hamano2011-07-061-2/+5
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jc/index-pack'Junio C Hamano2011-07-193-158/+244
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | verify-pack: use index-pack --verifyJunio C Hamano2011-06-051-107/+25
| * | | | | | | | | | | | index-pack: show histogram when emulating "verify-pack -v"Junio C Hamano2011-06-051-3/+23
| * | | | | | | | | | | | index-pack: start learning to emulate "verify-pack -v"Junio C Hamano2011-06-051-3/+40
| * | | | | | | | | | | | index-pack: a miniscule refactorJunio C Hamano2011-06-051-3/+8