Age | Commit message (Expand) | Author | Files | Lines |
2019-07-01 | t1410: make hash size independent | brian m. carlson | 1 | -8/+8 |
2019-04-01 | reflog tests: assert lack of early exit with expiry="never" | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
2019-03-18 | reflog tests: test for the "points nowhere" warning | Ævar Arnfjörð Bjarmason | 1 | -0/+10 |
2019-03-18 | reflog tests: make use of "test_config" idiom | Ævar Arnfjörð Bjarmason | 1 | -8/+5 |
2019-01-04 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -3/+3 |
2018-11-12 | fsck: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-10-22 | reflog expire: cover reflog from all worktrees | Nguyễn Thái Ngọc Duy | 1 | -0/+15 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -2/+1 |
2018-06-22 | t: switch "branch -l" to "branch --create-reflog" | Jeff King | 1 | -2/+2 |
2016-08-15 | t1410: remove superfluous 'git reflog' from the 'walk past root' test | SZEDER Gábor | 1 | -1/+0 |
2016-06-06 | reflog: continue walking the reflog past root commits | SZEDER Gábor | 1 | -0/+22 |
2016-04-10 | refs: on symref reflog expire, lock symref not referrent | David Turner | 1 | -0/+10 |
2016-01-22 | Merge branch 'ep/shell-command-substitution-style' | Junio C Hamano | 1 | -12/+12 |
2016-01-05 | reflog-walk: don't segfault on non-commit sha1's in the reflog | Dennis Kaarsemaker | 1 | -0/+13 |
2015-12-27 | t/t1410-reflog.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -12/+12 |
2015-07-28 | tests: remove some direct access to .git/logs | David Turner | 1 | -8/+16 |
2014-12-22 | Merge branch 'jk/for-each-reflog-ent-reverse' | Junio C Hamano | 1 | -0/+30 |
2014-12-05 | for_each_reflog_ent_reverse: fix newlines on block boundaries | Jeff King | 1 | -0/+30 |
2014-11-12 | Merge branch 'jk/fetch-reflog-df-conflict' | Junio C Hamano | 1 | -18/+18 |
2014-11-10 | t1410: fix breakage on case-insensitive filesystems | Jeff King | 1 | -18/+18 |
2014-11-06 | Merge branch 'jk/fetch-reflog-df-conflict' | Junio C Hamano | 1 | -0/+34 |
2014-11-04 | ignore stale directories when checking reflog existence | Jeff King | 1 | -0/+34 |
2014-05-08 | checkout.c: use ref_exists instead of file_exist | Ronnie Sahlberg | 1 | -0/+8 |
2012-04-11 | tests: modernise style: more uses of test_line_count | Stefano Lattarini | 1 | -18/+8 |
2010-11-09 | tests: add missing && | Jonathan Nieder | 1 | -4/+4 |
2010-02-28 | reflog: honor gc.reflogexpire=never | Adam Simpkins | 1 | -0/+41 |
2009-03-19 | test-lib: Introduce test_chmod and use it instead of update-index --chmod | Johannes Sixt | 1 | -3/+1 |
2008-08-10 | Fix deleting reflog entries from HEAD reflog | Junio C Hamano | 1 | -1/+1 |
2008-08-10 | reflog test: add more tests for 'reflog delete' | Pieter de Bie | 1 | -4/+18 |
2008-03-12 | gc: call "prune --expire 2.weeks.ago" by default | Johannes Schindelin | 1 | -18/+0 |
2008-02-22 | Merge branch 'bc/reflog-fix' into js/reflog-delete | Junio C Hamano | 1 | -0/+19 |
2007-11-30 | Add "--expire <time>" option to 'git prune' | Johannes Schindelin | 1 | -0/+18 |
2007-10-17 | Teach "git reflog" a subcommand to delete single entries | Johannes Schindelin | 1 | -0/+26 |
2007-01-28 | git-fsck-objects is now synonym to git-fsck | Junio C Hamano | 1 | -1/+1 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -1/+1 |
2007-01-21 | Revert "prune: --grace=time" | Junio C Hamano | 1 | -3/+3 |
2007-01-20 | prune: --grace=time | Matthias Lederhofer | 1 | -3/+3 |
2007-01-10 | Fix t1410 for core.filemode==false | Johannes Schindelin | 1 | -0/+2 |
2007-01-06 | reflog expire --fix-stale | Junio C Hamano | 1 | -0/+176 |