summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/t1450-fsck-corrupt-packfile' into maintJunio C Hamano2017-08-231-0/+16
|\
| * tests: ensure fsck fails on corrupt packfilesJonathan Tan2017-07-291-0/+16
* | Merge branch 'jb/t8008-cleanup' into maintJunio C Hamano2017-08-231-14/+16
|\ \
| * | t8008: rely on rev-parse'd HEAD instead of sha1 valueStefan Beller2017-07-261-14/+16
| |/
* | Merge branch 'jt/subprocess-handshake' into maintJunio C Hamano2017-08-232-101/+293
|\ \
| * | sub-process: refactor handshake to common functionJonathan Tan2017-07-261-1/+1
| * | Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-262-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 'jk/reflog-walk' into maintJunio C Hamano2017-08-233-12/+136
|\ \ \
| * | | reflog-walk: apply --since/--until to reflog datesJeff 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 'jk/ref-filter-colors' into maintJunio C Hamano2017-08-236-72/+175
|\ \ \ \ \
| * | | | | ref-filter: consult want_color() before emitting 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 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-313-0/+51
| | |\ \ \ \ \
| | | * \ \ \ \ Merge tag 'v2.10.4' into maint-2.11Junio C Hamano2017-07-313-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-292-0/+37
| | | | | | | * | | | | connect: reject dashed arguments for proxy commandsJeff King2017-07-291-0/+5
| | | | | | | * | | | | t5813: add test for hostname starting with dashJeff King2017-07-291-0/+9
| | * | | | | | | | | | t/lib-proto-disable: restore protocol.allow after config testsJeff King2017-07-291-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
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/gc-pre-detach-under-hook' into maintJunio C Hamano2017-07-311-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tb/push-to-cygwin-unc-path' into maintJunio C Hamano2017-07-311-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/alias-case-sensitivity' into maintJunio C Hamano2017-07-221-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mt/p4-parse-G-output'Junio C Hamano2017-07-211-0/+103
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | git-p4: filter for {'code':'info'} in p4CmdListMiguel Torroja2017-07-131-2/+2
| * | | | | | | | | | | | | | | | | git-p4: parse marshal output "p4 -G" in p4 changesMiguel Torroja2017-07-131-1/+1
| * | | | | | | | | | | | | | | | | git-p4: git-p4 tests with p4 triggersMiguel Torroja2017-07-131-0/+103
* | | | | | | | | | | | | | | | | | Merge branch 'jk/test-copy-bytes-fix'Junio C Hamano2017-07-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | t: handle EOF in test_copy_bytes()Jeff King2017-07-171-0/+1
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'kn/ref-filter-branch-list' into maintJunio C Hamano2017-07-131-0/+44
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/reflog-walk-maint' into maintJunio C Hamano2017-07-132-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'js/alias-case-sensitivity'Junio C Hamano2017-07-211-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | alias: compare alias name *case-insensitively*Johannes Schindelin2017-07-171-1/+1
| * | | | | | | | | | | | | | | | | t1300: demonstrate that CamelCased aliases regressedJohannes Schindelin2017-07-171-0/+7
* | | | | | | | | | | | | | | | | | Merge branch 'jk/gc-pre-detach-under-hook'Junio C Hamano2017-07-181-0/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |