Age | Commit message (Expand) | Author | Files | Lines |
2019-05-19 | Merge branch 'js/fsmonitor-refresh-after-discarding-index' | Junio C Hamano | 1 | -1/+23 |
2019-05-19 | Merge branch 'nd/parse-options-aliases' | Junio C Hamano | 1 | -0/+3 |
2019-05-09 | Merge branch 'js/misc-doc-fixes' | Junio C Hamano | 3 | -0/+52 |
2019-05-08 | fsmonitor: demonstrate that it is not refreshed after discard_index() | Johannes Schindelin | 1 | -1/+23 |
2019-05-07 | parse-options: don't emit "ambiguous option" for aliases | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2019-04-25 | Merge branch 'jk/xmalloc' | Junio C Hamano | 1 | -1/+1 |
2019-04-25 | Merge branch 'js/difftool-no-index' | Junio C Hamano | 1 | -1/+1 |
2019-04-19 | Turn `git serve` into a test helper | Johannes Schindelin | 3 | -0/+33 |
2019-04-19 | test-tool: handle the `-C <directory>` option just like `git` | Johannes Schindelin | 1 | -0/+19 |
2019-04-12 | test-prio-queue: use xmalloc | Jeff King | 1 | -1/+1 |
2019-03-20 | test-date: drop unused "now" parameter from parse_dates() | Jeff King | 1 | -2/+2 |
2019-03-18 | parse-options: make OPT_ARGUMENT() more useful | Johannes Schindelin | 1 | -1/+1 |
2019-02-22 | trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh | Jeff Hostetler | 3 | -0/+275 |
2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 2 | -0/+6 |
2019-02-19 | tests: teach the test-tool to generate NUL bytes and use it | Johannes Schindelin | 3 | -0/+23 |
2019-02-06 | Merge branch 'js/vsts-ci' | Junio C Hamano | 5 | -0/+158 |
2019-02-06 | Merge branch 'lt/date-human' | Junio C Hamano | 1 | -1/+12 |
2019-02-06 | Merge branch 'jk/unused-parameter-cleanup' | Junio C Hamano | 1 | -1/+1 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 3 | -2/+4 |
2019-02-06 | test-date: drop unused parameter to getnanos() | Jeff King | 1 | -2/+2 |
2019-02-05 | Merge branch 'cc/test-ref-store-typofix' | Junio C Hamano | 1 | -1/+1 |
2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -0/+10 |
2019-01-29 | Merge branch 'bc/sha-256' | Junio C Hamano | 6 | -51/+133 |
2019-01-29 | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip' | Junio C Hamano | 1 | -3/+5 |
2019-01-29 | Add `human` format to test-tool | Stephen P. Smith | 1 | -1/+12 |
2019-01-29 | ci: parallelize testing on Windows | Johannes Schindelin | 1 | -0/+31 |
2019-01-29 | tests: include detailed trace logs with --write-junit-xml upon failure | Johannes Schindelin | 1 | -0/+21 |
2019-01-29 | tests: avoid calling Perl just to determine file sizes | Johannes Schindelin | 1 | -0/+12 |
2019-01-29 | tests: optionally write results as JUnit-style .xml | Johannes Schindelin | 3 | -0/+82 |
2019-01-28 | test-date: add a subcommand to measure times in shell scripts | Johannes Schindelin | 1 | -0/+12 |
2019-01-24 | show_date_relative(): drop unused "tz" parameter | Jeff King | 1 | -1/+1 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 3 | -2/+4 |
2019-01-17 | helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo | Christian Couder | 1 | -1/+1 |
2018-12-28 | t/helper/test-repository: celebrate independence from the_repository | Stefan Beller | 1 | -0/+10 |
2018-12-10 | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-12-05 | repository: repo_submodule_init to take a submodule struct | Stefan Beller | 1 | -3/+5 |
2018-11-18 | Merge branch 'jk/unused-parameter-fixes' | Junio C Hamano | 1 | -1/+1 |
2018-11-18 | Merge branch 'ds/reachable-topo-order' | Junio C Hamano | 1 | -8/+18 |
2018-11-14 | Add a base implementation of SHA-256 support | brian m. carlson | 3 | -0/+9 |
2018-11-14 | t/helper: add a test helper to compute hash speed | brian m. carlson | 3 | -0/+63 |
2018-11-14 | t: make the sha1 test-tool helper generic | brian m. carlson | 3 | -51/+61 |
2018-11-13 | Merge branch 'ds/add-missing-tags' | Junio C Hamano | 1 | -4/+30 |
2018-11-13 | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 3 | -0/+32 |
2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+1 |
2018-11-06 | parse-options: drop OPT_DATE() | Jeff King | 1 | -1/+0 |
2018-11-03 | test-reach: test get_reachable_subset | Derrick Stolee | 1 | -4/+30 |
2018-11-02 | prio-queue: add 'peek' operation | Derrick Stolee | 1 | -8/+18 |
2018-10-31 | t/helper: add test-submodule-nested-repo-config | Antonio Ospite | 3 | -0/+32 |
2018-10-30 | Merge branch 'rj/header-guards' | Junio C Hamano | 1 | -2/+2 |
2018-10-30 | Merge branch 'jk/test-tool-help' | Junio C Hamano | 1 | -2/+13 |