commit ca4f2e186c3c2fd07067c568d5558ac9843dfbdf from: Stefan Sperling date: Mon Jul 10 18:46:26 2023 UTC refer to the dump stream's format as "bundle" rather than "dump" commit - 8736d68f78d99fc8f037edcd3d788f182568b393 commit + ca4f2e186c3c2fd07067c568d5558ac9843dfbdf 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