aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2024-11-16 15:54:52 +0100
committerJunio C Hamano <gitster@pobox.com>2024-11-18 09:56:25 +0900
commitf27b48d9047121ef051267a500cf5982a7b09fc9 (patch)
treecfff59b2979ac3cc5a410709562f471b16255253
parentDocumentation/git-bundle.txt: mention full backup example (diff)
downloadgit-f27b48d9047121ef051267a500cf5982a7b09fc9.tar.gz
git-f27b48d9047121ef051267a500cf5982a7b09fc9.zip
Documentation/git-bundle.txt: remove old `--all` example
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>
-rw-r--r--Documentation/git-bundle.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt
index b9eb9cef2f..917d39356b 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>`.