summaryrefslogtreecommitdiff
path: root/t/t1410-reflog.sh
AgeCommit message (Expand)AuthorFilesLines
2016-08-15t1410: remove superfluous 'git reflog' from the 'walk past root' testLibravatar SZEDER Gábor1-1/+0
2016-06-06reflog: continue walking the reflog past root commitsLibravatar SZEDER Gábor1-0/+22
2016-04-10refs: on symref reflog expire, lock symref not referrentLibravatar David Turner1-0/+10
2016-01-22Merge branch 'ep/shell-command-substitution-style'Libravatar Junio C Hamano1-12/+12
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogLibravatar Dennis Kaarsemaker1-0/+13
2015-12-27t/t1410-reflog.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-12/+12
2015-07-28tests: remove some direct access to .git/logsLibravatar David Turner1-8/+16
2014-12-22Merge branch 'jk/for-each-reflog-ent-reverse'Libravatar Junio C Hamano1-0/+30
2014-12-05for_each_reflog_ent_reverse: fix newlines on block boundariesLibravatar Jeff King1-0/+30
2014-11-12Merge branch 'jk/fetch-reflog-df-conflict'Libravatar Junio C Hamano1-18/+18
2014-11-10t1410: fix breakage on case-insensitive filesystemsLibravatar Jeff King1-18/+18
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Libravatar Junio C Hamano1-0/+34
2014-11-04ignore stale directories when checking reflog existenceLibravatar Jeff King1-0/+34
2014-05-08checkout.c: use ref_exists instead of file_existLibravatar Ronnie Sahlberg1-0/+8
2012-04-11tests: modernise style: more uses of test_line_countLibravatar Stefano Lattarini1-18/+8
2010-11-09tests: add missing &&Libravatar Jonathan Nieder1-4/+4
2010-02-28reflog: honor gc.reflogexpire=neverLibravatar Adam Simpkins1-0/+41
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodLibravatar Johannes Sixt1-3/+1
2008-08-10Fix deleting reflog entries from HEAD reflogLibravatar Junio C Hamano1-1/+1
2008-08-10reflog test: add more tests for 'reflog delete'Libravatar Pieter de Bie1-4/+18
2008-03-12gc: call "prune --expire 2.weeks.ago" by defaultLibravatar Johannes Schindelin1-18/+0
2008-02-22Merge branch 'bc/reflog-fix' into js/reflog-deleteLibravatar Junio C Hamano1-0/+19
2007-11-30Add "--expire <time>" option to 'git prune'Libravatar Johannes Schindelin1-0/+18
2007-10-17Teach "git reflog" a subcommand to delete single entriesLibravatar Johannes Schindelin1-0/+26
2007-01-28git-fsck-objects is now synonym to git-fsckLibravatar Junio C Hamano1-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-1/+1
2007-01-21Revert "prune: --grace=time"Libravatar Junio C Hamano1-3/+3
2007-01-20prune: --grace=timeLibravatar Matthias Lederhofer1-3/+3
2007-01-10Fix t1410 for core.filemode==falseLibravatar Johannes Schindelin1-0/+2
2007-01-06reflog expire --fix-staleLibravatar Junio C Hamano1-0/+176