We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac5fd29 + ad7780b commit edb4fd9Copy full SHA for edb4fd9
Documentation/git-pack-refs.adoc
@@ -66,7 +66,10 @@ Pack refs as needed depending on the current state of the ref database. The
66
behavior depends on the ref format used by the repository and may change in the
67
future.
68
+
69
- - "files": No special handling for `--auto` has been implemented.
+ - "files": Loose references are packed into the `packed-refs` file
70
+ based on the ratio of loose references to the size of the
71
+ `packed-refs` file. The bigger the `packed-refs` file, the more loose
72
+ references need to exist before we repack.
73
74
- "reftable": Tables are compacted such that they form a geometric
75
sequence. For two tables N and N+1, where N+1 is newer, this
0 commit comments