commit 8d6abbb25ed5e71ba5785e31dccf6ca4252b839f from: Stefan Sperling via: Thomas Adam date: Mon Jul 10 19:47:52 2023 UTC refer to the dump stream's format as "bundle" rather than "dump" commit - c4515df2561be621b6a9f2b6cb5776ef29fb349f commit + 8d6abbb25ed5e71ba5785e31dccf6ca4252b839f blob - 3678487383dc1522cf5f7f39a12d406f7fb17c60 blob + 13fcc34f3da5081d4ae416da9ea13f440d64b1e9 --- gotadmin/gotadmin.1 +++ gotadmin/gotadmin.1 @@ -344,7 +344,7 @@ work tree, use the repository path associated with thi .Op Fl x Ar reference .Op Ar reference ... .Xc -Dump the contents of the repository to standard output. +Dump the contents of the repository to standard output in Git bundle format. .Pp If one or more .Ar reference @@ -372,7 +372,7 @@ work tree, use the repository path associated with thi .It Fl x Ar reference Exclude objects reachable via the specified .Ar reference -from the dump file. +from the bundle. The .Ar reference argument may either specify a specific reference or a reference namespace, @@ -392,7 +392,7 @@ be excluded. .Op Fl r Ar repository-path .Op Ar file .Xc -Read a repository dump stream from standard input or +Read a Git bundle stream from standard input or .Ar file . .Pp The options for @@ -402,21 +402,21 @@ are as follows: .It Fl b Ar reference Load only the specified .Ar reference -from the dump. +from the bundle. This option may be specified multiple times to build a list of reference to load. If not provided, all the reference will be loaded. .It Fl l -List references available for loading from the dump and exit +List references available for loading from the bundle and exit immediately. Cannot be used together with .Fl b and .Fl n . .It Fl n -Attempt to load the dump but don't install new packfile or update any +Attempt to load the bundle but don't install new packfile or update any reference. -Can be used to verify the integrity of the dump. +Can be used to verify the integrity of the bundle. .It Fl q Suppress progress reporting output. .It Fl r Ar repository-path