diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2010-04-02 14:27:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-02 11:37:03 -0700 |
commit | 73276235263485449a97be7c4d4e59eaf691c3ce (patch) | |
tree | 8557f8e303dc408ceba9901351e9ba1bf45aa74a /builtin/commit.c | |
parent | Integrate version 3 ciabot scripts into contrib/. (diff) | |
download | tgif-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/commit.c')
-rw-r--r-- | builtin/commit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/commit.c b/builtin/commit.c index 8dd104ee0b..8cc9293e26 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) { |