summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http.postbuffer: allow full range of ssize_t valuesdt/http-postbuffer-can-be-largeDavid Turner2017-04-135-6/+32
* Tenth batch for 2.13Junio C Hamano2017-03-301-2/+64
* Merge branch 'jk/make-coccicheck-detect-errors'Junio C Hamano2017-03-301-2/+10
|\
| * Makefile: detect errors in running spatchjk/make-coccicheck-detect-errorsJeff King2017-03-291-2/+10
* | Merge branch 'bc/push-cert-receive-fix'Junio C Hamano2017-03-301-1/+1
|\ \
| * | builtin/receive-pack: fix incorrect pointer arithmeticbc/push-cert-receive-fixbrian m. carlson2017-03-281-1/+1
* | | Merge branch 'mh/notes-tree-consolidate-fix'Junio C Hamano2017-03-301-2/+4
|\ \ \
| * | | notes: do not break note_tree structure in note_tree_consolidate()mh/notes-tree-consolidate-fixMike Hommey2017-03-271-2/+4
* | | | Merge branch 'js/rebase-i-reword-to-run-hooks'Junio C Hamano2017-03-302-23/+48
|\ \ \ \
| * | | | sequencer: allow the commit-msg hooks to run during a `reword`js/rebase-i-reword-to-run-hooksJohannes Schindelin2017-03-272-3/+7
| * | | | sequencer: make commit options more extensibleJohannes Schindelin2017-03-271-22/+26
| * | | | t7504: document regression: reword no longer calls commit-msgJohannes Schindelin2017-03-221-0/+17
* | | | | Merge branch 'mg/describe-debug-l10n'Junio C Hamano2017-03-302-4/+25
|\ \ \ \ \
| * | | | | l10n: de: translate describe debug termsmg/describe-debug-l10nMichael J Gruber2017-03-271-1/+13
| * | | | | describe: localize debug output fullyMichael J Gruber2017-03-271-3/+12
* | | | | | Merge branch 'ab/case-insensitive-upstream-and-push-marker'Junio C Hamano2017-03-304-8/+23
|\ \ \ \ \ \
| * | | | | | rev-parse: match @{upstream}, @{u} and @{push} case-insensitivelyab/case-insensitive-upstream-and-push-markerÆvar Arnfjörð Bjarmason2017-03-274-8/+23
* | | | | | | Merge branch 'ab/doc-submitting'Junio C Hamano2017-03-301-3/+9
|\ \ \ \ \ \ \
| * | | | | | | doc/SubmittingPatches: show how to get a CLI commit summaryab/doc-submittingÆvar Arnfjörð Bjarmason2017-03-261-1/+2
| * | | | | | | doc/SubmittingPatches: clarify the casing convention for "area: change..."Ævar Arnfjörð Bjarmason2017-03-211-2/+7
* | | | | | | | Merge branch 'ab/test-readme-updates'Junio C Hamano2017-03-301-5/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | t/README: clarify the test_have_prereq documentationab/test-readme-updatesÆvar Arnfjörð Bjarmason2017-03-261-3/+5
| * | | | | | | | t/README: change "Inside <X> part" to "Inside the <X> part"Ævar Arnfjörð Bjarmason2017-03-221-1/+1
| * | | | | | | | t/README: link to metacpan.org, not search.cpan.orgÆvar Arnfjörð Bjarmason2017-03-221-1/+1
* | | | | | | | | Merge branch 'rs/freebsd-getcwd-workaround'Junio C Hamano2017-03-302-0/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSDrs/freebsd-getcwd-workaroundRené Scharfe2017-03-262-0/+25
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-307-39/+166
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ls-files: fix bug when recursing with relative pathspecbw/recurse-submodules-relative-fixBrandon Williams2017-03-172-12/+52
| * | | | | | | | | ls-files: fix typo in variable nameBrandon Williams2017-03-171-8/+8
| * | | | | | | | | grep: fix bug when recursing with relative pathspecBrandon Williams2017-03-172-15/+99
| * | | | | | | | | setup: allow for prefix to be passed to git commandsBrandon Williams2017-03-173-3/+7
| * | | | | | | | | grep: fix help text typoBrandon Williams2017-03-171-1/+1
* | | | | | | | | | Merge branch 'sg/completion-ctags'Junio C Hamano2017-03-301-6/+66
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'sg/completion-ctagsSZEDER Gábor2017-03-231-0/+28
| * | | | | | | | | | completion: extract completing ctags symbol names into helper functionSZEDER Gábor2017-03-231-4/+29
| * | | | | | | | | | completion: put matching ctags symbol names directly into COMPREPLYSZEDER Gábor2017-03-231-3/+10
* | | | | | | | | | | Merge branch 'sg/completion-refs-speedup'Junio C Hamano2017-03-303-71/+577
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | completion: speed up branch and tag completionsg/completion-refs-speedupSZEDER Gábor2017-03-231-6/+19
| * | | | | | | | | | completion: fill COMPREPLY directly when completing fetch refspecsSZEDER Gábor2017-03-231-3/+3
| * | | | | | | | | | completion: fill COMPREPLY directly when completing refsSZEDER Gábor2017-03-233-14/+76
| * | | | | | | | | | completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-231-1/+2
| * | | | | | | | | | completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-231-9/+3
| * | | | | | | | | | completion: let 'for-each-ref' strip the remote name from remote branchesSZEDER Gábor2017-03-231-4/+3
| * | | | | | | | | | completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor2017-03-232-11/+154
| * | | | | | | | | | completion: don't disambiguate short refsSZEDER Gábor2017-03-231-3/+3
| * | | | | | | | | | completion: don't disambiguate tags and branchesSZEDER Gábor2017-03-231-2/+2
| * | | | | | | | | | completion: support excluding full refsSZEDER Gábor2017-03-232-4/+35
| * | | | | | | | | | completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor2017-03-232-1/+88
| * | | | | | | | | | completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor2017-03-232-7/+45
| * | | | | | | | | | completion: wrap __git_refs() for better option parsingSZEDER Gábor2017-03-232-35/+173