| Commit message (Expand) | Author | Age | Files | Lines |
* | Use complete SHA to create and query commit status (#22244) (#22258) | Jason Song | 2022-12-28 | 6 | -6/+9 |
* | Handle empty author names (#21902) (#22028) | zeripath | 2022-12-06 | 2 | -2/+8 |
* | On Tag/Branch Exist Check, dont panic if repo is nil (#21787) (#21789) | 6543 | 2022-12-05 | 2 | -2/+2 |
* | Fix enabling partial clones on 1.17 (#21809) | zeripath | 2022-11-14 | 1 | -5/+0 |
* | Prevent panic in doctor command when running default checks (#21791) (#21808) | zeripath | 2022-11-13 | 1 | -6/+20 |
* | improve code quality (#21464) (#21463) | 6543 | 2022-10-15 | 5 | -15/+57 |
* | Stop logging CheckPath returns error: context canceled (#21064) (#21405) | zeripath | 2022-10-11 | 1 | -2/+2 |
* | Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) | wxiaoguang | 2022-09-22 | 3 | -8/+10 |
* | Treat git object mode 40755 as directory (#21195) (#21218) | wxiaoguang | 2022-09-20 | 1 | -2/+2 |
* | Set uploadpack.allowFilter etc on gitea serv to enable partial clones with ss... | zeripath | 2022-09-04 | 1 | -1/+14 |
* | Add more checks in migration code (#21011) (#21050) | zeripath | 2022-09-04 | 3 | -3/+34 |
* | Set no-tags in git fetch on compare (#20893) (#20936) | zeripath | 2022-08-23 | 1 | -1/+1 |
* | Use request timeout for git service rpc (#20689) (#20693) | parnic | 2022-08-07 | 1 | -8/+17 |
* | Fix commit status icon when in subdirectory (#20285) (#20385) | silverwind | 2022-07-16 | 1 | -0/+1 |
* | Prevent context deadline error propagation in GetCommitsInfo (#20346) (#20361) | 6543 | 2022-07-14 | 1 | -3/+5 |
* | Use git.HOME_PATH for Git HOME directory (#20114) (#20293) | wxiaoguang | 2022-07-08 | 3 | -22/+39 |
* | use quoted regexp instead of git fixed-value (#20030) | wxiaoguang | 2022-06-19 | 2 | -2/+9 |
* | Add fetch.writeCommitGraph to gitconfig (#20006) | zeripath | 2022-06-17 | 1 | -0/+3 |
* | gitconfig: set safe.directory = * (#19870) | singuliere | 2022-06-17 | 1 | -0/+13 |
* | 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 |