Re: [PATCH] git-am.txt: --ignore-date flag is not passed to git-apply

2014-12-09 Thread Junio C Hamano
Ronald Wampler writes: > --- > Documentation/git-am.txt | 1 - > 1 file changed, 1 deletion(-) Of course ;-) "git apply" does not care about dates as it does not make the commit. Thanks. > > diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt > index 9adce37..d4ef16c 100644 > --

[PATCH] git-am.txt: --ignore-date flag is not passed to git-apply

2014-12-09 Thread Ronald Wampler
--- Documentation/git-am.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 9adce37..d4ef16c 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -83,7 +83,6 @@ default. You can use `--no-utf8` to override this.