aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1410-reflog.sh
AgeCommit message (Expand)AuthorFilesLines
2024-02-21builtin/reflog: introduce subcommand to list reflogsPatrick Steinhardt1-0/+108
2024-01-22t1410: move reffiles specific tests to t0600John Cai1-42/+0
2023-12-03t1410: use test-tool to create empty reflogPatrick Steinhardt1-2/+2
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-3/+3
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-3/+3
2023-10-29reflog: fix expire --single-worktreeRené Scharfe1-0/+23
2023-02-06tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2022-04-04Merge branch 'ab/reflog-parse-options'Junio C Hamano1-0/+22
2022-03-23reflog [show]: display sensible -h outputÆvar Arnfjörð Bjarmason1-0/+5
2022-03-23reflog: convert to parse_options() APIÆvar Arnfjörð Bjarmason1-0/+17
2022-03-23Merge branch 'ab/reflog-prep-fix'Junio C Hamano1-0/+9
2022-03-13reflog: don't be noisy on empty reflogsÆvar Arnfjörð Bjarmason1-0/+9
2022-02-09t1410: mark bufsize boundary test as REFFILESHan-Wen Nienhuys1-1/+1
2022-02-09t1410: use test-tool ref-store to inspect reflogsHan-Wen Nienhuys1-1/+2
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-2/+2
2021-08-02t1410: mark test as REFFILESHan-Wen Nienhuys1-1/+3
2021-02-11reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin1-0/+26
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-29/+29
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2019-11-27t1410: use test_line_countRené Scharfe1-2/+2
2019-07-01t1410: make hash size independentbrian m. carlson1-8/+8
2019-04-01reflog tests: assert lack of early exit with expiry="never"Ævar Arnfjörð Bjarmason1-1/+3
2019-03-18reflog tests: test for the "points nowhere" warningÆvar Arnfjörð Bjarmason1-0/+10
2019-03-18reflog tests: make use of "test_config" idiomÆvar Arnfjörð Bjarmason1-8/+5
2019-01-04Merge branch 'nd/i18n'Junio C Hamano1-3/+3
2018-11-12fsck: mark strings for translationNguyễn Thái Ngọc Duy1-3/+3
2018-10-22reflog expire: cover reflog from all worktreesNguyễn Thái Ngọc Duy1-0/+15
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-2/+1
2018-06-22t: switch "branch -l" to "branch --create-reflog"Jeff King1-2/+2
2016-08-15t1410: remove superfluous 'git reflog' from the 'walk past root' testSZEDER Gábor1-1/+0
2016-06-06reflog: continue walking the reflog past root commitsSZEDER Gábor1-0/+22
2016-04-10refs: on symref reflog expire, lock symref not referrentDavid Turner1-0/+10
2016-01-22Merge branch 'ep/shell-command-substitution-style'Junio C Hamano1-12/+12
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker1-0/+13
2015-12-27t/t1410-reflog.sh: use the $( ... ) construct for command substitutionElia Pinto1-12/+12
2015-07-28tests: remove some direct access to .git/logsDavid Turner1-8/+16
2014-12-22Merge branch 'jk/for-each-reflog-ent-reverse'Junio C Hamano1-0/+30
2014-12-05for_each_reflog_ent_reverse: fix newlines on block boundariesJeff King1-0/+30
2014-11-12Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano1-18/+18
2014-11-10t1410: fix breakage on case-insensitive filesystemsJeff King1-18/+18
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano1-0/+34
2014-11-04ignore stale directories when checking reflog existenceJeff King1-0/+34
2014-05-08checkout.c: use ref_exists instead of file_existRonnie Sahlberg1-0/+8
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini1-18/+8
2010-11-09tests: add missing &&Jonathan Nieder1-4/+4
2010-02-28reflog: honor gc.reflogexpire=neverAdam Simpkins1-0/+41
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt1-3/+1
2008-08-10Fix deleting reflog entries from HEAD reflogJunio C Hamano1-1/+1
2008-08-10reflog test: add more tests for 'reflog delete'Pieter de Bie1-4/+18
2008-03-12gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin1-18/+0
2008-02-22Merge branch 'bc/reflog-fix' into js/reflog-deleteJunio C Hamano1-0/+19
2007-11-30Add "--expire <time>" option to 'git prune'Johannes Schindelin1-0/+18
2007-10-17Teach "git reflog" a subcommand to delete single entriesJohannes Schindelin1-0/+26
2007-01-28git-fsck-objects is now synonym to git-fsckJunio C Hamano1-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+1
2007-01-21Revert "prune: --grace=time"Junio C Hamano1-3/+3
2007-01-20prune: --grace=timeMatthias Lederhofer1-3/+3
2007-01-10Fix t1410 for core.filemode==falseJohannes Schindelin1-0/+2
2007-01-06reflog expire --fix-staleJunio C Hamano1-0/+176