aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorMarkus Heidelberg <markus.heidelberg@web.de>2010-04-02 14:27:18 +0200
committerJunio C Hamano <gitster@pobox.com>2010-04-02 11:37:03 -0700
commit73276235263485449a97be7c4d4e59eaf691c3ce (patch)
tree8557f8e303dc408ceba9901351e9ba1bf45aa74a /builtin
parent2c4dc02346c05eead81fa526a9c06212e63dd30e (diff)
downloadgit-73276235263485449a97be7c4d4e59eaf691c3ce.tar.gz
git-73276235263485449a97be7c4d4e59eaf691c3ce.tar.xz
builtin/commit: fix duplicated sentence in a comment
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/commit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/commit.c b/builtin/commit.c
index 8dd104ee0..8cc9293e2 100644
--- a/builtin/commit.c
+++ b/builtin/commit.c
@@ -322,8 +322,8 @@ static char *prepare_index(int argc, const char **argv, const char *prefix, int
*
* (1) return the name of the real index file.
*
- * The caller should run hooks on the real index, and run
- * hooks on the real index, and create commit from the_index.
+ * The caller should run hooks on the real index,
+ * and create commit from the_index.
* We still need to refresh the index here.
*/
if (!pathspec || !*pathspec) {