Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-06-23Merge branch 'tb/gc-recent-object-hook'Junio C Hamano
2023-06-13gc: introduce `gc.recentObjectsHook`Taylor Blau
2023-05-09t: drop "verbose" helper functionJeff King
2023-04-19t/t5304-prune.sh: prepare for `gc --cruft` by defaultTaylor Blau
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano
2023-03-28config tests: cover blind spots in git_die_config() testsÆvar Arnfjörð Bjarmason
2022-11-21prune: quiet ENOENT on missing directoriesEric Wong
2021-09-13tests: remove leftover untracked filesElijah Newren
2021-07-14Merge branch 'hn/prep-tests-for-reftable'Junio C Hamano
2021-06-02t5304: use "reflog expire --all" to clear the reflogHan-Wen Nienhuys
2021-06-02t5304: restyle: trim empty lines, drop ':' before >Han-Wen Nienhuys
2021-04-29prune: save reachable-from-recent objects with bitmapsJeff King
2020-11-20t5[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2019-04-19t5304: add a test for pruning with bitmapsJeff King
2019-02-15t5304: rename "sha1" variables to "oid"Jeff King
2019-02-15prune: lazily perform reachability traversalJeff King
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-05-08Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano
2018-04-23parseopt: handle malformed --expire arguments more nicelyJunio C Hamano
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy
2017-08-25revision.c: --reflog add HEAD reflog from all worktreesNguyễn Thái Ngọc Duy
2017-08-25revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy
2017-08-25revision.c: --indexed-objects add objects from all worktreesNguyễn Thái Ngọc Duy
2015-12-29t/t5304-prune.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-11-04gc: remove garbage .idx files from pack dirDoug Kelly
2015-11-04t5304: test cleaning pack garbageDoug Kelly
2015-06-23for_each_packed_object: automatically open pack indexJeff King
2015-02-10sha1_file: fix iterating loose alternate objectsJonathon Mah
2014-10-13t5304: use helper to report failure of "test foo = bar"Jeff King
2014-10-13t5304: use test_path_is_* instead of "test -f"Jeff King
2014-09-03reachable.c: add HEAD to reachability starting commitsMax Kirillov
2014-04-01code and test: fix misuses of "nor"Justin Lebar
2013-12-11prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy
2013-02-15count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy
2011-04-14t3306,t5304: avoid clock skew issuesMichael J Gruber
2010-02-28prune: honor --expire=neverAdam Simpkins
2009-09-14test local clone by copyingClemens Buchacher
2009-02-15gc: make --prune useful again by accepting an optional parameterJohannes Schindelin
2008-08-14t5304-prune: adjust file mtime based on system time rather than file mtimeBrandon Casey
2008-07-04Fix executable bits in t/ scriptsJunio C Hamano
2008-03-28builtin-prune: protect objects listed on the command lineJunio C Hamano
2008-03-27Add tests for git-pruneMichele Ballabio
2008-03-13gc: call "prune --expire 2.weeks.ago" by defaultJohannes Schindelin
2008-02-11Make git prune remove temporary packs that look like write failuresDavid Steven Tweed