diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2016-03-24 18:56:16 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-24 10:16:50 -0700 |
commit | d725fbde4f4f0cf76ff060e5c044afad192d0a1a (patch) | |
tree | d79360e774ffa537394821c6be418357522cdd2b /Documentation/git-apply.txt | |
parent | e46579643d56162299b1756b70d418005351b256 (diff) | |
download | git-d725fbde4f4f0cf76ff060e5c044afad192d0a1a.tar.gz |
git-apply.txt: remove a space
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-apply.txt')
-rw-r--r-- | Documentation/git-apply.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index d9ed6a1a4e..5444d2ffeb 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -13,7 +13,7 @@ SYNOPSIS [--apply] [--no-add] [--build-fake-ancestor=<file>] [-R | --reverse] [--allow-binary-replacement | --binary] [--reject] [-z] [-p<n>] [-C<n>] [--inaccurate-eof] [--recount] [--cached] - [--ignore-space-change | --ignore-whitespace ] + [--ignore-space-change | --ignore-whitespace] [--whitespace=(nowarn|warn|fix|error|error-all)] [--exclude=<path>] [--include=<path>] [--directory=<root>] [--verbose] [--unsafe-paths] [<patch>...] |