summaryrefslogtreecommitdiff
path: root/t/t1410-reflog.sh
AgeCommit message (Expand)Author
2016-08-15t1410: remove superfluous 'git reflog' from the 'walk past root' testSZEDER Gábor
2016-06-06reflog: continue walking the reflog past root commitsSZEDER Gábor
2016-04-10refs: on symref reflog expire, lock symref not referrentDavid Turner
2016-01-22Merge branch 'ep/shell-command-substitution-style'Junio C Hamano
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker
2015-12-27t/t1410-reflog.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-07-28tests: remove some direct access to .git/logsDavid Turner
2014-12-22Merge branch 'jk/for-each-reflog-ent-reverse'Junio C Hamano
2014-12-05for_each_reflog_ent_reverse: fix newlines on block boundariesJeff King
2014-11-12Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-10t1410: fix breakage on case-insensitive filesystemsJeff King
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-04ignore stale directories when checking reflog existenceJeff King
2014-05-08checkout.c: use ref_exists instead of file_existRonnie Sahlberg
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini
2010-11-09tests: add missing &&Jonathan Nieder
2010-02-28reflog: honor gc.reflogexpire=neverAdam Simpkins
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt
2008-08-11Fix deleting reflog entries from HEAD reflogJunio C Hamano
2008-08-11reflog test: add more tests for 'reflog delete'Pieter de Bie
2008-03-13gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin
2008-02-23Merge branch 'bc/reflog-fix' into js/reflog-deleteJunio C Hamano
2007-11-30Add "--expire <time>" option to 'git prune'Johannes Schindelin
2007-10-17Teach "git reflog" a subcommand to delete single entriesJohannes Schindelin
2007-01-29git-fsck-objects is now synonym to git-fsckJunio C Hamano
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-22Revert "prune: --grace=time"Junio C Hamano
2007-01-21prune: --grace=timeMatthias Lederhofer
2007-01-10Fix t1410 for core.filemode==falseJohannes Schindelin
2007-01-07reflog expire --fix-staleJunio C Hamano