Skip to content

Commit

Permalink
difftool: add a missing space to the run_dir_diff() comments
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
davvid authored and gitster committed Oct 1, 2021
1 parent 8e2af8f commit 28c10ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/difftool.c
Expand Up @@ -558,7 +558,7 @@ static int run_dir_diff(const char *extcmd, int symlinks, const char *prefix,
}

/*
* Symbolic links require special treatment.The standard "git diff"
* Symbolic links require special treatment. The standard "git diff"
* shows only the link itself, not the contents of the link target.
* This loop replicates that behavior.
*/
Expand Down

0 comments on commit 28c10ec

Please sign in to comment.