Skip to content

Commit 7327623

Browse files
marcowsgitster
authored andcommitted
builtin/commit: fix duplicated sentence in a comment
Signed-off-by: Markus Heidelberg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2c4dc02 commit 7327623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/commit.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ static char *prepare_index(int argc, const char **argv, const char *prefix, int
322322
*
323323
* (1) return the name of the real index file.
324324
*
325-
* The caller should run hooks on the real index, and run
326-
* hooks on the real index, and create commit from the_index.
325+
* The caller should run hooks on the real index,
326+
* and create commit from the_index.
327327
* We still need to refresh the index here.
328328
*/
329329
if (!pathspec || !*pathspec) {

0 commit comments

Comments
 (0)