summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* fsck: detect submodule urls starting with dashJeff King2018-09-271-0/+15
* Sync with 2.16.5Junio C Hamano2018-09-272-0/+54
|\
| * Sync with 2.15.3Junio C Hamano2018-09-272-0/+54
| |\
| | * Sync with Git 2.14.4Junio C Hamano2018-09-272-0/+54
| | |\
| | | * submodule-config: ban submodule paths that start with a dashJeff King2018-09-271-0/+20
| | | * submodule-config: ban submodule urls that start with dashJeff King2018-09-271-0/+34
| * | | Sync with Git 2.15.2Junio C Hamano2018-05-223-0/+182
| |\ \ \ | | |/ /
| | * | Sync with Git 2.14.4Junio C Hamano2018-05-223-0/+182
| | |\ \ | | | |/
| | | * Sync with Git 2.13.7Junio C Hamano2018-05-223-0/+182
| | | |\
| * | | \ Merge branch 'jk/cached-commit-buffer' into maintJunio C Hamano2018-03-221-31/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'sm/mv-dry-run-update' into maintJunio C Hamano2018-03-221-0/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'gs/test-unset-xdg-cache-home' into maintJunio C Hamano2018-03-221-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rd/typofix' into maintJunio C Hamano2018-03-222-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'sg/doc-test-must-fail-args' into maintJunio C Hamano2018-03-222-2/+22
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/gettext-poison' into maintJunio C Hamano2018-03-221-4/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'nd/shared-index-fix' into maintJunio C Hamano2018-03-221-0/+19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'cl/t9001-cleanup' into maintJunio C Hamano2018-03-221-10/+7
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sg/test-i18ngrep' into maintJunio C Hamano2018-03-228-43/+72
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/daemon-fixes' into maintJunio C Hamano2018-03-223-11/+101
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tg/split-index-fixes' into maintJunio C Hamano2018-03-221-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jt/http-redact-cookies' into maintJunio C Hamano2018-03-221-0/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | fsck: complain when .gitmodules is a symlinkJeff King2018-05-211-0/+29
* | | | | | | | | | | | | | | | | index-pack: check .gitmodules files with --strictJeff King2018-05-212-0/+50
* | | | | | | | | | | | | | | | | unpack-objects: call fsck_finish() after fscking objectsJeff King2018-05-211-0/+7
* | | | | | | | | | | | | | | | | fsck: call fsck_finish() after fscking objectsJeff King2018-05-211-0/+4
* | | | | | | | | | | | | | | | | Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsckJeff King2018-05-213-0/+182
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin2018-05-212-0/+106
| * | | | | | | | | | | | | | | | submodule-config: verify submodule names as pathsJeff King2018-05-211-0/+76
* | | | | | | | | | | | | | | | | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-281-0/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t9902: disable test on the list of merge-strategies under GETTEXT_POISONnd/parseopt-completionJunio C Hamano2018-03-231-1/+1
| * | | | | | | | | | | | | | | | | completion: clear cached --options when sourcing the completion scriptSZEDER Gábor2018-03-221-0/+31
* | | | | | | | | | | | | | | | | | Merge branch 'ks/t3200-typofix'Junio C Hamano2018-03-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | t/t3200: fix a typo in a test descriptionks/t3200-typofixKaartic Sivaraam2018-03-151-1/+1
* | | | | | | | | | | | | | | | | | | Merge branch 'jt/transfer-fsck-with-promissor'Junio C Hamano2018-03-212-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | fetch-pack: do not check links for partial fetchjt/transfer-fsck-with-promissorJonathan Tan2018-03-151-0/+11
| * | | | | | | | | | | | | | | | | | | index-pack: support checking objects but not linksJonathan Tan2018-03-151-0/+5
* | | | | | | | | | | | | | | | | | | | Merge branch 'ma/config-page-only-in-list-mode'Junio C Hamano2018-03-211-7/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | config: change default of `pager.config` to "on"ma/config-page-only-in-list-modeMartin Ågren2018-02-211-6/+6
| * | | | | | | | | | | | | | | | | | | | config: respect `pager.config` in list/get-mode onlyMartin Ågren2018-02-211-5/+5
| * | | | | | | | | | | | | | | | | | | | t7006: add tests for how git config paginatesMartin Ågren2018-02-211-7/+42
* | | | | | | | | | | | | | | | | | | | | Merge branch 'sg/cvs-tests-with-x'Junio C Hamano2018-03-152-9/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | t9402-git-cvsserver-refs: don't check the stderr of a subshellsg/cvs-tests-with-xSZEDER Gábor2018-03-081-4/+4
| * | | | | | | | | | | | | | | | | | | | | t9400-git-cvsserver-server: don't rely on the output of 'test_cmp'SZEDER Gábor2018-03-081-5/+3
| | |_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'cl/send-email-reply-to'Junio C Hamano2018-03-151-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | send-email: support separate Reply-To addresscl/send-email-reply-toChristian Ludwig2018-03-061-0/+2
* | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | completion: use __gitcomp_builtin in _git_checkoutNguyễn Thái Ngọc Duy2018-02-091-5/+7
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/add-i-diff-filter'Junio C Hamano2018-03-141-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | add--interactive: detect bogus diffFilter outputjk/add-i-diff-filterJeff King2018-03-051-0/+8
| * | | | | | | | | | | | | | | | | | | | t3701: add a test for interactive.diffFilterJeff King2018-03-051-0/+12
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |