aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/tree.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-6/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Add TestPrepareWikiFileName (#16487)65432021-07-201-0/+21
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-83/+0
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-2/+2
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-1/+1
* Fix #6813: Allow git.GetTree to take both commit and tree names (#6816)Filip Navara2019-05-021-4/+5
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-30/+61
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-0/+98
* move out git module and #1573 send push hookUnknwon2015-12-091-157/+0
* better escape char handleUnknwon2015-11-201-9/+9
* fix #1119 and data race in timming tasksUnknwon2015-11-201-2/+23
* rename fieldsUnknwon2015-11-031-5/+5
* fix #966Unknwon2015-08-201-0/+7
* Fix #515Unknwon2014-09-301-1/+4
* add submodule basic support & buf fixed #478lunnyxiao2014-09-221-0/+2
* New UI merge in progressUnknwon2014-07-261-0/+124