summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* pull: warn on --verify-signatures with --rebaseah/no-verify-signature-with-pull-rebaseAlexander Hirsch2016-05-201-0/+16
* Merge branch 'js/windows-dotgit'Junio C Hamano2016-05-172-0/+50
|\
| * mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin2016-05-112-0/+50
* | Merge branch 'jk/test-send-sh-x-trace-elsewhere'Junio C Hamano2016-05-172-3/+16
|\ \
| * | test-lib: set BASH_XTRACEFD automaticallyjk/test-send-sh-x-trace-elsewhereJeff King2016-05-112-3/+16
* | | Merge branch 'js/http-custom-headers'Junio C Hamano2016-05-172-6/+24
|\ \ \
| * | | submodule: ensure that -c http.extraheader is heededjs/http-custom-headersJohannes Schindelin2016-05-101-1/+10
| * | | Merge branch 'jk/submodule-c-credential' into js/http-custom-headersJunio C Hamano2016-05-102-0/+63
| |\ \ \
| * | | | t5551: make the test for extra HTTP headers more robustJohannes Schindelin2016-05-101-1/+2
| * | | | tests: adjust the configuration for Apache 2.2Johannes Schindelin2016-05-101-4/+12
* | | | | Merge branch 'jc/fsck-nul-in-commit'Junio C Hamano2016-05-171-0/+18
|\ \ \ \ \
| * | | | | fsck: detect and warn a commit with embedded NULjc/fsck-nul-in-commitJunio C Hamano2016-05-101-0/+18
* | | | | | Merge branch 'jc/ll-merge-internal'Junio C Hamano2016-05-172-85/+3
|\ \ \ \ \ \
| * | | | | | t6036: remove pointless test that expects failurejc/ll-merge-internalJunio C Hamano2016-05-091-83/+0
| * | | | | | ll-merge: use a longer conflict marker for internal mergeJunio C Hamano2016-05-092-2/+3
* | | | | | | Merge branch 'tb/t5601-sed-fix'Junio C Hamano2016-05-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | t5601: Remove trailing space in sed expressiontb/t5601-sed-fixTorsten Bögershausen2016-05-091-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jc/test-seq'Junio C Hamano2016-05-171-15/+13
|\ \ \ \ \ \ \
| * | | | | | | test-lib-functions.sh: rewrite test_seq without Perljc/test-seqJunio C Hamano2016-05-091-1/+6
| * | | | | | | test-lib-functions.sh: remove misleading comment on test_seqJunio C Hamano2016-05-091-14/+7
| |/ / / / / /
* | | | | | | Merge branch 'es/test-gpg-tags'Junio C Hamano2016-05-171-23/+22
|\ \ \ \ \ \ \
| * | | | | | | t6302: simplify non-gpg caseses/test-gpg-tagsJeff King2016-05-091-23/+22
* | | | | | | | Merge branch 'ak/t4151-ls-files-could-be-empty'Junio C Hamano2016-05-171-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | t4151: make sure argument to 'test -z' is givenak/t4151-ls-files-could-be-emptyArmin Kunaschik2016-05-091-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/submodule-c-credential'Junio C Hamano2016-05-172-29/+35
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | submodule: stop sanitizing config optionsjk/submodule-c-credentialJeff King2016-05-061-26/+0
| * | | | | | | submodule: use prepare_submodule_repo_env consistentlyjk/submodule-config-sanitize-fixJeff King2016-04-281-0/+11
| * | | | | | | submodule: export sanitized GIT_CONFIG_PARAMETERSJeff King2016-04-281-0/+17
| * | | | | | | t5550: break submodule config test into multiple sub-testsJeff King2016-04-281-2/+6
| * | | | | | | t5550: fix typo in $HTTPD_URLJeff King2016-04-281-1/+1
* | | | | | | | Merge branch 'va/i18n-misc-updates'Junio C Hamano2016-05-171-9/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | i18n: unpack-trees: avoid substituting only a verb in sentencesva/i18n-misc-updatesVasco Almeida2016-05-121-9/+9
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'js/t3404-typofix'Junio C Hamano2016-05-171-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | t3404: fix typojs/t3404-typofixJohannes Schindelin2016-05-101-1/+1
* | | | | | | | | Merge branch 'sb/z-is-gnutar-ism'Junio C Hamano2016-05-172-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t6041: do not compress backup tar filesb/z-is-gnutar-ismStefan Beller2016-05-091-2/+2
| * | | | | | | | | t3513: do not compress backup tar fileStefan Beller2016-05-091-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'lp/typofixes'Junio C Hamano2016-05-171-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | typofix: assorted typofixes in comments, documentation and messageslp/typofixesLi Peng2016-05-061-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sb/submodule-deinit-all'Junio C Hamano2016-05-171-1/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule deinit: require '--all' instead of '.' for all submodulesStefan Beller2016-05-051-1/+23
| |/ / / / / / / /
* | | | | | | | | Merge branch 'ab/hooks'Junio C Hamano2016-05-171-0/+37
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hooks: allow customizing where the hook directory isÆvar Arnfjörð Bjarmason2016-05-041-0/+37
| |/ / / / / / / /
* | | | | | | | | Merge branch 'sb/submodule-init'Junio C Hamano2016-05-173-6/+80
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule init: redirect stdout to stderrStefan Beller2016-05-031-6/+18
| * | | | | | | | | submodule--helper update-clone: abort gracefully on missing .gitmodulesStefan Beller2016-04-291-0/+8
| * | | | | | | | | submodule init: fail gracefully with a missing .gitmodules fileStefan Beller2016-04-291-0/+8
| * | | | | | | | | submodule: port resolve_relative_url from shell to CStefan Beller2016-04-161-0/+46
| * | | | | | | | | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-initJunio C Hamano2016-04-14155-837/+3270
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'sb/submodule-helper-clone-regression-fix' into sb/submodule-initJunio C Hamano2016-04-141-0/+41
| |\ \ \ \ \ \ \ \ \ \