]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-bundle.txt: remove old `--all` example
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Sat, 16 Nov 2024 14:54:52 +0000 (15:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2024 00:56:25 +0000 (09:56 +0900)
We don’t need this part now that we have a fleshed-out `--all` example.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bundle.txt

index b9eb9cef2f8abb307dfc0e0d1b827770920c9657..917d39356bbfbeae3070dcbde9313c26b08d02d7 100644 (file)
@@ -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>`.