summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/t3600-rephrase'Junio C Hamano2017-03-271-1/+1
|\
| * t3600: rename test to describe its functionalitysb/t3600-rephraseStefan Beller2017-03-221-1/+1
* | Merge branch 'sb/describe-broken'Junio C Hamano2017-03-271-0/+20
|\ \
| * | builtin/describe: introduce --broken flagsb/describe-brokenStefan Beller2017-03-221-0/+20
* | | Merge branch 'sb/push-options-via-transport'Junio C Hamano2017-03-271-2/+31
|\ \ \
| * | | remote-curl: allow push optionssb/push-options-via-transportBrandon Williams2017-03-221-2/+31
* | | | Merge branch 'km/t1400-modernization'Junio C Hamano2017-03-271-76/+78
|\ \ \ \
| * | | | t1400: use test_when_finished for cleanupKyle Meyer2017-03-211-40/+41
| * | | | t1400: remove a set of unused output filesKyle Meyer2017-03-211-2/+2
| * | | | t1400: use test_path_is_* helpersKyle Meyer2017-03-211-22/+22
| * | | | t1400: set core.logAllRefUpdates in "logged by touch" testsKyle Meyer2017-03-211-11/+12
| * | | | t1400: rename test descriptions to be uniqueKyle Meyer2017-03-211-4/+4
| | |/ / | |/| |
* | | | Merge branch 'jk/prefix-filename'Junio C Hamano2017-03-271-0/+10
|\ \ \ \
| * | | | hash-object: fix buffer reuse with --path in a subdirectoryJeff King2017-03-211-0/+10
| |/ / /
* | | | Merge branch 'jc/lint-runaway-here-doc'Junio C Hamano2017-03-271-3/+3
|\ \ \ \
| * | | | tests: lint for run-away here-docjc/lint-runaway-here-docJunio C Hamano2017-03-231-3/+3
* | | | | Merge branch 'st/verify-tag'Junio C Hamano2017-03-272-14/+10
|\ \ \ \ \
| * | | | | t7004, t7030: fix here-doc syntax errorsst/verify-tagSantiago Torres2017-03-242-14/+10
* | | | | | Merge branch 'sb/submodule-update-initial-runs-custom-script'Junio C Hamano2017-03-271-3/+3
|\ \ \ \ \ \
| * | | | | | t7406: correct test case for submodule-update initial populationsb/submodule-update-initial-runs-custom-scriptJunio C Hamano2017-03-221-3/+3
* | | | | | | Merge branch 'jk/quote-env-path-list-component'Junio C Hamano2017-03-271-0/+1
|\ \ \ \ \ \ \
| * | | | | | | t5615: fix a here-doc syntax errorjk/quote-env-path-list-componentJunio C Hamano2017-03-221-0/+1
* | | | | | | | Merge branch 'jk/sha1dc'Junio C Hamano2017-03-242-0/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | t0013: add a basic sha1 collision detection testJeff King2017-03-172-0/+19
* | | | | | | | | Merge branch 'sg/test-with-stdin'Junio C Hamano2017-03-242-8/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: make the 'test_pause' helper work in non-verbose modesg/test-with-stdinSZEDER Gábor2017-03-181-7/+2
| * | | | | | | | | tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2017-03-182-1/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'js/realpath-pathdup-fix' into maintJunio C Hamano2017-03-161-0/+8
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ax/line-log-range-merge-fix' into maintJunio C Hamano2017-03-161-0/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/add-i-patch-do-prompt' into maintJunio C Hamano2017-03-161-0/+18
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'js/regexec-buf'Junio C Hamano2017-03-241-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pickaxe: fix segfault with '-S<...> --pickaxe-regex'js/regexec-bufSZEDER Gábor2017-03-181-0/+5
* | | | | | | | | | | | | Merge branch 'dl/credential-cache-socket-in-xdg-cache'Junio C Hamano2017-03-241-0/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | credential-cache: add tests for XDG functionalityDevin Lehmacher2017-03-171-0/+93
* | | | | | | | | | | | | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-03-211-1/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | config: add conditional includeNguyễn Thái Ngọc Duy2017-03-111-1/+57
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'js/difftool-builtin'Junio C Hamano2017-03-201-2/+65
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | difftool: handle modified symlinks in dir-diff modeDavid Aguilar2017-03-151-0/+60
| * | | | | | | | | | | | t7800: cleanup cruft left behind by testsDavid Aguilar2017-03-151-1/+4
| * | | | | | | | | | | | t7800: remove whitespace before redirectDavid Aguilar2017-03-151-1/+1
* | | | | | | | | | | | | Merge branch 'jk/cherry-pick-0-mainline'Junio C Hamano2017-03-171-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cherry-pick: detect bogus arguments to --mainlinejk/cherry-pick-0-mainlineJeff King2017-03-151-0/+9
* | | | | | | | | | | | | | Merge branch 'js/early-config'Junio C Hamano2017-03-173-4/+103
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t1309: document cases where we would want early config not to die()Johannes Schindelin2017-03-141-0/+24
| * | | | | | | | | | | | | | t1309: test read_early_config()Johannes Schindelin2017-03-142-0/+65
| * | | | | | | | | | | | | | read_early_config(): really discover .git/Johannes Schindelin2017-03-141-4/+4
| * | | | | | | | | | | | | | t7006: replace dubious testJohannes Schindelin2017-03-031-1/+11
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jk/add-i-use-pathspecs'Junio C Hamano2017-03-171-0/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | add--interactive: do not expand pathspecs with ls-filesjk/add-i-use-pathspecsJeff King2017-03-141-0/+43
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'bw/attr-pathspec'Junio C Hamano2017-03-171-0/+200
|\ \ \ \ \ \ \ \ \ \ \ \ \ \