Message ID | 7e9f320fadeaddb4b402fc1e03d95f0ef5fccb0f.1731768344.git.code@khaugsbakk.name (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v4,1/4] Documentation/git-bundle.txt: mention full backup example | expand |
diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt index b9eb9cef2f8..917d39356bb 100644 --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@ -202,8 +202,6 @@ It is okay to err on the side of caution, causing the bundle file to contain objects already in the destination, as these are ignored when unpacking at the destination. -If you want to match `git clone --mirror`, which would include your -refs such as `refs/remotes/*`, use `--all`. If you want to provide the same set of refs that a clone directly from the source repository would get, use `--branches --tags` for the `<git-rev-list-args>`.