On Wed, Mar 15, 2017 at 11:54:14AM -0700, Junio C Hamano wrote:
> David Aguilar writes:
>
> > @@ -397,7 +438,7 @@ static int run_dir_diff(const char *extcmd, int
> > symlinks, const char *prefix,
> > return error("could not write '%s'", src_path);
> > }
>
David Aguilar writes:
> Detect the null object ID for symlinks in dir-diff so that difftool can
> detect when symlinks are modified in the worktree.
>
> Previously, a null symlink object ID would crash difftool.
> Handle null object IDs as unknown content that must be read from
> the worktree.
>
Detect the null object ID for symlinks in dir-diff so that difftool can
detect when symlinks are modified in the worktree.
Previously, a null symlink object ID would crash difftool.
Handle null object IDs as unknown content that must be read from
the worktree.
Helped-by: Johannes Schindelin
Sign
3 matches
Mail list logo