Age | Commit message (Expand) | Author | Files | Lines |
2021-07-19 | t0000: clear GIT_SKIP_TESTS before running sub-tests | Jeff King | 1 | -10/+29 |
2021-07-19 | test-lib-functions: use test-tool for [de]packetize() | Ævar Arnfjörð Bjarmason | 5 | -34/+24 |
2021-07-16 | Merge branch 'ds/gender-neutral-doc' | Junio C Hamano | 1 | -1/+0 |
2021-07-16 | Merge branch 'jt/partial-clone-submodule-1' | Junio C Hamano | 4 | -0/+68 |
2021-07-16 | Merge branch 'dd/test-stdout-count-lines' | Junio C Hamano | 3 | -76/+98 |
2021-07-16 | Merge branch 'hn/refs-test-cleanup' | Junio C Hamano | 2 | -8/+6 |
2021-07-16 | Merge branch 'ab/mktag-tests' | Junio C Hamano | 1 | -15/+106 |
2021-07-16 | Merge branch 'ab/show-branch-tests' | Junio C Hamano | 2 | -70/+149 |
2021-07-16 | Merge branch 'ab/fetch-negotiate-segv-fix' | Junio C Hamano | 1 | -0/+16 |
2021-07-16 | Merge branch 'tb/midx-use-checksum' | Junio C Hamano | 1 | -0/+13 |
2021-07-16 | Merge branch 'en/merge-dir-rename-corner-case-fix' | Junio C Hamano | 1 | -0/+175 |
2021-07-16 | Merge branch 'en/ort-perf-batch-13' | Junio C Hamano | 1 | -0/+440 |
2021-07-16 | Merge branch 'en/ort-perf-batch-12' | Junio C Hamano | 1 | -1/+1 |
2021-07-16 | parse-options: don't complete option aliases by default | Philippe Blain | 1 | -0/+13 |
2021-07-15 | worktree: teach `add` to accept --reason <string> with --lock | Stephen Manz | 1 | -0/+14 |
2021-07-14 | checkout: stop expanding sparse indexes | Derrick Stolee | 1 | -1/+9 |
2021-07-14 | commit: integrate with sparse-index | Derrick Stolee | 1 | -4/+43 |
2021-07-14 | p2000: compress repo names | Derrick Stolee | 1 | -10/+10 |
2021-07-14 | p2000: add 'git checkout -' test and decrease depth | Derrick Stolee | 1 | -7/+20 |
2021-07-14 | t1092: document bad sparse-checkout behavior | Derrick Stolee | 1 | -4/+6 |
2021-07-14 | fsmonitor: integrate with sparse index | Derrick Stolee | 1 | -0/+49 |
2021-07-14 | wt-status: expand added sparse directory entries | Derrick Stolee | 1 | -0/+33 |
2021-07-14 | status: use sparse-index throughout | Derrick Stolee | 1 | -4/+9 |
2021-07-14 | status: skip sparse-checkout percentage with sparse-index | Derrick Stolee | 1 | -0/+8 |
2021-07-14 | t1092: add tests for status/add and sparse files | Derrick Stolee | 1 | -0/+38 |
2021-07-14 | t1092: expand repository data shape | Derrick Stolee | 1 | -3/+41 |
2021-07-14 | t1092: replace incorrect 'echo' with 'cat' | Derrick Stolee | 1 | -1/+1 |
2021-07-14 | sparse-index: skip indexes with unmerged entries | Derrick Stolee | 1 | -0/+22 |
2021-07-14 | load_ref_decorations(): fix decoration with tags | Jeff King | 1 | -0/+14 |
2021-07-14 | t2400: clean up '"add" worktree with lock' test | Stephen Manz | 1 | -1/+1 |
2021-07-13 | Merge branch 'rs/grep-parser-fix' | Junio C Hamano | 1 | -0/+9 |
2021-07-13 | Merge branch 'ab/pre-auto-gc-hook-test' | Junio C Hamano | 1 | -0/+46 |
2021-07-13 | Merge branch 'jk/union-merge-binary' | Junio C Hamano | 1 | -0/+18 |
2021-07-13 | Merge branch 'ab/describe-tests-fix' | Junio C Hamano | 1 | -62/+72 |
2021-07-13 | Merge branch 'ab/pickaxe-pcre2' | Junio C Hamano | 3 | -18/+170 |
2021-07-13 | Merge branch 'hn/prep-tests-for-reftable' | Junio C Hamano | 18 | -159/+170 |
2021-07-13 | Merge branch 'zh/cat-file-batch-fix' | Junio C Hamano | 1 | -0/+22 |
2021-07-13 | advice.h: add missing __attribute__((format)) & fix usage | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2021-07-12 | submodule: prefix die messages with 'fatal' | Atharva Raykar | 2 | -7/+7 |
2021-07-12 | rev-list: add option for --pretty=format without header | brian m. carlson | 1 | -2/+78 |
2021-07-09 | commit: remove irrelavent prompt on `--allow-empty-message` | Hu Jialun | 1 | -1/+1 |
2021-07-09 | pack-objects: fix segfault in --stdin-packs option | Ævar Arnfjörð Bjarmason | 1 | -0/+19 |
2021-07-08 | Merge branch 'ar/test-code-cleanup' | Junio C Hamano | 5 | -5/+5 |
2021-07-08 | Merge branch 'ab/cmd-foo-should-return' | Junio C Hamano | 4 | -4/+4 |
2021-07-08 | Merge branch 'ab/fix-columns-to-80-during-tests' | Junio C Hamano | 1 | -2/+3 |
2021-07-08 | Merge branch 'ar/more-typofix' | Junio C Hamano | 2 | -2/+2 |
2021-07-08 | Merge branch 'jk/test-without-readlink-1' | Junio C Hamano | 3 | -3/+9 |
2021-07-08 | Merge branch 'jx/sideband-cleanup' | Junio C Hamano | 31 | -1013/+1013 |
2021-07-08 | Merge branch 'jk/test-avoid-globmatch-with-skip-patterns' | Junio C Hamano | 1 | -12/+22 |
2021-07-08 | Merge branch 'ab/config-hooks-path-testfix' | Junio C Hamano | 1 | -0/+1 |