| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 7 | -128/+90 |
* | Fix some mirror bugs (#18649) | Lunny Xiao | 2022-06-11 | 3 | -5/+272 |
* | Fix data-race problems in git module (quick patch) (#19934) | wxiaoguang | 2022-06-11 | 2 | -42/+38 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 8 | -137/+229 |
* | Only log non ErrNotExist errors in git.GetNote (#19884) | Lunny Xiao | 2022-06-07 | 1 | -1/+4 |
* | Set Setpgid on child git processes (#19865) | zeripath | 2022-06-03 | 2 | -0/+2 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 1 | -0/+30 |
* | Allow to mark files in a PR as viewed (#19007) | delvh | 2022-05-07 | 1 | -0/+9 |
* | Auto merge pull requests when all checks succeeded via API (#9307) | kolaente | 2022-05-08 | 25 | -0/+102 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -0/+2 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 45 | -45/+0 |
* | Upgrade required git version to 2.0 (#19577) | wxiaoguang | 2022-05-02 | 1 | -6/+16 |
* | Prevent intermittent race in attribute reader close (#19537) | zeripath | 2022-04-28 | 1 | -16/+1 |
* | Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461) | 6543 | 2022-04-25 | 1 | -13/+2 |
* | Prevent dangling cat-file calls (goroutine alternative) (#19454) | zeripath | 2022-04-22 | 1 | -0/+12 |
* | Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git ... | zeripath | 2022-04-20 | 1 | -1/+1 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 34 | -350/+302 |
* | Improve sync performance for pull-mirrors (#19125) | Peter GardfjÀll | 2022-03-31 | 6 | -19/+774 |
* | Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon... | wxiaoguang | 2022-03-31 | 4 | -113/+117 |
* | Use a more general (and faster) method to sanitize URLs with credentials (#19... | wxiaoguang | 2022-03-31 | 2 | -3/+3 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 20 | -46/+46 |
* | Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) | zeripath | 2022-03-29 | 6 | -88/+291 |
* | Hide sensitive content on admin panel progress monitor (#19218) | Lunny Xiao | 2022-03-27 | 2 | -1/+28 |
* | Do not include global arguments in process manager (#19226) | zeripath | 2022-03-27 | 1 | -8/+10 |
* | Make migrations SKIP_TLS_VERIFY apply to git too (#19132) | zeripath | 2022-03-19 | 1 | -9/+13 |
* | rm .sample hooks which aren't used (#19101) | techknowlogick | 2022-03-16 | 34 | -1950/+0 |
* | Don't show context cancelled errors in attribute reader (#19006) | zeripath | 2022-03-08 | 1 | -1/+3 |
* | git backend ignore replace objects (#18979) | 6543 | 2022-03-02 | 1 | -0/+2 |
* | Prevent dangling GetAttribute calls (#18754) | zeripath | 2022-02-14 | 2 | -7/+12 |
* | Fix isempty detection of git repository (#18746) | Lunny Xiao | 2022-02-14 | 1 | -6/+5 |
* | Change git.cmd to RunWithContext (#18693) | Martin Scholz | 2022-02-11 | 19 | -53/+209 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 1 | -2/+16 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 32 | -123/+118 |
* | Stop logging an error when notes are not found (#18626) | zeripath | 2022-02-06 | 2 | -0/+6 |
* | Remove go 1.15 support (#18511) | Gusted | 2022-02-01 | 2 | -15/+0 |
* | Ensure git tag tests and others create test repos in tmpdir (#18447) | zeripath | 2022-01-29 | 3 | -62/+206 |
* | Fix broken when no commits and default branch is not master (#18422) | Lunny Xiao | 2022-01-28 | 1 | -7/+13 |
* | Unexport git.GlobalCommandArgs (#18376) | 6543 | 2022-01-25 | 5 | -16/+32 |
* | Fix partial cloning a repo (#18373) | Gusted | 2022-01-23 | 2 | -2/+5 |
* | Always use git command but not os.Command (#18363) | Lunny Xiao | 2022-01-23 | 1 | -18/+14 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 23 | -41/+38 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 22 | -230/+147 |
* | Fix NPE on try to get tag reference via API (#18245) | 6543 | 2022-01-12 | 6 | -11/+4 |
* | Fix source typos (#18227) | luzpaz | 2022-01-10 | 1 | -2/+2 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Enable partial clone by default (#18195) | Gusted | 2022-01-06 | 1 | -0/+5 |
* | Do not read or write git reference files directly (#18079) | zeripath | 2021-12-23 | 4 | -41/+29 |
* | Migrated Repository will show modifications when possible (#17191) | 99rgosse | 2021-12-23 | 4 | -2/+149 |
* | TestRepository_GetTag intermittently panics due to an NPE (#18043) | zeripath | 2021-12-21 | 1 | -1/+7 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 5 | -7/+7 |