summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone'Junio C Hamano2018-10-191-0/+33
|\
| * cache-tree: skip some blob checks in partial cloneJonathan Tan2018-10-101-0/+33
* | Merge branch 'tb/filter-alternate-refs'Junio C Hamano2018-10-191-0/+41
|\ \
| * | transport.c: introduce core.alternateRefsPrefixesTaylor Blau2018-10-091-0/+8
| * | transport.c: introduce core.alternateRefsCommandTaylor Blau2018-10-091-0/+33
* | | Merge branch 'jt/avoid-ls-refs'Junio C Hamano2018-10-192-0/+32
|\ \ \
| * | | fetch: do not list refs if fetching only hashesJonathan Tan2018-10-072-0/+28
| * | | transport: do not list refs if possibleJonathan Tan2018-10-071-0/+4
| | |/ | |/|
* | | Merge branch 'jt/non-blob-lazy-fetch'Junio C Hamano2018-10-191-0/+41
|\ \ \
| * | | fetch-pack: exclude blobs when lazy-fetching treesJonathan Tan2018-10-041-0/+41
* | | | Merge branch 'rs/grep-no-recursive'Junio C Hamano2018-10-191-0/+12
|\ \ \ \
| * | | | grep: add -r/--[no-]recursiveRené Scharfe2018-10-041-0/+12
* | | | | Merge branch 'nd/help-commands-verbose-by-default'Junio C Hamano2018-10-191-2/+2
|\ \ \ \ \
| * | | | | help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy2018-10-041-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'sm/show-superproject-while-conflicted'Junio C Hamano2018-10-191-0/+16
|\ \ \ \ \
| * | | | | rev-parse: --show-superproject-working-tree should work during a mergeSam McKelvie2018-09-281-0/+16
* | | | | | Merge branch 'jt/fetch-tips-in-partial-clone'Junio C Hamano2018-10-191-0/+17
|\ \ \ \ \ \
| * | | | | | fetch: in partial clone, check presence of targetsJonathan Tan2018-09-211-0/+17
* | | | | | | Merge branch 'bp/read-cache-parallel'Junio C Hamano2018-10-192-4/+14
|\ \ \ \ \ \ \
| * | | | | | | config: add new index.threads config settingBen Peart2018-10-112-0/+10
| * | | | | | | eoie: add End of Index Entry (EOIE) extensionBen Peart2018-10-111-4/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'bp/rename-test-env-var'Junio C Hamano2018-10-195-13/+52
|\ \ \ \ \ \ \
| * | | | | | | t0000: do not get self-test disrupted by environment warningsJunio C Hamano2018-09-282-0/+12
| * | | | | | | preload-index: update GIT_FORCE_PRELOAD_TEST supportBen Peart2018-09-283-2/+6
| * | | | | | | read-cache: update TEST_GIT_INDEX_VERSION supportBen Peart2018-09-282-6/+12
| * | | | | | | fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart2018-09-284-8/+25
| * | | | | | | t/README: correct spelling of "uncommon"Ben Peart2018-09-201-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'ss/wt-status-committable'Junio C Hamano2018-10-191-2/+8
|\ \ \ \ \ \ \
| * | | | | | | wt-status.c: set the committable flag in the collect phaseStephen P. Smith2018-09-071-3/+3
| * | | | | | | t7501: add test of "commit --dry-run --short"Stephen P. Smith2018-09-071-0/+6
* | | | | | | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ma/t1400-undebug-test'Junio C Hamano2018-10-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | t1400: drop debug `echo` to actually execute `test`Martin Ågren2018-09-281-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'en/status-multiple-renames-to-the-same-target-fix'Junio C Hamano2018-10-161-0/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | commit: fix erroneous BUG, 'multiple renames on the same target? how?'Elijah Newren2018-09-281-0/+23
| |/ / / / / / /
* | | | | | | | Merge branch 'jn/gc-auto'Junio C Hamano2018-10-161-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | gc: do not return error for prior errors in daemonized modeJonathan Nieder2018-07-171-3/+3
* | | | | | | | | Merge branch 'jn/gc-auto-prep'Junio C Hamano2018-10-161-1/+1
|\| | | | | | | |
| * | | | | | | | gc: exit with status 128 on failureJonathan Nieder2018-07-171-1/+1
* | | | | | | | | Merge branch 'md/test-cleanup'Junio C Hamano2018-10-1638-399/+550
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: order arguments to git-rev-list properlyMatthew DeVore2018-10-073-29/+44
| * | | | | | | | | t9109: don't swallow Git errors upstream of pipesMatthew DeVore2018-10-071-13/+21
| * | | | | | | | | tests: don't swallow Git errors upstream of pipesMatthew DeVore2018-10-073-132/+141
| * | | | | | | | | t/*: fix ordering of expected/observed argumentsMatthew DeVore2018-10-0732-112/+112
| * | | | | | | | | tests: standardize pipe placementMatthew DeVore2018-10-077-250/+344
| * | | | | | | | | Documentation: add shell guidelinesMatthew DeVore2018-10-071-0/+27
| * | | | | | | | | t/README: reformat Do, Don't, Keep in mind listsMatthew DeVore2018-10-071-22/+20
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'tg/t5551-with-curl-7.61.1'Junio C Hamano2018-10-161-34/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5551: compare sorted cookies filesThomas Gummerer2018-09-241-2/+2