| Commit message (Expand) | Author | Age | Files | Lines |
* | Support repo code search without setting up an indexer (#29998) | wxiaoguang | 2024-03-24 | 1 | -4/+4 |
* | Refactor modules/git global variables (#29376) | wxiaoguang | 2024-02-25 | 1 | -18/+20 |
* | Refactor git version functions and check compatibility (#29155) | wxiaoguang | 2024-02-14 | 1 | -30/+47 |
* | Add support for sha256 repositories (#23894) | Adam Majer | 2024-01-19 | 1 | -1/+7 |
* | Remove duplicated checkinit on git module (#28824) | Lunny Xiao | 2024-01-17 | 1 | -4/+0 |
* | Only use SHA256 feature when git >= 2.42 (#28466) | wxiaoguang | 2023-12-14 | 1 | -3/+3 |
* | Update tool dependencies, lock govulncheck and actionlint (#25655) | silverwind | 2023-07-09 | 1 | -1/+1 |
* | Sync branches when mirroring (#25722) | Lunny Xiao | 2023-07-06 | 1 | -1/+0 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Use `[git.config]` for reflog cleaning up (#24958) | wxiaoguang | 2023-05-28 | 1 | -27/+0 |
* | Support changing git config through `app.ini`, use `diff.algorithm=histogram`... | wxiaoguang | 2023-05-23 | 1 | -0/+8 |
* | Support reflogs (#22451) | Philip Peterson | 2023-03-13 | 1 | -0/+27 |
* | Pass `--global` when calling `git config --get`, for consistency with `git co... | Philip Peterson | 2023-02-28 | 1 | -4/+4 |
* | 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 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -9/+9 |
* | Set uploadpack.allowFilter etc on gitea serv to enable partial clones with ss... | zeripath | 2022-09-04 | 1 | -6/+14 |
* | Refactor legacy git init (#20376) | wxiaoguang | 2022-08-09 | 1 | -40/+39 |
* | Fix commit status icon when in subdirectory (#20285) | silverwind | 2022-07-15 | 1 | -0/+1 |
* | Use git.HOME_PATH for Git HOME directory (#20114) | wxiaoguang | 2022-07-08 | 1 | -9/+13 |
* | use quoted regexp instead of git fixed-value (#20029) | wxiaoguang | 2022-06-19 | 1 | -2/+3 |
* | 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 | 1 | -24/+31 |
* | Fix data-race problems in git module (quick patch) (#19934) | wxiaoguang | 2022-06-11 | 1 | -41/+37 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 1 | -92/+137 |
* | Upgrade required git version to 2.0 (#19577) | wxiaoguang | 2022-05-02 | 1 | -6/+16 |
* | 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 | 1 | -4/+5 |
* | Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon... | wxiaoguang | 2022-03-31 | 1 | -7/+4 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -2/+2 |
* | Remove go 1.15 support (#18511) | Gusted | 2022-02-01 | 1 | -11/+0 |
* | Unexport git.GlobalCommandArgs (#18376) | 6543 | 2022-01-25 | 1 | -5/+5 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -2/+2 |
* | Enable partial clone by default (#18195) | Gusted | 2022-01-06 | 1 | -0/+5 |
* | Disable core.protectNTFS (#17300) | zeripath | 2021-10-13 | 1 | -0/+6 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -0/+61 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 1 | -0/+33 |
* | Use gitea logging module for git module (#16243) | 6543 | 2021-06-25 | 1 | -16/+0 |
* | Migrations: Use Process Manager to create own Context (#13792) | 6543 | 2020-12-02 | 1 | -0/+1 |
* | go-version constraints ignore pre-releases (#13234) | zeripath | 2020-10-21 | 1 | -7/+7 |
* | [Vendor] Switch go-version lib (#12719) | 6543 | 2020-09-05 | 1 | -21/+66 |
* | Initial support for push options (#12169) | John Olheiser | 2020-08-23 | 1 | -0/+6 |
* | Only write to global gitconfig if necessary (#11876) | zeripath | 2020-06-13 | 1 | -24/+38 |
* | Refactor Cron and merge dashboard tasks (#10745) | zeripath | 2020-05-16 | 1 | -2/+2 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -1/+2 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -0/+4 |
* | On windows set core.longpaths true (#8776) | zeripath | 2019-11-02 | 1 | -0/+8 |
* | Support git.PATH entry in app.ini (#6772) | Mura Li | 2019-07-07 | 1 | -4/+11 |
* | add commitgraph support global default true when git version >= 2.18 (#7313) | Lunny Xiao | 2019-06-29 | 1 | -0/+12 |