summaryrefslogtreecommitdiffstats
path: root/modules/git/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Fix isempty detection of git repository (#18746)Lunny Xiao2022-02-141-6/+5
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-1/+7
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-10/+10
* Fix broken when no commits and default branch is not master (#18422)Lunny Xiao2022-01-281-7/+13
* Unexport git.GlobalCommandArgs (#18376)65432022-01-251-2/+2
* Fix partial cloning a repo (#18373)Gusted2022-01-231-1/+4
* format with gofumpt (#18184)65432022-01-201-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-155/+14
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-2/+2
* Fix bundle creation (#17079)Alexey 〒erentyev2021-09-261-7/+17
* Add bundle download for repository (#14538)John Olheiser2021-08-241-0/+31
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-181-4/+24
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-6/+5
* Fix 500 Error with branch and tag sharing the same name #15592 (#16040)Viktor Yakovchuk2021-06-231-0/+7
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-6/+18
* migrate from com.* to alternatives (#14103)65432020-12-251-10/+11
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-64/+0
* Migrations: Use Process Manager to create own Context (#13792)65432020-12-021-3/+9
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-081-1/+1
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-1/+25
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-4/+4
* Variable expansion in repository templates (#9163)John Olheiser2019-11-301-0/+4
* Fix datarace on git.GlobalCommandArgs on tests (#9162)Lunny Xiao2019-11-271-1/+8
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+11
* Stop using git count-objects and use raw directory size for repository (#8848)zeripath2019-11-101-2/+2
* Fix count for commit graph last page (#8843)jaqra2019-11-071-0/+5
* Add basic repository lfs management (#7199)zeripath2019-10-281-0/+5
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-0/+10
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Be more strict with git arguments (#7715)zeripath2019-08-051-3/+2
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-0/+14
* Add golangci (#6418)kolaente2019-06-121-6/+6
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-7/+17
* Number of commits ahead/behind in branch overview (#6695)Mario Lubenka2019-05-051-0/+39
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-5/+26
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-0/+287
* move out git module and #1573 send push hookUnknwon2015-12-091-30/+0
* fix #1383Unknwon2015-11-201-0/+3
* New UI merge in progressUnknwon2014-07-261-0/+27