Message ID | 20210930170146.61489-2-davvid@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v6,1/5] difftool: create a tmpdir path without repeated slashes | expand |
diff --git a/builtin/difftool.c b/builtin/difftool.c index 9d2dfd3361..fdaaa86bff 100644 --- a/builtin/difftool.c +++ b/builtin/difftool.c @@ -542,7 +542,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. */
Signed-off-by: David Aguilar <davvid@gmail.com> --- Trivial tweak. Unchanged but resubmitted for ease of application. builtin/difftool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)