Skip to content

Commit 82a9afa

Browse files
committed
Identify microsoft/git via a distinct version suffix
It has been a long-standing practice in Git for Windows to append `.windows.<n>`, and in microsoft/git to append `.vfs.0.0`. Let's keep doing that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 2785521 commit 82a9afa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: GIT-VERSION-GEN

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
DEF_VER=v2.48.1
44

5+
# Identify microsoft/git via a distinct version suffix
6+
DEF_VER=$DEF_VER.vfs.0.0
7+
58
LF='
69
'
710

0 commit comments

Comments
 (0)