summaryrefslogtreecommitdiff
path: root/t/t5304-prune.sh
Commit message (Expand)AuthorAgeFilesLines
* t: drop "verbose" helper functionJeff King2023-05-081-8/+8
* t/t5304-prune.sh: prepare for `gc --cruft` by defaultTaylor Blau2023-04-181-14/+14
* Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-2/+10
|\
| * config tests: cover blind spots in git_die_config() testsÆvar Arnfjörð Bjarmason2023-03-281-2/+10
* | prune: quiet ENOENT on missing directoriesEric Wong2022-11-211-0/+8
|/
* tests: remove leftover untracked filesElijah Newren2021-09-121-0/+1
* Merge branch 'hn/prep-tests-for-reftable'Junio C Hamano2021-07-131-59/+24
|\
| * t5304: use "reflog expire --all" to clear the reflogHan-Wen Nienhuys2021-06-021-5/+4
| * t5304: restyle: trim empty lines, drop ':' before >Han-Wen Nienhuys2021-06-021-54/+20
* | prune: save reachable-from-recent objects with bitmapsJeff King2021-04-291-0/+16
|/
* t5[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-2/+2
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* t5304: add a test for pruning with bitmapsJeff King2019-04-191-0/+8
* t5304: rename "sha1" variables to "oid"Jeff King2019-02-141-12/+12
* prune: lazily perform reachability traversalJeff King2019-02-141-0/+12
* tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-2/+1
* Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano2018-05-081-0/+10
|\
| * parseopt: handle malformed --expire arguments more nicelyJunio C Hamano2018-04-231-0/+10
* | t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy2018-03-271-8/+8
|/
* revision.c: --reflog add HEAD reflog from all worktreesNguyễn Thái Ngọc Duy2017-08-241-0/+16
* revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-241-0/+12
* revision.c: --indexed-objects add objects from all worktreesNguyễn Thái Ngọc Duy2017-08-241-0/+9
* t/t5304-prune.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-1/+1
* gc: remove garbage .idx files from pack dirdk/gc-idx-wo-packDoug Kelly2015-11-041-1/+1
* t5304: test cleaning pack garbageDoug Kelly2015-11-041-0/+21
* for_each_packed_object: automatically open pack indexjk/maint-for-each-packed-objectJeff King2015-06-221-0/+1
* sha1_file: fix iterating loose alternate objectsJonathon Mah2015-02-091-0/+8
* t5304: use helper to report failure of "test foo = bar"Jeff King2014-10-131-8/+8
* t5304: use test_path_is_* instead of "test -f"Jeff King2014-10-131-23/+23
* reachable.c: add HEAD to reachability starting commitsmk/reachable-protect-detached-headMax Kirillov2014-09-031-0/+22
* code and test: fix misuses of "nor"jl/nor-or-nand-andJustin Lebar2014-03-311-1/+1
* prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-101-0/+10
* count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy2013-02-151-0/+26
* t3306,t5304: avoid clock skew issuesMichael J Gruber2011-04-141-1/+2
* prune: honor --expire=neverAdam Simpkins2010-02-281-0/+32
* test local clone by copyingClemens Buchacher2009-09-131-21/+33
* gc: make --prune useful again by accepting an optional parameterJohannes Schindelin2009-02-141-0/+38
* t5304-prune: adjust file mtime based on system time rather than file mtimeBrandon Casey2008-08-131-4/+4
* Fix executable bits in t/ scriptsJunio C Hamano2008-07-041-0/+0
* builtin-prune: protect objects listed on the command lineJunio C Hamano2008-03-271-1/+1
* Add tests for git-pruneMichele Ballabio2008-03-271-0/+34
* gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin2008-03-121-0/+49
* Make git prune remove temporary packs that look like write failuresDavid Steven Tweed2008-02-111-0/+32