question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Long paths are prefixed with three dots

See original GitHub issue

When I run git diff HEAD~1 --stat I get the full relative paths on the output (9 levels down) but when I pipe it to fpp I got them prefixed with three dots.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
hegazycommented, Jan 12, 2017

We can also use the command like this git show HEAD --stat=<width> It seems that the default value is set to 80. We can override that by increasing <width>

1reaction
devisnikcommented, Jan 12, 2017

Using --numstat instead of --stat with the git command works for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maximum Path Length Limitation - Win32 apps | Microsoft Learn
The maximum path of 32,767 characters is approximate, because the "\\?\" prefix may be expanded to a longer string by the system at...
Read more >
windows - What does \\?\ mean when prepended to a file path
D:\very long path" . and: The "\\?\" prefix can also be used with paths constructed according to the universal naming convention (UNC).
Read more >
On my Windows machine, I had a folder with a name of four ...
Microsoft calls this the "Extended Path Prefix", and paths with that prefix are called "extended-length paths". (funny: when you search for \\?\ ...
Read more >
JavaScript Ellipsis: Three dots ( … ) in JavaScript
When three dots (…) is at the end of function parameters, it's "rest parameters" and gathers the rest of the list of arguments...
Read more >
Need help working with long paths - UiPath Community Forum
prefix to use Windows API without path length limit (i think?), but now characters in the path (e.g. dots (.)) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found