| Commit message (Expand) | Author | Age | Files | Lines |
* | Move git references checking to gitrepo packages to reduce expose of reposito... | Lunny Xiao | 11 days | 1 | -6/+0 |
* | Remove context from git struct (#33793) | TheFox0x7 | 2025-03-04 | 1 | -6/+6 |
* | Refactor commit signature parser (#30228) | wxiaoguang | 2024-04-01 | 1 | -6/+4 |
* | Lazy load object format with command line and don't do it in OpenRepository (... | Lunny Xiao | 2024-03-12 | 1 | -2/+2 |
* | Refactor parseSignatureFromCommitLine (#29054) | wxiaoguang | 2024-02-09 | 1 | -5/+1 |
* | Use refname:strip-2 instead of refname:short when syncing tags (#28797) | Lunny Xiao | 2024-01-16 | 1 | -2/+4 |
* | Improve ObjectFormat interface (#28496) | Lunny Xiao | 2023-12-19 | 1 | -5/+5 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -7/+7 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 1 | -1/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -4/+4 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -6/+6 |
* | Improve sync performance for pull-mirrors (#19125) | Peter GardfjÀll | 2022-03-31 | 1 | -19/+82 |
* | Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) | zeripath | 2022-03-29 | 1 | -77/+14 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -7/+7 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | Fix NPE on try to get tag reference via API (#18245) | 6543 | 2022-01-12 | 1 | -2/+0 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -9/+10 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -12/+7 |
* | Use gitea logging module for git module (#16243) | 6543 | 2021-06-25 | 1 | -1/+3 |
* | Refactor get tag to remove unnecessary steps (#14058) | Lunny Xiao | 2020-12-20 | 1 | -33/+19 |
* | Use native git variants by default with go-git variants as build tag (#13673) | zeripath | 2020-12-17 | 1 | -31/+0 |
* | [Vendor] Switch go-version lib (#12719) | 6543 | 2020-09-05 | 1 | -3/+0 |
* | Migrate to go-git/go-git v5.0.0 (#10735) | Lauris BH | 2020-03-17 | 1 | -1/+1 |
* | [API] enable paggination for ListRepoTags (#10454) | 6543 | 2020-02-25 | 1 | -1/+13 |
* | Strict name matching for Repository.GetTagID() (#8074) | guillep2k | 2019-09-04 | 1 | -4/+7 |
* | Fixes #7945 - makes sure we are only getting tag refs (#7990) | Richard Mahn | 2019-08-26 | 1 | -1/+1 |
* | Be more strict with git arguments (#7715) | zeripath | 2019-08-05 | 1 | -3/+3 |
* | Fixes #7238 - Annotated tag commit ID incorrect (#7321) | Richard Mahn | 2019-06-29 | 1 | -3/+4 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -5/+2 |
* | Fixes #2738 - Adds the /git/tags API endpoint (#7138) | Richard Mahn | 2019-06-08 | 1 | -13/+134 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 1 | -16/+19 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -0/+149 |
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -117/+0 |
* | rename fields | Unknwon | 2015-11-03 | 1 | -2/+2 |
* | list view: issue, label, milestone | Unknwon | 2015-08-09 | 1 | -9/+9 |
* | fix #1169 | Unknwon | 2015-07-26 | 1 | -1/+1 |
* | If git >= 2.0, sort tags in descending order by version number | Linquize | 2014-10-05 | 1 | -0/+12 |
* | Fix #515 | Unknwon | 2014-09-30 | 1 | -1/+1 |
* | Fix #495 and cannot view repository by tag | Unknwon | 2014-09-23 | 1 | -0/+1 |
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 1 | -0/+8 |
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -0/+96 |