Skip to content

Commit 28c10ec

Browse files
davvidgitster
authored andcommitted
difftool: add a missing space to the run_dir_diff() comments
Signed-off-by: David Aguilar <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8e2af8f commit 28c10ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/difftool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ static int run_dir_diff(const char *extcmd, int symlinks, const char *prefix,
558558
}
559559

560560
/*
561-
* Symbolic links require special treatment.The standard "git diff"
561+
* Symbolic links require special treatment. The standard "git diff"
562562
* shows only the link itself, not the contents of the link target.
563563
* This loop replicates that behavior.
564564
*/

0 commit comments

Comments
 (0)