From 0e40a73a4c768c220dabf14f173f33c87a4f4829 Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Sun, 20 Oct 2019 12:03:06 +0100 Subject: Doc: Bundle file usage Improve the command description, including paragraph spacing. Git URLs can accept bundle files for fetch, pull and clone, include in that section. Include git clone in the bundle usage description. Correct the quoting of . Detail the options for cloning a complete repo. Signed-off-by: Philip Oakley Signed-off-by: Junio C Hamano --- Documentation/urls.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Documentation/urls.txt') diff --git a/Documentation/urls.txt b/Documentation/urls.txt index bc354fe2dc..1c229d7581 100644 --- a/Documentation/urls.txt +++ b/Documentation/urls.txt @@ -53,6 +53,9 @@ These two syntaxes are mostly equivalent, except the former implies --local option. endif::git-clone[] +'git clone', 'git fetch' and 'git pull', but not 'git push', will also +accept a suitable bundle file. See linkgit:git-bundle[1]. + When Git doesn't know how to handle a certain transport protocol, it attempts to use the 'remote-' remote helper, if one exists. To explicitly request a remote helper, the following syntax -- cgit v1.2.3