gitea/modules/git/foreachref
Lunny Xiao 930e38d010
Use refname:strip-2 instead of refname:short when syncing tags (#28797)
Fix #28694 

Generally, `refname:short` should be equal to `refname:lstrip=2` except
`core.warnAmbiguousRefs is used to select the strict abbreviation mode.`

ref:
https://git-scm.com/docs/git-for-each-ref#Documentation/git-for-each-ref.txt-refname
2024-01-16 08:13:07 +01:00
..
format.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
format_test.go Use refname:strip-2 instead of refname:short when syncing tags (#28797) 2024-01-16 08:13:07 +01:00
parser.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
parser_test.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00