author | Steffen Prohaska <prohaska@zib.de> | |
Sat, 6 Oct 2007 13:27:22 +0000 (15:27 +0200) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 8 Oct 2007 00:15:27 +0000 (17:15 -0700) | ||
commit | 96f11953c0b0b9b0a0c75fb98bdf239dce5ff582 | |
tree | b4ca75bf3c7599fb6a2e03c9f4c8f8d132c8e091 | tree | snapshot |
parent | 906ab7f6c03764423adef6c0e4d77442405adc23 | commit | diff |
git-gui: accept versions containing text annotations, like 1.5.3.mingw.1
This commit teaches git-gui to accept versions with annotations
that start with text and optionally end with a dot followed by
a number.
This is needed by the current versioning scheme of msysgit,
which uses versions like 1.5.3.mingw.1. However, the changes
is not limited to this use case. Any version of the form
<numeric version>.<anytext>.<number> would be parsed and only
the starting <numeric version> used for validation.
[sp: Minor edit to remove unnecessary group matching]
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit teaches git-gui to accept versions with annotations
that start with text and optionally end with a dot followed by
a number.
This is needed by the current versioning scheme of msysgit,
which uses versions like 1.5.3.mingw.1. However, the changes
is not limited to this use case. Any version of the form
<numeric version>.<anytext>.<number> would be parsed and only
the starting <numeric version> used for validation.
[sp: Minor edit to remove unnecessary group matching]
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | diff | blob | history |