summaryrefslogtreecommitdiffstats
path: root/modules/git/command.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent panic in doctor command when running default checks (#21791) (#21807)zeripath2022-11-141-6/+20
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-15/+48
* Follow improve code quality (#21465)wxiaoguang2022-10-151-3/+17
* alternative to PR "improve code quality" (#21464)wxiaoguang2022-10-151-0/+12
* Use request timeout for git service rpc (#20689)parnic2022-08-061-8/+17
* Use git.HOME_PATH for Git HOME directory (#20114)wxiaoguang2022-07-081-10/+23
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-9/+31
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-62/+41
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-311-80/+58
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-1/+1
* Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao2022-03-271-1/+16
* Do not include global arguments in process manager (#19226)zeripath2022-03-271-8/+10
* git backend ignore replace objects (#18979)65432022-03-021-0/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-6/+1
* Remove go 1.15 support (#18511)Gusted2022-02-011-4/+0
* Unexport git.GlobalCommandArgs (#18376)65432022-01-251-5/+21
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-9/+7
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-181-14/+37
* Limit stdout tracelog to actual stdout (#16258)zeripath2021-06-261-1/+5
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-3/+3
* Use gitea logging module for git module (#16243)65432021-06-251-5/+5
* git migration: don't prompt interactively for clone credentials (#15902)Norwin2021-05-171-2/+8
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-1/+1
* Always wait for the cmd to finish (#14006)zeripath2020-12-171-0/+1
* refactor repo_stats to use os.pipe (#11726)techknowlogick2020-09-051-1/+1
* [Vendor] Switch go-version lib (#12719)65432020-09-051-3/+2
* Remove async pre-empt hack if go >= 1.15 (#12718)zeripath2020-09-041-1/+5
* go1.15 (#12475)techknowlogick2020-08-131-0/+1
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-2/+12
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-1/+0
* Disable new signal-based asynchronous goroutine preemption from GO 1.14 in gi...mrsdizzie2020-04-281-0/+2
* Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#...zeripath2020-03-021-1/+1
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-2/+6
* Fix nondeterministic behavior (#9341)Mura Li2019-12-131-1/+1
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-8/+29
* Fix datarace on git.GlobalCommandArgs on tests (#9162)Lunny Xiao2019-11-271-0/+8
* Migrate temp_repo.go to use git.NewCommand (#8918)zeripath2019-11-111-0/+11
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-1/+10
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-0/+5
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-5/+43
* Pre-calculate the absolute path of git (#6575)Mura Li2019-04-171-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-0/+137