You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules
zeripath 05f266c331
Fix ambiguous argument error on tags (#15432) (#15475)
Backport #15432

There is a weird gotcha with GetTagCommitID that because it uses git rev-list
can cause an ambiguous argument error.

This PR simply makes tags use the same code as branches.

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
analyze Speed up `enry.IsVendor` (#15213) (#15246) 3 years ago
auth Fix creation OAuth2 auth source from CLI. (#14146) 4 years ago
avatar Avatars and Repo avatars support storing in minio (#12516) 4 years ago
base Fix panic in BasicAuthDecode (#14046) (#14048) 4 years ago
cache Allow common redis and leveldb connections (#12385) 4 years ago
charset Ensure that the detected charset order is set in chardet test (#12574) 4 years ago
context [API] Only Return Json (#13511) (#13565) 4 years ago
convert Fix wrong user returned in API (#15139) (#15150) 3 years ago
cron Add ssh certificate support (#12281) 4 years ago
emoji Fix several render issues (#14986) (#15013) 3 years ago
eventsource Move EventSource to SharedWorker (#12095) 4 years ago
generate Add gitea-vet (#10948) 4 years ago
git Fix ambiguous argument error on tags (#15432) (#15475) 3 years ago
gitgraph Render the git graph on the server (#12333) 4 years ago
graceful Set TLS minimum version to 1.2 (#12689) 4 years ago
hcaptcha hCaptcha Support (#12594) 4 years ago
highlight Use existing analyzer module for language detection for highlighting (#13522) (#13551) 4 years ago
httplib Add golangci (#6418) 5 years ago
indexer Speed up `enry.IsVendor` (#15213) (#15246) 3 years ago
lfs Add size to Save function (#15264) (#15271) 3 years ago
log Update golangci-lint to version 1.31.0 (#13102) 4 years ago
markup Update to bluemonday-1.0.6 (#15294) (#15298) 3 years ago
matchlist Add Allow-/Block-List for Migrate & Mirrors (#13610) (#13776) 4 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Add size to Save function (#15264) (#15271) 3 years ago
nosql Allow common redis and leveldb connections (#12385) 4 years ago
notification Send notifications for mentions in pulls, issues, (code-)comments (#14218) (#14221) 3 years ago
options Rename scripts to build and add revive command as a new build tool command (#10942) 4 years ago
password Check passwords against HaveIBeenPwned (#12716) 4 years ago
pprof Add golangci (#6418) 5 years ago
private Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherEmail is set (#12646) 4 years ago
process Only write to global gitconfig if necessary (#11876) 4 years ago
public add 'fonts' into 'KnownPublicEntries' (#15188) (#15317) 3 years ago
queue Prevent race in PersistableChannelUniqueQueue.Has (#14651) (#14676) 3 years ago
recaptcha hCaptcha Support (#12594) 4 years ago
references Fix panic bug in handling multiple references in commit (#13486) (#13487) 4 years ago
repofiles Fix bug when upload on web (#15042) (#15055) 3 years ago
repository Check if label template exist first (#14384) (#14389) 3 years ago
secret Attachments: Add extension support, allow all types for releases (#12465) 4 years ago
session Allow common redis and leveldb connections (#12385) 4 years ago
setting Turn default hash password algorightm back to pbkdf2 from argon2 until we found a better one (#14673) (#14675) 3 years ago
ssh configure internal ssh server w/ macs and ciphers, backport of #14523 (#14530) 3 years ago
storage Add size to Save function (#15264) (#15271) 3 years ago
structs Check if label template exist first (#14384) (#14389) 3 years ago
svg Fix filepath basename on Windows for SVG bindata (#12241) 4 years ago
sync Fix missing unlock in uniquequeue (#9790) 4 years ago
task Migrations: Use Process Manager to create own Context (#13793) 4 years ago
templates Fix a couple of issues with a feeds (#14897) (#14903) 3 years ago
test Macaron 1.5 (#12596) 4 years ago
timeutil Fix display since time round (#14226) (#14873) 3 years ago
upload Update golangci-lint to version 1.31.0 (#13102) 4 years ago
user Add gitea-vet (#10948) 4 years ago
util Update golangci-lint to version 1.31.0 (#13102) 4 years ago
validation [API] Get a single commit via Ref (#10915) 4 years ago
webhook Fix feishu webhook caused by API changed (#13937) (#13938) 4 years ago