Age | Commit message (Expand) | Author | Files | Lines |
2021-02-25 | Merge branch 'ab/detox-gettext-tests' | Junio C Hamano | 1 | -3/+3 |
2021-02-17 | Merge branch 'js/fsck-name-objects-fix' | Junio C Hamano | 1 | -14/+12 |
2021-02-10 | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2021-02-10 | fsck --name-objects: be more careful parsing generation numbers | Johannes Schindelin | 1 | -4/+6 |
2021-02-10 | t1450: robustify `remove_object()` | Johannes Schindelin | 1 | -10/+6 |
2020-11-19 | t[01]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -1/+1 |
2020-08-11 | Merge branch 'bc/sha-256-part-3' | Junio C Hamano | 1 | -1/+0 |
2020-08-10 | Merge branch 'ma/t1450-quotefix' | Junio C Hamano | 1 | -1/+1 |
2020-08-01 | t1450: fix quoting of NUL byte when corrupting pack | Martin Ågren | 1 | -1/+1 |
2020-07-30 | t: remove test_oid_init in tests | brian m. carlson | 1 | -1/+0 |
2020-06-08 | Merge branch 'rs/fsck-duplicate-names-in-trees' | Junio C Hamano | 1 | -15/+28 |
2020-05-21 | fsck: detect more in-tree d/f conflicts | René Scharfe | 1 | -1/+1 |
2020-05-21 | t1450: demonstrate undetected in-tree d/f conflict | René Scharfe | 1 | -0/+1 |
2020-05-21 | t1450: increase test coverage of in-tree d/f detection | René Scharfe | 1 | -15/+27 |
2020-05-14 | Merge branch 'rs/fsck-duplicate-names-in-trees' | Junio C Hamano | 1 | -0/+16 |
2020-05-11 | fsck: report non-consecutive duplicate names in trees | René Scharfe | 1 | -0/+16 |
2020-03-26 | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 1 | -0/+24 |
2020-02-24 | t: drop debug `cat` calls | Martin Ågren | 1 | -1/+0 |
2020-02-24 | commit: use expected signature header for SHA-256 | brian m. carlson | 1 | -0/+24 |
2019-12-09 | Sync with Git 2.24.1 | Junio C Hamano | 1 | -0/+1 |
2019-12-06 | Sync with 2.23.1 | Johannes Schindelin | 1 | -0/+1 |
2019-12-06 | Sync with 2.22.2 | Johannes Schindelin | 1 | -0/+1 |
2019-12-06 | Sync with 2.21.1 | Johannes Schindelin | 1 | -0/+1 |
2019-12-06 | Sync with 2.20.2 | Johannes Schindelin | 1 | -0/+1 |
2019-12-06 | Sync with 2.19.3 | Johannes Schindelin | 1 | -0/+1 |
2019-12-06 | Sync with 2.18.2 | Johannes Schindelin | 1 | -0/+1 |
2019-12-06 | Sync with 2.17.3 | Johannes Schindelin | 1 | -0/+1 |
2019-12-04 | mingw: disallow backslash characters in tree objects' file names | Johannes Schindelin | 1 | -0/+1 |
2019-10-28 | fsck: unify object-name code | Jeff King | 1 | -1/+1 |
2019-10-07 | tests: remove "cat foo" before "test_i18ngrep bar foo" | René Scharfe | 1 | -16/+0 |
2019-07-01 | t1450: make hash size independent | brian m. carlson | 1 | -16/+25 |
2019-05-09 | Merge branch 'tb/unexpected' | Junio C Hamano | 1 | -4/+0 |
2019-04-05 | t: move 'hex2oct' into test-lib-functions.sh | Taylor Blau | 1 | -4/+0 |
2019-03-20 | Merge branch 'jk/fsck-doc' | Junio C Hamano | 1 | -2/+17 |
2019-03-05 | fsck: always compute USED flags for unreachable objects | Jeff King | 1 | -2/+17 |
2019-01-08 | prefer "hash mismatch" to "sha1 mismatch" | Jeff King | 1 | -1/+1 |
2019-01-04 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -30/+30 |
2018-11-13 | Merge branch 'nd/per-worktree-ref-iteration' | Junio C Hamano | 1 | -0/+35 |
2018-11-12 | fsck: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -25/+25 |
2018-11-12 | read-cache.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-10-31 | Adjust for 2.19.x series | Junio C Hamano | 1 | -2/+21 |
2018-10-31 | check_stream_sha1(): handle input underflow | Jeff King | 1 | -0/+19 |
2018-10-31 | t1450: check large blob in trailing-garbage test | Jeff King | 1 | -2/+2 |
2018-10-22 | fsck: check HEAD and reflog from other worktrees | Nguyễn Thái Ngọc Duy | 1 | -0/+35 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -6/+5 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -6/+5 |
2018-07-23 | object.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-05-14 | t: switch $_z40 to $ZERO_OID | brian m. carlson | 1 | -2/+2 |
2017-10-06 | fsck: handle NULL return of lookup_blob() and lookup_tree() | René Scharfe | 1 | -0/+22 |
2017-07-28 | tests: ensure fsck fails on corrupt packfiles | Jonathan Tan | 1 | -0/+16 |