| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix git 2.11 error when checking IsEmpty (#27393) (#27396) | Giteabot | 2023-10-02 | 1 | -1/+2 |
* | Sync repo's IsEmpty status correctly (#26517) (#26560) | Giteabot | 2023-08-17 | 1 | -1/+1 |
* | Faster git.GetDivergingCommits (#24482) | oliverpool | 2023-05-04 | 1 | -22/+15 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 1 | -1/+1 |
* | Improve git log for debugging (#24095) | wxiaoguang | 2023-04-13 | 1 | -36/+9 |
* | Use proxy for pull mirror (#22771) | Gusted | 2023-02-11 | 1 | -4/+2 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -14/+14 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -15/+14 |
* | Use a more general (and faster) method to sanitize URLs with credentials (#19... | wxiaoguang | 2022-03-31 | 1 | -2/+2 |
* | Hide sensitive content on admin panel progress monitor (#19218) | Lunny Xiao | 2022-03-27 | 1 | -0/+12 |
* | Make migrations SKIP_TLS_VERIFY apply to git too (#19132) | zeripath | 2022-03-19 | 1 | -9/+13 |
* | 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 | 1 | -1/+7 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -10/+10 |
* | 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 | 1 | -2/+2 |
* | Fix partial cloning a repo (#18373) | Gusted | 2022-01-23 | 1 | -1/+4 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -2/+2 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -155/+14 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -2/+2 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 1 | -1/+1 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 1 | -2/+2 |
* | Fix bundle creation (#17079) | Alexey 〒erentyev | 2021-09-26 | 1 | -7/+17 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 1 | -0/+31 |
* | Add proxy settings and support for migration and webhook (#16704) | Lunny Xiao | 2021-08-18 | 1 | -4/+24 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -6/+5 |
* | Fix 500 Error with branch and tag sharing the same name #15592 (#16040) | Viktor Yakovchuk | 2021-06-23 | 1 | -0/+7 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 1 | -6/+18 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -10/+11 |
* | Use native git variants by default with go-git variants as build tag (#13673) | zeripath | 2020-12-17 | 1 | -64/+0 |
* | Migrations: Use Process Manager to create own Context (#13792) | 6543 | 2020-12-02 | 1 | -3/+9 |
* | Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o... | zeripath | 2020-11-08 | 1 | -1/+1 |
* | Handle push rejection in branch and upload (#10854) | zeripath | 2020-03-28 | 1 | -1/+25 |
* | Migrate to go-git/go-git v5.0.0 (#10735) | Lauris BH | 2020-03-17 | 1 | -4/+4 |
* | Variable expansion in repository templates (#9163) | John Olheiser | 2019-11-30 | 1 | -0/+4 |
* | Fix datarace on git.GlobalCommandArgs on tests (#9162) | Lunny Xiao | 2019-11-27 | 1 | -1/+8 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+11 |
* | Stop using git count-objects and use raw directory size for repository (#8848) | zeripath | 2019-11-10 | 1 | -2/+2 |
* | Fix count for commit graph last page (#8843) | jaqra | 2019-11-07 | 1 | -0/+5 |
* | Add basic repository lfs management (#7199) | zeripath | 2019-10-28 | 1 | -0/+5 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 1 | -0/+10 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Be more strict with git arguments (#7715) | zeripath | 2019-08-05 | 1 | -3/+2 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 1 | -0/+14 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -6/+6 |
* | Remove local clones & make hooks run on merge/edit/upload (#6672) | zeripath | 2019-05-11 | 1 | -7/+17 |
* | Number of commits ahead/behind in branch overview (#6695) | Mario Lubenka | 2019-05-05 | 1 | -0/+39 |