Commit 3addc7c
committed
/add relnote: respect MinTTY's "epoch"
In the Pacman universe, there is the concept of an "epoch", which is
part of the versioning scheme and which has more weight than the
`pkgver` value.
This concept allows following projects which "re-set" their version, for
example (e.g. switching from a date-based "version" to an actual version
that would naturally sort way below the previous date-based one).
In the Git for Windows project, we incremented the epoch of the `mintty`
package, originally simply to override MSYS2's `mintty`, even if that
was technically not even necessary.
Yet it is part of Git for Windows' legacy that the `/add release note`
command needs to keep in mind when trying to verify that the `mintty`
packages have been deployed properly.
Thankfully, `mintty` is the only package built by Git for Windows that
has an epoch set, and hence it is the only package that needs to be
treated specially in this way.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 0a37279 commit 3addc7c
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| 141 | + | |
140 | 142 | | |
0 commit comments