[PATCH] git-tag.txt: Add a missing hyphen to `-s`

2014-10-04 Thread Wieland Hoffmann
Signed-off-by: Wieland Hoffmann --- Documentation/git-tag.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 3209083..e953ba4 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -42,7 +42,7

[PATCH] pre-push.sample: Make the script executable

2013-06-11 Thread Wieland Hoffmann
githooks(5) says that "[...]the .sample files are executable by default" which was not true. Signed-off-by: Wieland Hoffmann --- templates/hooks--pre-push.sample | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 templates/hooks--pre-push.sample