[PATCH] Makefile: add NEEDS_LIBRT to optionally link with librt

2016-07-07 Thread Ronald Wampler
causes a linker error. This patches requires those not building via the configuration scripts to define NEEDS_LIBRT in addition to HAVE_CLOCK_GETTIME, if needed. Signed-off-by: Ronald Wampler --- I am not sure if this the correction solution. Another option I considered was to wrap the EXTLIBS

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

2014-12-09 Thread Ronald Wampler
Signed-off-by: Ronald Wampler --- I forgot to add the sign-off in the previous patch. Sorry for the additional noise. 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

[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.