From f27b48d9047121ef051267a500cf5982a7b09fc9 Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Sat, 16 Nov 2024 15:54:52 +0100 Subject: [PATCH] Documentation/git-bundle.txt: remove old `--all` example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don’t need this part now that we have a fleshed-out `--all` example. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- Documentation/git-bundle.txt | 2 -- 1 file changed, 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 ``.