Skip to content

Commit

Permalink
Identify microsoft/git via a distinct version suffix
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dscho committed Sep 24, 2024
1 parent e45516e commit 3da93cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GIT-VERSION-GEN
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
GVF=GIT-VERSION-FILE
DEF_VER=v2.46.2

# Identify microsoft/git via a distinct version suffix
DEF_VER=$DEF_VER.vfs.0.0

LF='
'

Expand Down

0 comments on commit 3da93cd

Please sign in to comment.