aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/git.go
Commit message (Expand)AuthorAgeFilesLines
* Support reflogs (#22451)Philip Peterson2023-03-131-0/+27
* Pass `--global` when calling `git config --get`, for consistency with `git co...Philip Peterson2023-02-281-4/+4
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-1/+1
* 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-9/+9
* Set uploadpack.allowFilter etc on gitea serv to enable partial clones with ss...zeripath2022-09-041-6/+14
* Refactor legacy git init (#20376)wxiaoguang2022-08-091-40/+39
* Fix commit status icon when in subdirectory (#20285)silverwind2022-07-151-0/+1
* Use git.HOME_PATH for Git HOME directory (#20114)wxiaoguang2022-07-081-9/+13
* use quoted regexp instead of git fixed-value (#20029)wxiaoguang2022-06-191-2/+3
* Add fetch.writeCommitGraph to gitconfig (#20006)zeripath2022-06-171-0/+3
* gitconfig: set safe.directory = * (#19870)singuliere2022-06-171-0/+13
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-24/+31
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-111-41/+37
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-92/+137
* Upgrade required git version to 2.0 (#19577)wxiaoguang2022-05-021-6/+16
* Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git ...zeripath2022-04-201-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-4/+5
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-311-7/+4
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-2/+2
* Remove go 1.15 support (#18511)Gusted2022-02-011-11/+0
* Unexport git.GlobalCommandArgs (#18376)65432022-01-251-5/+5
* format with gofumpt (#18184)65432022-01-201-2/+2
* Enable partial clone by default (#18195)Gusted2022-01-061-0/+5
* Disable core.protectNTFS (#17300)zeripath2021-10-131-0/+6
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+61
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-0/+33
* Use gitea logging module for git module (#16243)65432021-06-251-16/+0
* Migrations: Use Process Manager to create own Context (#13792)65432020-12-021-0/+1
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-7/+7
* [Vendor] Switch go-version lib (#12719)65432020-09-051-21/+66
* Initial support for push options (#12169)John Olheiser2020-08-231-0/+6
* Only write to global gitconfig if necessary (#11876)zeripath2020-06-131-24/+38
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-2/+2
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+2
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-0/+4
* On windows set core.longpaths true (#8776)zeripath2019-11-021-0/+8
* Support git.PATH entry in app.ini (#6772)Mura Li2019-07-071-4/+11
* add commitgraph support global default true when git version >= 2.18 (#7313)Lunny Xiao2019-06-291-0/+12
* Only check and config git on web subcommand but not others (#7236)Lunny Xiao2019-06-191-3/+7
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-151-2/+24
* Pre-calculate the absolute path of git (#6575)Mura Li2019-04-171-0/+11
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-0/+91