summaryrefslogtreecommitdiff
path: root/t/t5304-prune.sh
AgeCommit message (Expand)AuthorFilesLines
2020-11-19t5[0-4]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-2/+2
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2019-04-19t5304: add a test for pruning with bitmapsLibravatar Jeff King1-0/+8
2019-02-14t5304: rename "sha1" variables to "oid"Libravatar Jeff King1-12/+12
2019-02-14prune: lazily perform reachability traversalLibravatar Jeff King1-0/+12
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'Libravatar SZEDER Gábor1-2/+1
2018-05-08Merge branch 'jc/parseopt-expiry-errors'Libravatar Junio C Hamano1-0/+10
2018-04-23parseopt: handle malformed --expire arguments more nicelyLibravatar Junio C Hamano1-0/+10
2018-03-27t/helper: merge test-chmtime into test-toolLibravatar Nguyễn Thái Ngọc Duy1-8/+8
2017-08-24revision.c: --reflog add HEAD reflog from all worktreesLibravatar Nguyễn Thái Ngọc Duy1-0/+16
2017-08-24revision.c: --all adds HEAD from all worktreesLibravatar Nguyễn Thái Ngọc Duy1-0/+12
2017-08-24revision.c: --indexed-objects add objects from all worktreesLibravatar Nguyễn Thái Ngọc Duy1-0/+9
2015-12-28t/t5304-prune.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-11-04gc: remove garbage .idx files from pack dirLibravatar Doug Kelly1-1/+1
2015-11-04t5304: test cleaning pack garbageLibravatar Doug Kelly1-0/+21
2015-06-22for_each_packed_object: automatically open pack indexLibravatar Jeff King1-0/+1
2015-02-09sha1_file: fix iterating loose alternate objectsLibravatar Jonathon Mah1-0/+8
2014-10-13t5304: use helper to report failure of "test foo = bar"Libravatar Jeff King1-8/+8
2014-10-13t5304: use test_path_is_* instead of "test -f"Libravatar Jeff King1-23/+23
2014-09-03reachable.c: add HEAD to reachability starting commitsLibravatar Max Kirillov1-0/+22
2014-03-31code and test: fix misuses of "nor"Libravatar Justin Lebar1-1/+1
2013-12-10prune: clean .git/shallow after pruning objectsLibravatar Nguyễn Thái Ngọc Duy1-0/+10
2013-02-15count-objects: report garbage files in pack directory tooLibravatar Nguyễn Thái Ngọc Duy1-0/+26
2011-04-14t3306,t5304: avoid clock skew issuesLibravatar Michael J Gruber1-1/+2
2010-02-28prune: honor --expire=neverLibravatar Adam Simpkins1-0/+32
2009-09-13test local clone by copyingLibravatar Clemens Buchacher1-21/+33
2009-02-14gc: make --prune useful again by accepting an optional parameterLibravatar Johannes Schindelin1-0/+38
2008-08-13t5304-prune: adjust file mtime based on system time rather than file mtimeLibravatar Brandon Casey1-4/+4
2008-07-04Fix executable bits in t/ scriptsLibravatar Junio C Hamano1-0/+0
2008-03-27builtin-prune: protect objects listed on the command lineLibravatar Junio C Hamano1-1/+1
2008-03-27Add tests for git-pruneLibravatar Michele Ballabio1-0/+34
2008-03-12gc: call "prune --expire 2.weeks.ago" by defaultLibravatar Johannes Schindelin1-0/+49
2008-02-11Make git prune remove temporary packs that look like write failuresLibravatar David Steven Tweed1-0/+32