Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
fetch: remove .keep files
Merged fintohaps opened 1 year ago

The .keep files for packs were never being removed, resulting in all pack files never being cleaned up by git gc.

Referring to Gitoxide[0][1], the same idea for removing the .keep file is applied when performing write_pack.

Signed-off-by: Fintan Halpenny fintan.halpenny@gmail.com X-Clacks-Overhead: GNU Terry Pratchett

fintohaps opened with revision 4f2e158e on base 25c6660a +24 -4 1 year ago

The .keep files for packs were never being removed, resulting in all pack files never being cleaned up by git gc.

Referring to Gitoxide[0][1], the same idea for removing the .keep file is applied when performing write_pack.

Signed-off-by: Fintan Halpenny fintan.halpenny@gmail.com X-Clacks-Overhead: GNU Terry Pratchett

did:key:z6MkkpTP...arsB commented on revision 1 1 year ago

No GiHub Actions Workflows found.

fintohaps pushed revision 2 09ca1a49 on base cb2cbf01 +65 -5 1 year ago

Changes:

  • Use Keepfile type to implement Drop semantics for removing .keep files
  • Adds a check to an existing test to ensure that semantics are correct
fintohaps pushed revision 3 08a29572 on base cb2cbf01 +66 -5 1 year ago

Changes:

  • simplify extension check
  • fix documentation typo
did:key:z6MksFqX...wzpT pushed revision 4 808b3bae on base ca7db162 +120 -105 1 year ago

Rebase.

did:key:z6MksFqX...wzpT merged revision 808b3bae at d56d619f 1 year ago