summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'js/stress-test-ui-tweak'Junio C Hamano2019-03-202-4/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: introduce --stress-jobs=<N>Johannes Schindelin2019-03-042-3/+11
| * | | | | | | | tests: let --stress-limit=<N> imply --stressJohannes Schindelin2019-03-042-1/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'js/rebase-orig-head-fix'Junio C Hamano2019-03-201-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | built-in rebase: set ORIG_HEAD just once, before the rebaseJohannes Schindelin2019-03-041-1/+1
| * | | | | | | | built-in rebase: demonstrate that ORIG_HEAD is not set correctlyJohannes Schindelin2019-03-041-0/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/bisect-final-output'Junio C Hamano2019-03-201-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | bisect: make diff-tree output prettierJeff King2019-03-011-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jt/http-auth-proto-v2-fix'Junio C Hamano2019-03-071-1/+32
|\ \ \ \ \ \ \
| * | | | | | | remote-curl: use post_rpc() for protocol v2 alsoJonathan Tan2019-03-031-1/+32
* | | | | | | | Merge branch 'jk/diff-no-index-initialize'Junio C Hamano2019-03-071-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | diff: reuse diff setup for --no-index caseJeff King2019-02-241-0/+8
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/prune-optim'Junio C Hamano2019-03-072-8/+55
|\ \ \ \ \ \ \ \
| * | | | | | | | t5304: rename "sha1" variables to "oid"Jeff King2019-02-141-12/+12
| * | | | | | | | prune: use bitmaps for reachability traversalJeff King2019-02-141-0/+11
| * | | | | | | | prune: lazily perform reachability traversalJeff King2019-02-142-0/+36
* | | | | | | | | Merge branch 'jh/trace2'Junio C Hamano2019-03-0711-0/+1181
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.shJeff Hostetler2019-02-229-0/+1174
| * | | | | | | | | trace2: create new combined trace facilityJeff Hostetler2019-02-223-0/+7
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'nd/split-index-null-base-fix'Junio C Hamano2019-03-071-0/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | read-cache.c: fix writing "link" index ext with null base oidNguyễn Thái Ngọc Duy2019-02-131-0/+18
* | | | | | | | | | Merge branch 'jc/test-yes-doc'Junio C Hamano2019-03-072-1/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: caution on our version of 'yes'Junio C Hamano2019-02-112-1/+14
* | | | | | | | | | | Merge branch 'en/combined-all-paths'Junio C Hamano2019-03-071-0/+88
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | log,diff-tree: add --combined-all-paths optionElijah Newren2019-02-071-0/+88
* | | | | | | | | | | | Merge branch 'sc/pack-redundant'Junio C Hamano2019-03-071-0/+467
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pack-redundant: consistent sort methodJiang Xin2019-02-041-9/+9
| * | | | | | | | | | | | pack-redundant: new algorithm to find min packsSun Chao2019-02-041-6/+6
| * | | | | | | | | | | | t5323: test cases for git-pack-redundantJiang Xin2019-02-041-0/+467
* | | | | | | | | | | | | Merge branch 'du/branch-show-current'Junio C Hamano2019-03-071-0/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | branch: introduce --show-current display optionDaniels Umanovskis2018-10-261-0/+44
* | | | | | | | | | | | | | Merge branch 'wh/author-committer-ident-config'Junio C Hamano2019-03-071-0/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | config: allow giving separate author and committer identsWilliam Hubbs2019-02-041-0/+74
* | | | | | | | | | | | | | | Merge branch 'aw/pretty-trailers'Junio C Hamano2019-03-071-0/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | pretty: add support for separator option in %(trailers)Anders Waldenborg2019-01-291-0/+36
| * | | | | | | | | | | | | | | pretty: add support for "valueonly" option in %(trailers)Anders Waldenborg2019-01-291-0/+6
| * | | | | | | | | | | | | | | pretty: allow showing specific trailersAnders Waldenborg2019-01-291-0/+57
| * | | | | | | | | | | | | | | pretty: allow %(trailers) options with explicit valueAnders Waldenborg2019-01-291-0/+18
* | | | | | | | | | | | | | | | Merge branch 'nd/diff-parseopt'Junio C Hamano2019-03-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWNNguyễn Thái Ngọc Duy2019-01-271-2/+2
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'tg/checkout-no-overlay'Junio C Hamano2019-03-077-0/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | revert "checkout: introduce checkout.overlayMode config"Thomas Gummerer2019-02-041-10/+0
| * | | | | | | | | | | | | | | checkout: introduce checkout.overlayMode configThomas Gummerer2019-01-081-0/+10
| * | | | | | | | | | | | | | | checkout: introduce --{,no-}overlay optionThomas Gummerer2019-01-082-0/+48
| * | | | | | | | | | | | | | | move worktree tests to t24*Thomas Gummerer2019-01-025-0/+0
* | | | | | | | | | | | | | | | Merge branch 'ab/bsd-fixes'Junio C Hamano2019-02-222-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | commit-graph tests: fix unportable "dd" invocationÆvar Arnfjörð Bjarmason2019-02-221-1/+1
| * | | | | | | | | | | | | | | | tests: fix unportable "\?" and "\+" regex syntaxÆvar Arnfjörð Bjarmason2019-02-211-4/+4
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'ab/workaround-dash-bug-in-test'Junio C Hamano2019-02-221-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | tests: avoid syntax triggering old dash bugÆvar Arnfjörð Bjarmason2019-02-131-0/+1
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |