summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Merge branch 'jk/rev-list-empty-input'Junio C Hamano2017-08-112-11/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | revision: do not fallback to default when rev_input_given is setjk/rev-list-empty-inputJeff King2017-08-021-0/+6
| * | | | | | | | | | | | | | | rev-list: don't show usage when we see empty ref patternsJeff King2017-08-021-3/+3
| * | | | | | | | | | | | | | | t6018: flesh out empty input/output rev-list testsJeff King2017-08-021-11/+9
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'jt/t1450-fsck-corrupt-packfile'Junio C Hamano2017-08-111-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | tests: ensure fsck fails on corrupt packfilesjt/t1450-fsck-corrupt-packfileJonathan Tan2017-07-281-0/+16
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'jb/t8008-cleanup'Junio C Hamano2017-08-111-14/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | t8008: rely on rev-parse'd HEAD instead of sha1 valuejb/t8008-cleanupStefan Beller2017-07-261-14/+16
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'jt/subprocess-handshake'Junio C Hamano2017-08-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | sub-process: refactor handshake to common functionjt/subprocess-handshakeJonathan Tan2017-07-261-1/+1
| * | | | | | | | | | | | | | | Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-262-100/+292
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'sb/hashmap-cleanup'Junio C Hamano2017-08-111-18/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | t/helper/test-hashmap: use custom data instead of duplicate cmp functionssb/hashmap-cleanupStefan Beller2017-07-051-18/+16
* | | | | | | | | | | | | | | | | Merge branch 'jk/reflog-walk'Junio C Hamano2017-08-113-12/+136
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | reflog-walk: apply --since/--until to reflog datesjk/reflog-walkJeff King2017-07-091-0/+26
| * | | | | | | | | | | | | | | | | reflog-walk: stop using fake parentsJeff King2017-07-092-8/+7
| * | | | | | | | | | | | | | | | | rev-list: check reflog_info before showing usageJeff King2017-07-091-0/+4
| * | | | | | | | | | | | | | | | | t1414: document some reflog-walk odditiesJeff King2017-07-072-10/+105
| * | | | | | | | | | | | | | | | | Merge branch 'jk/reflog-walk-maint' into jk/reflog-walkJunio C Hamano2017-07-072-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ls/filter-process-delayed'Junio C Hamano2017-08-112-100/+292
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | convert: add "status=delayed" to filter process protocolLars Schneider2017-06-302-65/+255
| * | | | | | | | | | | | | | | | | | t0021: write "OUT <size>" only on successLars Schneider2017-06-292-6/+6
| * | | | | | | | | | | | | | | | | | t0021: make debug log file name configurableLars Schneider2017-06-262-25/+27
| * | | | | | | | | | | | | | | | | | t0021: keep filter log files on comparisonLars Schneider2017-06-261-6/+6
* | | | | | | | | | | | | | | | | | | Merge branch 'st/lib-gpg-kill-stray-agent'Junio C Hamano2017-08-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | t: lib-gpg: flush gpg agent on startupst/lib-gpg-kill-stray-agentSantiago Torres2017-07-201-0/+1
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/c99'Junio C Hamano2017-08-111-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | clean.c: use designated initializerjk/c99Junio C Hamano2017-07-181-0/+10
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/ref-filter-colors'Junio C Hamano2017-08-116-72/+175
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | ref-filter: consult want_color() before emitting colorsjk/ref-filter-colorsJeff King2017-07-133-11/+82
| * | | | | | | | | | | | | | | | | | | | | pretty: respect color settings for %C placeholdersJeff King2017-07-131-34/+50
| * | | | | | | | | | | | | | | | | | | | | rev-list: pass diffopt->use_colors through to pretty-printJeff King2017-07-131-0/+11
| * | | | | | | | | | | | | | | | | | | | | t: use test_decode_color rather than literal ANSI codesJeff King2017-07-134-39/+44
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'wd/rebase-conflict-guide'Junio C Hamano2017-08-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | rebase: make resolve message clearer for inexperienced userswd/rebase-conflict-guideWilliam Duclot2017-07-171-2/+2
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-08-111-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-171-5/+5
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge tag 'v2.13.5' into maintJunio C Hamano2017-08-044-2/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge tag 'v2.12.4' into maintJunio C Hamano2017-08-014-2/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge tag 'v2.11.3' into maint-2.12Junio C Hamano2017-07-303-0/+51
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v2.10.4' into maint-2.11Junio C Hamano2017-07-303-0/+51
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | Merge tag 'v2.9.5' into maint-2.10Junio C Hamano2017-07-303-0/+51
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | Merge tag 'v2.8.6' into maint-2.9Junio C Hamano2017-07-303-0/+51
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v2.7.6' into maint-2.8Junio C Hamano2017-07-303-0/+51
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | | | | connect: reject paths that look like command line optionsJeff King2017-07-282-0/+37
| | | | | | | * | | | | | | | | | | | | | | | connect: reject dashed arguments for proxy commandsJeff King2017-07-281-0/+5
| | | | | | | * | | | | | | | | | | | | | | | t5813: add test for hostname starting with dashJeff King2017-07-281-0/+9
| | * | | | | | | | | | | | | | | | | | | | | t/lib-proto-disable: restore protocol.allow after config testsJeff King2017-07-281-2/+6
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/test-copy-bytes-fix' into maintJunio C Hamano2017-07-311-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pw/unquote-path-in-git-pm' into maintJunio C Hamano2017-07-311-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \