summaryrefslogtreecommitdiffstats
path: root/t/t1410-reflog.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/reflog-expire-lookup-commit-fix'Junio C Hamano2024-08-141-0/+8
|\
| * Revert "reflog expire: don't use lookup_commit_reference_gently()"Junio C Hamano2024-07-161-0/+8
* | builtin/reflog: introduce subcommand to list reflogsPatrick Steinhardt2024-02-211-0/+108
|/
* t1410: move reffiles specific tests to t0600John Cai2024-01-231-42/+0
* t1410: use test-tool to create empty reflogPatrick Steinhardt2023-12-031-2/+2
* Merge branch 'jc/test-i18ngrep'Junio C Hamano2023-11-081-3/+3
|\
| * tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-3/+3
* | reflog: fix expire --single-worktreeRené Scharfe2023-10-291-0/+23
|/
* tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2023-02-071-0/+1
* Merge branch 'ab/reflog-parse-options'Junio C Hamano2022-04-041-0/+22
|\
| * reflog [show]: display sensible -h outputÆvar Arnfjörð Bjarmason2022-03-231-0/+5
| * reflog: convert to parse_options() APIÆvar Arnfjörð Bjarmason2022-03-231-0/+17
* | Merge branch 'ab/reflog-prep-fix'Junio C Hamano2022-03-231-0/+9
|\ \ | |/ |/|
| * reflog: don't be noisy on empty reflogsÆvar Arnfjörð Bjarmason2022-03-131-0/+9
* | t1410: mark bufsize boundary test as REFFILESHan-Wen Nienhuys2022-02-101-1/+1
* | t1410: use test-tool ref-store to inspect reflogsHan-Wen Nienhuys2022-02-101-1/+2
* | t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-131-2/+2
|/
* t1410: mark test as REFFILESHan-Wen Nienhuys2021-08-021-1/+3
* reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin2021-02-111-0/+26
* t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-29/+29
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
* t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
* t1410: use test_line_countRené Scharfe2019-11-271-2/+2
* t1410: make hash size independentbrian m. carlson2019-07-011-8/+8
* reflog tests: assert lack of early exit with expiry="never"Ævar Arnfjörð Bjarmason2019-04-011-1/+3
* reflog tests: test for the "points nowhere" warningÆvar Arnfjörð Bjarmason2019-03-181-0/+10
* reflog tests: make use of "test_config" idiomÆvar Arnfjörð Bjarmason2019-03-181-8/+5
* Merge branch 'nd/i18n'Junio C Hamano2019-01-041-3/+3
|\
| * fsck: mark strings for translationNguyễn Thái Ngọc Duy2018-11-121-3/+3
* | reflog expire: cover reflog from all worktreesNguyễn Thái Ngọc Duy2018-10-221-0/+15
|/
* tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-2/+1
* t: switch "branch -l" to "branch --create-reflog"Jeff King2018-06-221-2/+2
* t1410: remove superfluous 'git reflog' from the 'walk past root' testSZEDER Gábor2016-08-151-1/+0
* reflog: continue walking the reflog past root commitsSZEDER Gábor2016-06-071-0/+22
* refs: on symref reflog expire, lock symref not referrentDavid Turner2016-04-101-0/+10
* Merge branch 'ep/shell-command-substitution-style'Junio C Hamano2016-01-221-12/+12
|\
| * t/t1410-reflog.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-12/+12
* | reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker2016-01-051-0/+13
|/
* tests: remove some direct access to .git/logsDavid Turner2015-07-281-8/+16
* Merge branch 'jk/for-each-reflog-ent-reverse'Junio C Hamano2014-12-221-0/+30
|\
| * for_each_reflog_ent_reverse: fix newlines on block boundariesJeff King2014-12-051-0/+30
* | Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-121-18/+18
|\ \
| * | t1410: fix breakage on case-insensitive filesystemsJeff King2014-11-101-18/+18
* | | Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-061-0/+34
|\| |
| * | ignore stale directories when checking reflog existenceJeff King2014-11-041-0/+34
| |/
* / checkout.c: use ref_exists instead of file_existRonnie Sahlberg2014-05-081-0/+8
|/
* tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-111-18/+8
* tests: add missing &&Jonathan Nieder2010-11-091-4/+4
* reflog: honor gc.reflogexpire=neverAdam Simpkins2010-02-281-0/+41
* test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt2009-03-191-3/+1