On Wed, Mar 11, 2026 at 10:45:54AM +1100, Alexis (flexibeast) wrote: > "G. Branden Robinson" <[email protected]> writes: > > > Does anyone else know how to help Bjarni recover from his situation? > > i'm wondering whether passing the `-t`/`--tags` option to `git pull` makes > any difference? > Thanks for the tip.
I used "git pull --tags origin master" and got the "1.24.0" tag in the output of "git log". There was no new line in the file '.git/packed-refs' of type "1.24" packed-refs:c5b9eb0f855a48669e96ba8e9bc072c4e6e9ffd6 refs/tags/1.24.0.rc1 packed-refs:cf81eddda3448812946073f200d5d49703673a7c refs/tags/1.24.0.rc2 packed-refs:89d88f13c463ce0713b131a3ff05f295378a9e6b refs/tags/1.24.0.rc3 packed-refs:8ecb726a485eae130a6a4fbfc910a97249b564e4 refs/tags/1.24.0.rc4 I have to wait for the next commit to check whether the version of groff changes to "1.24.0.[0-9]+...".
