summaryrefslogtreecommitdiff
path: root/public/git-go-pre-commit.md
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-25 22:59:27 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-25 22:59:27 -0500
commit2413c4d35298a603adb42140a64d68cbbd2be1fb (patch)
treeae608b9a3beea7fb5700698d7073b9b2a974f422 /public/git-go-pre-commit.md
parent47324331076bd3427c2781802e21f8f546b082b1 (diff)
Tidy up, use unicode … when appropriate.
Diffstat (limited to 'public/git-go-pre-commit.md')
-rw-r--r--public/git-go-pre-commit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/git-go-pre-commit.md b/public/git-go-pre-commit.md
index 98e7b28..b9d4389 100644
--- a/public/git-go-pre-commit.md
+++ b/public/git-go-pre-commit.md
@@ -31,7 +31,7 @@ that is staged for commit; here's my `.git/hooks/pre-commit`:
# This would only loop over files that are already staged for commit.
# git diff --cached --numstat |
# while read add del file; do
- # ...
+ # …
# done
shopt -s globstar