In git log --stat
when the file's pathname is too long, it will abbreviate to ...
for example:
.../folder1/folder2/folder3/folder4/file1 | 28++++
if I use --name-status
or --name-only
, I can get the full pathname but missing the line changing information.
So how to get the full pathname as well as the line changing information at the same time?