diff options
author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2024-11-16 15:54:53 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-11-18 01:56:25 +0100 |
commit | c43a67f83d8a8cccfc8b2f2ee7813207136e6dad (patch) | |
tree | 2697853547c573d7206bf10755dbf06d1a8baf0d /Documentation/git-bundle.txt | |
parent | Documentation/git-bundle.txt: remove old `--all` example (diff) | |
download | git-c43a67f83d8a8cccfc8b2f2ee7813207136e6dad.tar.xz git-c43a67f83d8a8cccfc8b2f2ee7813207136e6dad.zip |
Documentation/git-bundle.txt: mention --all in spec. refs
Mention `--all` as an alternative in “Specifying References”.
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/git-bundle.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt index 917d39356b..eaa16fc4b8 100644 --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@ -131,7 +131,7 @@ SPECIFYING REFERENCES --------------------- Revisions must be accompanied by reference names to be packaged in a -bundle. +bundle. Alternatively `--all` can be used to package all refs. More than one reference may be packaged, and more than one set of prerequisite objects can be specified. The objects packaged are those not contained in the |