| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle files starting with colons in WalkGitLog (#22935) | Kirill Bolashev | 2023-03-16 | 1 | -0/+4 |
* | Support reflogs (#22451) | Philip Peterson | 2023-03-13 | 1 | -0/+27 |
* | Fix pull request update showing too many commits with multiple branches (#22856) | Brecht Van Lommel | 2023-03-09 | 2 | -0/+34 |
* | Refactor merge/update git command calls (#23366) | wxiaoguang | 2023-03-09 | 1 | -1/+1 |
* | Refactor and tidy-up the merge/update branch code (#22568) | zeripath | 2023-03-07 | 1 | -1/+4 |
* | Fix GetFilesChangedBetween if the file name may be escaped (#23272) | zeripath | 2023-03-03 | 1 | -2/+9 |
* | Fix commit retrieval by tag (#21804) | silverwind | 2023-03-02 | 19 | -58/+26 |
* | Pass `--global` when calling `git config --get`, for consistency with `git co... | Philip Peterson | 2023-02-28 | 1 | -4/+4 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 1 | -1/+2 |
* | Use `--message=%s` for git commit message (#23028) | wxiaoguang | 2023-02-21 | 1 | -1/+1 |
* | Remember to attach the parent tree when converting TreeEntry() -> Tree() (#22... | Nick | 2023-02-14 | 1 | -1/+2 |
* | Deduplicate findReadmeFile() (#22177) | Nick | 2023-02-12 | 1 | -0/+9 |
* | Use proxy for pull mirror (#22771) | Gusted | 2023-02-11 | 1 | -4/+2 |
* | Fix blame view missing lines (#22826) | Brecht Van Lommel | 2023-02-09 | 2 | -15/+18 |
* | Refactor legacy strange git operations (#22756) | wxiaoguang | 2023-02-06 | 1 | -2/+1 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 18 | -141/+202 |
* | Use git command instead of exec.Cmd in blame (#22098) | Lunny Xiao | 2023-01-03 | 2 | -156/+39 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 6 | -6/+9 |
* | Remove deadcode (#22245) | Gusted | 2022-12-27 | 2 | -159/+0 |
* | On tag/branch-exist check, dont panic if repo is nil (#21787) | 6543 | 2022-12-04 | 2 | -2/+2 |
* | Util type to parse ref name (#21969) | Jason Song | 2022-12-01 | 1 | -20/+37 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 119 | -238/+119 |
* | Handle empty author names (#21902) | zeripath | 2022-11-23 | 2 | -2/+8 |
* | Prepend refs/heads/ to issue template refs (#20461) | zeripath | 2022-11-22 | 1 | -0/+3 |
* | Adjust gitea doctor --run storages to check all storage types (#21785) | zeripath | 2022-11-15 | 1 | -0/+12 |
* | Prevent panic in doctor command when running default checks (#21791) | zeripath | 2022-11-13 | 1 | -6/+20 |
* | Keep languages defined in .gitattributes (#21403) | KN4CK3R | 2022-10-29 | 2 | -19/+51 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 12 | -27/+27 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 25 | -213/+236 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -0/+10 |
* | probe if sha before exec git (#21467) | 6543 | 2022-10-17 | 2 | -2/+23 |
* | Follow improve code quality (#21465) | wxiaoguang | 2022-10-15 | 2 | -12/+24 |
* | alternative to PR "improve code quality" (#21464) | wxiaoguang | 2022-10-15 | 5 | -13/+45 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 2 | -10/+10 |
* | Stop logging CheckPath returns error: context canceled (#21064) | zeripath | 2022-10-10 | 1 | -2/+2 |
* | Refactor parseTreeEntries, speed up tree list (#21368) | wxiaoguang | 2022-10-08 | 5 | -50/+106 |
* | Treat git object mode 40755 as directory (#21195) | wxiaoguang | 2022-09-18 | 1 | -2/+2 |
* | Passing command line arguments correctly by string slice (#21168) | wxiaoguang | 2022-09-14 | 2 | -17/+13 |
* | Sort branches and tags by date descending (#21136) | sergemedvid | 2022-09-14 | 3 | -8/+8 |
* | test: use `T.TempDir` to create temporary test directory (#21043) | Eng Zer Jun | 2022-09-04 | 3 | -25/+8 |
* | Set uploadpack.allowFilter etc on gitea serv to enable partial clones with ss... | zeripath | 2022-09-04 | 1 | -6/+14 |
* | Add more checks in migration code (#21011) | zeripath | 2022-09-04 | 3 | -3/+34 |
* | Go 1.19 format (#20758) | John Olheiser | 2022-08-30 | 3 | -8/+10 |
* | Set no-tags in git fetch on compare (#20893) | zeripath | 2022-08-23 | 1 | -1/+1 |
* | Remove follow from commits by file (#20765) | zeripath | 2022-08-14 | 1 | -23/+23 |
* | Refactor legacy git init (#20376) | wxiaoguang | 2022-08-09 | 3 | -72/+40 |
* | Use request timeout for git service rpc (#20689) | parnic | 2022-08-06 | 1 | -8/+17 |
* | Add latest commit's SHA to content response (#20398) | Gusted | 2022-07-30 | 1 | -0/+18 |
* | Slightly simplify LastCommitCache (#20444) | zeripath | 2022-07-25 | 12 | -150/+141 |
* | Remove confusing TrimPrefix(... git.BranchPrefix) (#20369) | wxiaoguang | 2022-07-16 | 1 | -1/+9 |