summaryrefslogtreecommitdiff
path: root/t/t1410-reflog.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2023-02-061-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-091-1/+1
* | t1410: use test-tool ref-store to inspect reflogsHan-Wen Nienhuys2022-02-091-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-191-29/+29
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-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' testsg/reflog-past-rootSZEDER Gábor2016-08-151-1/+0
* reflog: continue walking the reflog past root commitsSZEDER Gábor2016-06-061-0/+22
* refs: on symref reflog expire, lock symref not referrentdt/pre-refs-backendDavid 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-271-12/+12
* | reflog-walk: don't segfault on non-commit sha1's in the reflogdk/reflog-walk-with-non-commitDennis Kaarsemaker2016-01-051-0/+13
|/
* tests: remove some direct access to .git/logsdt/reflog-testsDavid 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 filesystemsjk/fetch-reflog-df-conflictJeff 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_existrs/reflog-existsRonnie 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
* Fix deleting reflog entries from HEAD reflogJunio C Hamano2008-08-101-1/+1
* reflog test: add more tests for 'reflog delete'Pieter de Bie2008-08-101-4/+18
* gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin2008-03-121-18/+0
* Merge branch 'bc/reflog-fix' into js/reflog-deleteJunio C Hamano2008-02-221-0/+19
|\
| * Add "--expire <time>" option to 'git prune'Johannes Schindelin2007-11-301-0/+18
* | Teach "git reflog" a subcommand to delete single entriesJohannes Schindelin2007-10-171-0/+26
|/
* git-fsck-objects is now synonym to git-fsckJunio C Hamano2007-01-281-1/+1
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-1/+1