Skip to content

Commit cc91a85

Browse files
Thomas Ackermanngitster
authored andcommitted
Split over-long synopsis in git-fetch-pack.txt into several lines
Signed-off-by: Thomas Ackermann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d25c58c commit cc91a85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/git-fetch-pack.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ git-fetch-pack - Receive missing objects from another repository
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag] [--upload-pack=<git-upload-pack>] [--depth=<n>] [--no-progress] [-v] [<host>:]<directory> [<refs>...]
12+
'git fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
13+
[--upload-pack=<git-upload-pack>]
14+
[--depth=<n>] [--no-progress]
15+
[-v] [<host>:]<directory> [<refs>...]
1316

1417
DESCRIPTION
1518
-----------

0 commit comments

Comments
 (0)