From 2413c4d35298a603adb42140a64d68cbbd2be1fb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 25 Jan 2014 22:59:27 -0500 Subject: =?UTF-8?q?Tidy=20up,=20use=20unicode=20=E2=80=A6=20when=20appropr?= =?UTF-8?q?iate.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/git-go-pre-commit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/git-go-pre-commit.md') 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 -- cgit v1.2.3