You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command can be used to optimize storage of references.
For a RefDirectory database, it packs non-symbolic, loose refs into
packed-refs. By default, only the references under '$GIT_DIR/refs/tags'
are packed. The '--all' option can be used to pack all the references
under '$GIT_DIR/refs'.
For Reftable, all refs are compacted into a single table.
Change-Id: I92e786403f8638d35ae3037844a7ad89e8959e02
Copy file name to clipboardexpand all lines: org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
+2
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,7 @@ updating=Updating {0}..{1}
257
257
usage_Abbrev=Instead of using the default number of hexadecimal digits (which will vary according to the number of objects in the repository with a default of 7) of the abbreviated object name, use <n> digits, or as many digits as needed to form a unique object name. An <n> of 0 will suppress long format, only showing the closest tag.
258
258
usage_addRenormalize=Apply the "clean" process freshly to tracked files to forcibly add them again to the index. This implies -u.
259
259
usage_Aggressive=This option will cause gc to more aggressively optimize the repository at the expense of taking much more time
260
+
usage_All=Pack all refs, except hidden refs, broken refs, and symbolic refs.
260
261
usage_AlwaysFallback=Show uniquely abbreviated commit object as fallback
261
262
usage_bareClone=Make a bare Git repository. That is, instead of creating [DIRECTORY] and placing the administrative files in [DIRECTORY]/.git, make the [DIRECTORY] itself the $GIT_DIR.
262
263
usage_extraArgument=Pass an extra argument to a merge driver. Currently supported are "-X ours" and "-X theirs".
@@ -300,6 +301,7 @@ usage_Match=Only consider tags matching the given glob(7) pattern or patterns, e
300
301
usage_MergeBase=Find as good common ancestors as possible for a merge
301
302
usage_MergesTwoDevelopmentHistories=Merges two development histories
302
303
usage_PackKeptObjects=Include objects in packs locked by a ".keep" file when repacking
304
+
usage_PackRefs=Pack heads and tags for efficient repository access
303
305
usage_PreserveOldPacks=Preserve old pack files by moving them into the preserved subdirectory instead of deleting them after repacking
304
306
usage_PrunePreserved=Remove the preserved subdirectory containing previously preserved old pack files before repacking, and before preserving more old pack files
0 commit comments