[PATCH v2] Documentation: GPG capitalization

2016-06-16 Thread Dave Nicolson
When "GPG" is used in a sentence it is now consistently capitalized. When referring to the binary it is left as "gpg". Signed-off-by: David Nicolson --- Documentation/git-tag.txt | 2 +- Documentation/git-verify-commit.txt | 2 +- 2 files changed, 2

[PATCH] Documentation: GPG capitalization

2016-05-29 Thread Dave Nicolson
When "GPG" is used in a sentence it is now consistently capitalized. When referring to the binary it is left as "gpg". Signed-off-by: David Nicolson --- Documentation/git-mktag.txt | 2 +- Documentation/git-tag.txt | 2 +-

[PATCH 1/2] Do not output whitespace on blank lines

2016-05-29 Thread Dave Nicolson
--- diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff.c b/diff.c index d3734d3..459b36a 100644 --- a/diff.c +++ b/diff.c @@ -471,7 +471,7 @@ static void emit_line_0(struct diff_options *o, const char *set, const char *res has_trailing_carriage_return

[PATCH 2/2] Fix tests

2016-05-29 Thread Dave Nicolson
--- t/lib-diff-alternative.sh| 4 ++-- t/t4029-diff-trailing-space.sh | 2 +- t/t4034-diff-words.sh| 2 +- t/t4051-diff-function-context.sh | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/t/lib-diff-alternative.sh b/t/lib-diff-alternative.sh index