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.

"Unrecognized file stat status 'c" when clicking on a commit

See original GitHub issue

Reproduce

  • I opened “View History (git log)” on a remote SSH hosts Git repo.
  • I clicked on the first commit

Result Output console on bottom opens with this output message:

git shortlog -e -s -n HEAD  (completed in 0.01s)
git remote show origin -n  (completed in 0.019s)
git log --full-history --pretty=oneline --date-order --decorate=full --skip=0 --max-count=100 master --  (completed in 0.024s)
git rev-list --full-history --count master --  (completed in 0.036s)
git show --pretty=oneline --decorate=full --numstat 7af34e120c9931fa3abb308941c044b0af2c5bb6  (completed in 0.009s)
git show --name-status --pretty=oneline -M --first-parent 7af34e120c9931fa3abb308941c044b0af2c5bb6  (completed in 0.006s)
Unrecognized file stat status 'c

Remote host has this software:

  • CentOS Linux 7 (Core)
  • git version 1.8.3.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:17

github_iconTop GitHub Comments

1reaction
zhanglintccommented, Jul 2, 2021

I have the same issue. It seems caused by the git version. I update my git version from 1.8.3(CentOS 7 default git version) to 2.30.1, the problem has gone.

0reactions
ponchofiestacommented, Jul 4, 2021

CentOS 7 is supported till 2024. Thus Git 1.8.3.1 is too (like it is done in all Linux Distributions).

OK, then this extension needs some newer unspecified Git version. I can live with that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Unrecognized file stat status 'c" when clicking on a commit
Reproduce. I opened "View History (git log)" on a remote SSH hosts Git repo. I clicked on the first commit.
Read more >
How do I list all the files in a commit? - git - Stack Overflow
55. I came here looking for something a bit different. · 8. Use this command to get all changes from previous n commits...
Read more >
z|--null] name [value [value_regex]] git config [<file-option>]
This command will fail with non-zero status upon error. ... For example, committing a file followed by checking out the same file should...
Read more >
subversion - receiving error "is already a working copy for a ...
I think the stuff you took out is relevant. This error implies that you took files from one working copy and put them...
Read more >
hg - Mercurial SCM
The files will be added to the repository at the next commit. ... After using this option, hg status -C can be used...
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