summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c4dc02)
raw | patch | inline | side by side (parent: 2c4dc02)
author | Markus Heidelberg <markus.heidelberg@web.de> | |
Fri, 2 Apr 2010 12:27:18 +0000 (14:27 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 2 Apr 2010 18:37:03 +0000 (11:37 -0700) |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c | patch | blob | history |
diff --git a/builtin/commit.c b/builtin/commit.c
index 8dd104ee0b247f5536d02d54a932acfcbaec603b..8cc9293e261c022c517fd3ccc476b54b0b7cbd2a 100644 (file)
--- a/builtin/commit.c
+++ b/builtin/commit.c
*
* (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) {