summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Treat git object mode 40755 as directory (#21195)wxiaoguang2022-09-181-2/+2
* Passing command line arguments correctly by string slice (#21168)wxiaoguang2022-09-142-17/+13
* Sort branches and tags by date descending (#21136)sergemedvid2022-09-143-8/+8
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-043-25/+8
* Set uploadpack.allowFilter etc on gitea serv to enable partial clones with ss...zeripath2022-09-041-6/+14
* Add more checks in migration code (#21011)zeripath2022-09-043-3/+34
* Go 1.19 format (#20758)John Olheiser2022-08-303-8/+10
* Set no-tags in git fetch on compare (#20893)zeripath2022-08-231-1/+1
* Remove follow from commits by file (#20765)zeripath2022-08-141-23/+23
* Refactor legacy git init (#20376)wxiaoguang2022-08-093-72/+40
* Use request timeout for git service rpc (#20689)parnic2022-08-061-8/+17
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-0/+18
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-2512-150/+141
* Remove confusing TrimPrefix(... git.BranchPrefix) (#20369)wxiaoguang2022-07-161-1/+9
* Fix commit status icon when in subdirectory (#20285)silverwind2022-07-151-0/+1
* Prevent context deadline error propagation in GetCommitsInfo (#20346)zeripath2022-07-141-3/+5
* Use git.HOME_PATH for Git HOME directory (#20114)wxiaoguang2022-07-083-22/+39
* Add more linters to improve code readability (#19989)Wim2022-06-2016-23/+23
* use quoted regexp instead of git fixed-value (#20029)wxiaoguang2022-06-192-2/+9
* 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-167-128/+90
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-113-5/+272
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-112-42/+38
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-108-137/+229
* Only log non ErrNotExist errors in git.GetNote (#19884)Lunny Xiao2022-06-071-1/+4
* Set Setpgid on child git processes (#19865)zeripath2022-06-032-0/+2
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-0/+30
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+9
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-0825-0/+102
* Use for a repo action one database transaction (#19576)65432022-05-031-0/+2
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-0245-45/+0
* Upgrade required git version to 2.0 (#19577)wxiaoguang2022-05-021-6/+16
* Prevent intermittent race in attribute reader close (#19537)zeripath2022-04-281-16/+1
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-251-13/+2
* Prevent dangling cat-file calls (goroutine alternative) (#19454)zeripath2022-04-221-0/+12
* 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-0134-350/+302
* Improve sync performance for pull-mirrors (#19125)Peter GardfjÀll2022-03-316-19/+774
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-314-113/+117
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-312-3/+3
* Make git.OpenRepository accept Context (#19260)65432022-03-3020-46/+46
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-296-88/+291
* Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao2022-03-272-1/+28
* Do not include global arguments in process manager (#19226)zeripath2022-03-271-8/+10
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-191-9/+13
* rm .sample hooks which aren't used (#19101)techknowlogick2022-03-1634-1950/+0
* Don't show context cancelled errors in attribute reader (#19006)zeripath2022-03-081-1/+3
* git backend ignore replace objects (#18979)65432022-03-021-0/+2
* Prevent dangling GetAttribute calls (#18754)zeripath2022-02-142-7/+12