aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/repo_branch.go
Commit message (Expand)AuthorAgeFilesLines
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-8/+0
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-131-0/+11
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-7/+7
* Remove confusing TrimPrefix(... git.BranchPrefix) (#20369)wxiaoguang2022-07-161-1/+9
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-9/+10
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-9/+9
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Improve checkBranchName (#17901)zeripath2021-12-081-3/+8
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-12/+13
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+6
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+8
* [API] Add pagination to ListBranches (#14524)65432021-02-031-5/+6
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-33/+0
* Adopt repositories (#12920)zeripath2020-09-251-0/+5
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-1/+1
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-0/+3
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* IsBranchExist: return false if provided name is empty (#8485)zeripath2019-10-131-2/+8
* Restore functionality for early gits (#7775)zeripath2019-10-121-1/+1
* Be more strict with git arguments (#7715)zeripath2019-08-051-1/+1
* Add golangci (#6418)kolaente2019-06-121-5/+2
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-3/+3
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-11/+55
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-0/+134
* move out git module and #1573 send push hookUnknwon2015-12-091-50/+0
* #1742 Update default branch in git repository while change in web viewUnknwon2015-11-181-0/+13
* more clear errorUnknwon2015-08-281-2/+1
* New UI merge in progressUnknwon2014-07-261-0/+38