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
* master:
PackDirectory: Filter out tmp GC pack files
Add pack-refs command to the CLI
Test advertised capabilities with protocol V0 and allow*Sha1InWant
Align request policies with CGit
GitTimeParser: Fix multiple errorprone and style comments
PersonIdent: Preserve the timezone when copying with new time
PersonIdent: Revert @SInCE of #getZoneId
tests/BasicTest: Use java.time constructors for PersonIdent
RawParseUtils test: Use java.time to create PersonIdents
Change default similarity score to 50(%) to match git's default
Pack.java: Recover more often in Pack.copyAsIs2()
Change-Id: I1386addb355ffba09dcbf1a6e8634d605c0d3b5c
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