Age | Commit message (Expand) | Author | Files | Lines |
2017-03-26 | strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD | René Scharfe | 2 | -0/+25 |
2017-03-26 | doc/SubmittingPatches: show how to get a CLI commit summary | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
2017-03-26 | t/README: clarify the test_have_prereq documentation | Ævar Arnfjörð Bjarmason | 1 | -3/+5 |
2017-03-26 | sha1dc: avoid CPP macro collisions | Junio C Hamano | 1 | -5/+6 |
2017-03-24 | Sync with 2.12.2 | Junio C Hamano | 3 | -2/+26 |
2017-03-24 | Seventh batch for 2.13 | Junio C Hamano | 1 | -9/+29 |
2017-03-24 | Merge branch 'jk/sha1dc' | Junio C Hamano | 9 | -2/+2405 |
2017-03-24 | Merge branch 'sg/test-with-stdin' | Junio C Hamano | 2 | -8/+4 |
2017-03-24 | Merge branch 'rs/update-hook-optim' | Junio C Hamano | 1 | -8/+5 |
2017-03-24 | Merge branch 'rs/shortlog-cleanup' | Junio C Hamano | 1 | -1/+0 |
2017-03-24 | Merge branch 'rs/path-name-safety-cleanup' | Junio C Hamano | 1 | -2/+0 |
2017-03-24 | Merge branch 'rs/http-push-cleanup' | Junio C Hamano | 1 | -5/+3 |
2017-03-24 | Merge branch 'js/regexec-buf' | Junio C Hamano | 2 | -2/+10 |
2017-03-24 | Merge branch 'jk/execv-dashed-external' | Junio C Hamano | 1 | -1/+1 |
2017-03-24 | Merge branch 'dl/credential-cache-socket-in-xdg-cache' | Junio C Hamano | 5 | -5/+136 |
2017-03-24 | Git 2.12.2 | Junio C Hamano | 3 | -2/+25 |
2017-03-24 | Merge branch 'ab/doc-no-option-notation-fix' into maint | Junio C Hamano | 2 | -2/+2 |
2017-03-24 | Merge branch 'ab/push-default-doc-fix' into maint | Junio C Hamano | 1 | -0/+2 |
2017-03-24 | Merge branch 'nd/commit-hook-doc-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2017-03-24 | Merge branch 'jc/config-case-cmdline-take-2' into maint | Junio C Hamano | 2 | -97/+163 |
2017-03-24 | Merge branch 'jk/grep-no-index-fix' into maint | Junio C Hamano | 2 | -27/+121 |
2017-03-24 | Merge branch 'jn/remote-helpers-with-git-dir' into maint | Junio C Hamano | 4 | -3/+22 |
2017-03-24 | Merge branch 'sb/submodule-config-parse-ignore-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2017-03-24 | Merge branch 'jk/push-deadlock-regression-fix' into maint | Junio C Hamano | 2 | -11/+40 |
2017-03-24 | pack.h: define largest possible encoded object size | Jeff King | 2 | -2/+10 |
2017-03-24 | encode_in_pack_object_header: respect output buffer length | Jeff King | 5 | -10/+16 |
2017-03-24 | fast-import: use xsnprintf for formatting headers | Jeff King | 1 | -3/+1 |
2017-03-24 | fast-import: use xsnprintf for writing sha1s | Jeff King | 1 | -1/+1 |
2017-03-24 | mailmap: use Michael J Gruber's new address | Michael J Gruber | 1 | -1/+2 |
2017-03-24 | tag: add tests for --with and --without | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2017-03-24 | ref-filter: reflow recently changed branch/tag/for-each-ref docs | Ævar Arnfjörð Bjarmason | 2 | -10/+12 |
2017-03-24 | ref-filter: add --no-contains option to tag/branch/for-each-ref | Ævar Arnfjörð Bjarmason | 13 | -25/+245 |
2017-03-24 | tag: change --point-at to default to HEAD | Ævar Arnfjörð Bjarmason | 3 | -3/+12 |
2017-03-24 | tag: implicitly supply --list given another list-like option | Ævar Arnfjörð Bjarmason | 3 | -17/+73 |
2017-03-24 | tag: change misleading --list <pattern> documentation | Ævar Arnfjörð Bjarmason | 2 | -7/+33 |
2017-03-24 | parse-options: add OPT_NONEG to the "contains" option | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2017-03-24 | tag: add more incompatibles mode tests | Ævar Arnfjörð Bjarmason | 1 | -0/+16 |
2017-03-24 | pager_in_use: use git_env_bool() | Jeff King | 1 | -3/+1 |
2017-03-24 | name-hash: add test-lazy-init-name-hash to .gitignore | Ramsay Jones | 1 | -0/+1 |
2017-03-24 | name-hash: add perf test for lazy_init_name_hash | Jeff Hostetler | 1 | -0/+19 |
2017-03-24 | name-hash: add test-lazy-init-name-hash | Jeff Hostetler | 3 | -0/+266 |
2017-03-24 | name-hash: perf improvement for lazy_init_name_hash | Jeff Hostetler | 1 | -7/+485 |
2017-03-24 | log: if --decorate is not given, default to --decorate=auto | Alex Henrie | 2 | -2/+17 |
2017-03-24 | t7004, t7030: fix here-doc syntax errors | Santiago Torres | 2 | -14/+10 |
2017-03-24 | branch doc: update description for `--list` | Junio C Hamano | 1 | -2/+7 |
2017-03-23 | branch doc: change `git branch <pattern>` to use `<branchname>` | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-03-23 | tests: lint for run-away here-doc | Junio C Hamano | 1 | -3/+3 |
2017-03-23 | completion: offer ctags symbol names for 'git log -S', '-G' and '-L:' | SZEDER Gábor | 1 | -0/+28 |
2017-03-23 | completion: extract completing ctags symbol names into helper function | SZEDER Gábor | 1 | -4/+29 |
2017-03-23 | completion: put matching ctags symbol names directly into COMPREPLY | SZEDER Gábor | 1 | -3/+10 |