diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:28:58 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:28:58 +0900 |
commit | cb6462fe7435657fbd905018e9b3c76f1d946832 (patch) | |
tree | c30276158d62150933cba1c1d1d1d2543f941822 /Documentation/git-fetch-pack.txt | |
parent | Merge branch 'lw/daemon-log-destination' (diff) | |
parent | Documentation: normalize spelling of 'normalised' (diff) | |
download | tgif-cb6462fe7435657fbd905018e9b3c76f1d946832.tar.xz |
Merge branch 'en/doc-typoes'
Docfix.
* en/doc-typoes:
Documentation: normalize spelling of 'normalised'
Documentation: fix several one-character-off spelling errors
Diffstat (limited to 'Documentation/git-fetch-pack.txt')
-rw-r--r-- | Documentation/git-fetch-pack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fetch-pack.txt b/Documentation/git-fetch-pack.txt index f7ebe36a7b..c975884793 100644 --- a/Documentation/git-fetch-pack.txt +++ b/Documentation/git-fetch-pack.txt @@ -88,7 +88,7 @@ be in a separate packet, and the list must end with a flush packet. infinite even if there is an ancestor-chain that long. --shallow-since=<date>:: - Deepen or shorten the history of a shallow'repository to + Deepen or shorten the history of a shallow repository to include all reachable commits after <date>. --shallow-exclude=<revision>:: |