"Unrecognized file stat status 'c" when clicking on a commit
See original GitHub issueReproduce
- 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:
- Created 3 years ago
- Reactions:4
- Comments:17
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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) to2.30.1
, the problem has gone.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.