Log a warning when git's version can't be parsed
See original GitHub issueWould it make sense to have a
logger.debug
(orlogger.info/warning
) call here mentioning that the version couldn’t be parsed ?
_Originally posted by @xavfernandez in https://github.com/pypa/pip/pull/10117#discussion_r688786750_
Yes, let’s do a warning. 😃
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
Could not parse git.exe version number - Stack Overflow
I have setup git 1.8 and linked it (through settings) into TortoiseGit but it's being painful....
Read more >git-rev-parse Documentation - Git
Use git rev-parse in option parsing mode (see PARSEOPT section below). ... A revision parameter <rev> typically, but not necessarily, names a commit...
Read more >Git Hooks | Atlassian Git Tutorial
Git Hooks are scripts that run automatically every time a particular event ... git rev-parse HEAD to get the new commit's SHA1 hash,...
Read more >Troubleshooting CI/CD - GitLab Docs
This occurs because the previous pipeline cannot find a checkout-SHA ... Pipeline configuration warnings are shown when you: ... Job log slow to...
Read more >simple-git - npm
The properties of git log are fetched using the --pretty=format argument which supports different tokens depending on the version of git - for ......
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
@aniketh-varma Feel free! You’d want to follow instructions to set up a development environment, change the code in
git.py
, and add a test for the error message.Hey @Hermit97, thanks for offering. There is already a PR to close this at #10801.