aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* send-email: fix garbage removal after addressMatthieu Moy2017-08-24
* Merge branch 'jt/t1450-fsck-corrupt-packfile' into maintJunio C Hamano2017-08-23
|\
| * tests: ensure fsck fails on corrupt packfilesJonathan Tan2017-07-28
* | Merge branch 'jb/t8008-cleanup' into maintJunio C Hamano2017-08-23
|\ \
| * | t8008: rely on rev-parse'd HEAD instead of sha1 valueStefan Beller2017-07-26
| |/
* | Merge branch 'jt/subprocess-handshake' into maintJunio C Hamano2017-08-23
|\ \
| * | sub-process: refactor handshake to common functionJonathan Tan2017-07-26
| * | Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-26
| |\ \ | | |/ | |/|
| | * convert: add "status=delayed" to filter process protocolLars Schneider2017-06-30
| | * t0021: write "OUT <size>" only on successLars Schneider2017-06-29
| | * t0021: make debug log file name configurableLars Schneider2017-06-26
| | * t0021: keep filter log files on comparisonLars Schneider2017-06-26
* | | Merge branch 'jk/reflog-walk' into maintJunio C Hamano2017-08-23
|\ \ \
| * | | reflog-walk: apply --since/--until to reflog datesJeff King2017-07-09
| * | | reflog-walk: stop using fake parentsJeff King2017-07-09
| * | | rev-list: check reflog_info before showing usageJeff King2017-07-09
| * | | t1414: document some reflog-walk odditiesJeff King2017-07-07
| * | | Merge branch 'jk/reflog-walk-maint' into jk/reflog-walkJunio C Hamano2017-07-07
| |\ \ \
* | \ \ \ Merge branch 'jk/ref-filter-colors' into maintJunio C Hamano2017-08-23
|\ \ \ \ \
| * | | | | ref-filter: consult want_color() before emitting colorsJeff King2017-07-13
| * | | | | pretty: respect color settings for %C placeholdersJeff King2017-07-13
| * | | | | rev-list: pass diffopt->use_colors through to pretty-printJeff King2017-07-13
| * | | | | t: use test_decode_color rather than literal ANSI codesJeff King2017-07-13
* | | | | | Merge tag 'v2.13.5' into maintJunio C Hamano2017-08-04
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge tag 'v2.12.4' into maintJunio C Hamano2017-08-01
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'v2.11.3' into maint-2.12Junio C Hamano2017-07-30
| | |\ \ \ \ \
| | | * \ \ \ \ Merge tag 'v2.10.4' into maint-2.11Junio C Hamano2017-07-30
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge tag 'v2.9.5' into maint-2.10Junio C Hamano2017-07-30
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge tag 'v2.8.6' into maint-2.9Junio C Hamano2017-07-30
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merge tag 'v2.7.6' into maint-2.8Junio C Hamano2017-07-30
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | connect: reject paths that look like command line optionsJeff King2017-07-28
| | | | | | | * | | | | connect: reject dashed arguments for proxy commandsJeff King2017-07-28
| | | | | | | * | | | | t5813: add test for hostname starting with dashJeff King2017-07-28
| | * | | | | | | | | | t/lib-proto-disable: restore protocol.allow after config testsJeff King2017-07-28
| * | | | | | | | | | | Merge branch 'jk/test-copy-bytes-fix' into maintJunio C Hamano2017-07-31
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pw/unquote-path-in-git-pm' into maintJunio C Hamano2017-07-31
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/gc-pre-detach-under-hook' into maintJunio C Hamano2017-07-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tb/push-to-cygwin-unc-path' into maintJunio C Hamano2017-07-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/alias-case-sensitivity' into maintJunio C Hamano2017-07-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mt/p4-parse-G-output'Junio C Hamano2017-07-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | git-p4: filter for {'code':'info'} in p4CmdListMiguel Torroja2017-07-13
| * | | | | | | | | | | | | | | | | git-p4: parse marshal output "p4 -G" in p4 changesMiguel Torroja2017-07-13
| * | | | | | | | | | | | | | | | | git-p4: git-p4 tests with p4 triggersMiguel Torroja2017-07-13
* | | | | | | | | | | | | | | | | | Merge branch 'jk/test-copy-bytes-fix'Junio C Hamano2017-07-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | t: handle EOF in test_copy_bytes()Jeff King2017-07-17
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'kn/ref-filter-branch-list' into maintJunio C Hamano2017-07-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/reflog-walk-maint' into maintJunio C Hamano2017-07-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'js/alias-case-sensitivity'Junio C Hamano2017-07-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | alias: compare alias name *case-insensitively*Johannes Schindelin2017-07-17
| * | | | | | | | | | | | | | | | | t1300: demonstrate that CamelCased aliases regressedJohannes Schindelin2017-07-17