summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2019-04-15fetch: do not consider peeled tags as advertised tipsJeff King
2019-04-15pkt-line: prepare buffer before handling ERR packetsJeff King
2019-04-15upload-pack: send ERR packet for non-tip objectsJeff King
2019-04-15t5530: check protocol response for "not our ref"Jeff King
2019-04-15t5516: drop ok=sigpipe from unreachable-want testsJeff King
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-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
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-22commit-graph tests: fix unportable "dd" invocationÆvar Arnfjörð Bjarmason
2019-02-22tests: fix unportable "\?" and "\+" regex syntaxÆvar Arnfjörð Bjarmason
2019-02-19Merge branch 'js/test-tool-gen-nuls'Junio C Hamano