diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2019-03-05 19:30:12 +0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-03-07 08:02:21 +0900 |
| commit | 6d9af6f4dac4079e0ea14a86cbdf6790c1586fce (patch) | |
| tree | e70833399cf7263ca85c5bb58e3ae0048b5e5f30 /Documentation | |
| parent | df84a436270ff44d32c085976bea17175aa7077b (diff) | |
| download | git-6d9af6f4dac4079e0ea14a86cbdf6790c1586fce.tar.xz | |
diff-parseopt: convert --binary
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')
| -rw-r--r-- | Documentation/diff-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 915f2fec8b..6810c94fea 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -425,7 +425,7 @@ endif::git-format-patch[] --binary:: In addition to `--full-index`, output a binary diff that - can be applied with `git-apply`. + can be applied with `git-apply`. Implies `--patch`. --abbrev[=<n>]:: Instead of showing the full 40-byte hexadecimal object |
