summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2019-04-16Merge branch 'jt/test-protocol-version'Junio C Hamano
2019-04-09Merge branch 'ar/t4150-remove-cruft'Junio C Hamano
2019-04-09Merge branch 'jk/line-log-with-patch'Junio C Hamano
2019-04-09Merge branch 'ra/t3600-test-path-funcs'Junio C Hamano
2019-04-09Merge branch 'nd/rewritten-ref-is-per-worktree'Junio C Hamano
2019-03-20Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano
2019-03-20Merge branch 'jk/fsck-doc'Junio C Hamano
2019-03-20Merge branch 'js/stress-test-ui-tweak'Junio C Hamano
2019-03-20Merge branch 'js/rebase-orig-head-fix'Junio C Hamano
2019-03-20Merge branch 'jk/bisect-final-output'Junio C Hamano
2019-03-13t4150: remove unused variableAndrei Rybak
2019-03-11line-log: detect unsupported formatsJeff King
2019-03-08t3600: use helpers to replace test -d/f/e/s <path>Rohit Ashiwal
2019-03-08t3600: modernize styleRohit Ashiwal
2019-03-08test functions: add function `test_file_not_empty`Rohit Ashiwal
2019-03-08Make sure refs/rewritten/ is per-worktreeNguyễn Thái Ngọc Duy
2019-03-08line-log: suppress diff output with "-s"Jeff King
2019-03-07t5552: compensate for v2 filtering ref adv.Jonathan Tan
2019-03-07tests: fix protocol version for overspecificationsJonathan Tan
2019-03-07t5700: only run with protocol version 1Jonathan Tan
2019-03-07t5512: compensate for v0 only sending HEAD symrefsJonathan Tan
2019-03-07t5503: fix overspecification of trace expectationJonathan Tan
2019-03-07tests: always test fetch of unreachable with v0Jonathan Tan
2019-03-07t5601: check ssh command only with protocol v0Jonathan Tan
2019-03-07tests: define GIT_TEST_PROTOCOL_VERSIONJonathan Tan
2019-03-07Merge branch 'jt/http-auth-proto-v2-fix'Junio C Hamano
2019-03-07Merge branch 'jk/diff-no-index-initialize'Junio C Hamano
2019-03-07Merge branch 'jk/prune-optim'Junio C Hamano
2019-03-07Merge branch 'jh/trace2'Junio C Hamano
2019-03-07Merge branch 'nd/split-index-null-base-fix'Junio C Hamano
2019-03-07Merge branch 'jc/test-yes-doc'Junio C Hamano
2019-03-07Merge branch 'en/combined-all-paths'Junio C Hamano
2019-03-07Merge branch 'sc/pack-redundant'Junio C Hamano
2019-03-07Merge branch 'du/branch-show-current'Junio C Hamano
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano
2019-03-07Merge branch 'aw/pretty-trailers'Junio C Hamano
2019-03-07Merge branch 'nd/diff-parseopt'Junio C Hamano
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano
2019-03-05fsck: always compute USED flags for unreachable objectsJeff King
2019-03-05rev-list: allow cached objects in existence checkJeff King
2019-03-04built-in rebase: set ORIG_HEAD just once, before the rebaseJohannes Schindelin
2019-03-04built-in rebase: demonstrate that ORIG_HEAD is not set correctlyJohannes Schindelin
2019-03-04tests: introduce --stress-jobs=<N>Johannes Schindelin
2019-03-04tests: let --stress-limit=<N> imply --stressJohannes Schindelin
2019-03-03remote-curl: use post_rpc() for protocol v2 alsoJonathan Tan
2019-02-28bisect: make diff-tree output prettierJeff King
2019-02-24diff: reuse diff setup for --no-index caseJeff King
2019-02-23Merge branch 'ab/bsd-fixes'Junio C Hamano
2019-02-23Merge branch 'ab/workaround-dash-bug-in-test'Junio C Hamano
2019-02-22trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.shJeff Hostetler