mirror of
https://github.com/git/git.git
synced 2024-11-19 01:13:53 +01:00
git-gui: Skip -dirty suffix on core git versions
If the user is running a 'dirty' version of git (one compiled in a working directory with modified files) we want to just assume it was a committed version, as we really only look at the part that came from a real annotated tag anyway. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
b215883de9
commit
2dfa54c6cb
@ -544,6 +544,7 @@ if {![regsub {^git version } $_git_version {} _git_version]} {
|
||||
error_popup "Cannot parse Git version string:\n\n$_git_version"
|
||||
exit 1
|
||||
}
|
||||
regsub {-dirty$} $_git_version {} _git_version
|
||||
regsub {\.[0-9]+\.g[0-9a-f]+$} $_git_version {} _git_version
|
||||
regsub {\.rc[0-9]+$} $_git_version {} _git_version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user