diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-12 14:00:16 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-12 14:00:16 -0800 |
commit | ba1edc92646ec0adf392542ad94fcafe5636f7c2 (patch) | |
tree | 23214b745c24c89052f8be8027a6f41af77735c2 | |
parent | Merge branch 'jk/for-each-reflog-ent-reverse' into maint (diff) | |
parent | git-am.txt: --ignore-date flag is not passed to git-apply (diff) | |
download | tgif-ba1edc92646ec0adf392542ad94fcafe5636f7c2.tar.xz |
Merge branch 'rw/apply-does-not-take-ignore-date' into maint
* rw/apply-does-not-take-ignore-date:
git-am.txt: --ignore-date flag is not passed to git-apply
-rw-r--r-- | Documentation/git-am.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 9adce372ec..d4ef16c16a 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -83,7 +83,6 @@ default. You can use `--no-utf8` to override this. it is supposed to apply to and we have those blobs available locally. ---ignore-date:: --ignore-space-change:: --ignore-whitespace:: --whitespace=<option>:: |