aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5304-prune.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-06-23Merge branch 'tb/gc-recent-object-hook'Junio C Hamano1-0/+14
2023-06-12gc: introduce `gc.recentObjectsHook`Taylor Blau1-0/+14
2023-05-08t: drop "verbose" helper functionJeff King1-8/+8
2023-04-18t/t5304-prune.sh: prepare for `gc --cruft` by defaultTaylor Blau1-14/+14
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano1-2/+10
2023-03-28config tests: cover blind spots in git_die_config() testsÆvar Arnfjörð Bjarmason1-2/+10
2022-11-21prune: quiet ENOENT on missing directoriesEric Wong1-0/+8
2021-09-12tests: remove leftover untracked filesElijah Newren1-0/+1
2021-07-13Merge branch 'hn/prep-tests-for-reftable'Junio C Hamano1-59/+24
2021-06-02t5304: use "reflog expire --all" to clear the reflogHan-Wen Nienhuys1-5/+4
2021-06-02t5304: restyle: trim empty lines, drop ':' before >Han-Wen Nienhuys1-54/+20
2021-04-29prune: save reachable-from-recent objects with bitmapsJeff King1-0/+16
2020-11-19t5[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-2/+2
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2019-04-19t5304: add a test for pruning with bitmapsJeff King1-0/+8
2019-02-14t5304: rename "sha1" variables to "oid"Jeff King1-12/+12
2019-02-14prune: lazily perform reachability traversalJeff King1-0/+12
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-2/+1
2018-05-08Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano1-0/+10
2018-04-23parseopt: handle malformed --expire arguments more nicelyJunio C Hamano1-0/+10
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-8/+8
2017-08-24revision.c: --reflog add HEAD reflog from all worktreesNguyễn Thái Ngọc Duy1-0/+16
2017-08-24revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy1-0/+12
2017-08-24revision.c: --indexed-objects add objects from all worktreesNguyễn Thái Ngọc Duy1-0/+9
2015-12-28t/t5304-prune.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2015-11-04gc: remove garbage .idx files from pack dirDoug Kelly1-1/+1
2015-11-04t5304: test cleaning pack garbageDoug Kelly1-0/+21
2015-06-22for_each_packed_object: automatically open pack indexJeff King1-0/+1
2015-02-09sha1_file: fix iterating loose alternate objectsJonathon Mah1-0/+8
2014-10-13t5304: use helper to report failure of "test foo = bar"Jeff King1-8/+8
2014-10-13t5304: use test_path_is_* instead of "test -f"Jeff King1-23/+23
2014-09-03reachable.c: add HEAD to reachability starting commitsMax Kirillov1-0/+22
2014-03-31code and test: fix misuses of "nor"Justin Lebar1-1/+1
2013-12-10prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy1-0/+10
2013-02-15count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy1-0/+26
2011-04-14t3306,t5304: avoid clock skew issuesMichael J Gruber1-1/+2
2010-02-28prune: honor --expire=neverAdam Simpkins1-0/+32
2009-09-13test local clone by copyingClemens Buchacher1-21/+33
2009-02-14gc: make --prune useful again by accepting an optional parameterJohannes Schindelin1-0/+38
2008-08-13t5304-prune: adjust file mtime based on system time rather than file mtimeBrandon Casey1-4/+4
2008-07-04Fix executable bits in t/ scriptsJunio C Hamano1-0/+0
2008-03-27builtin-prune: protect objects listed on the command lineJunio C Hamano1-1/+1
2008-03-27Add tests for git-pruneMichele Ballabio1-0/+34
2008-03-12gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin1-0/+49
2008-02-11Make git prune remove temporary packs that look like write failuresDavid Steven Tweed1-0/+32