summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Refactor merge/update git command calls (#23366) (#23544)wxiaoguang2023-03-171-1/+1
* Support reflogs (#22451) (#23438)Giteabot2023-03-131-0/+27
* Refactor and tidy-up the merge/update branch code (#22568) (#23365)Giteabot2023-03-091-1/+4
* Fix GetFilesChangedBetween if the file name may be escaped (#23272) (#23279)Giteabot2023-03-041-2/+9
* Fix commit retrieval by tag (#21804) (#23266)Giteabot2023-03-0319-58/+26
* Pass `--global` when calling `git config --get`, for consistency with `git co...Giteabot2023-02-281-4/+4
* Use `--message=%s` for git commit message (#23028)wxiaoguang2023-02-211-1/+1
* Remember to attach the parent tree when converting TreeEntry() -> Tree() (#22...Nick2023-02-141-1/+2
* Deduplicate findReadmeFile() (#22177)Nick2023-02-121-0/+9
* Use proxy for pull mirror (#22771)Gusted2023-02-111-4/+2
* Fix blame view missing lines (#22826)Brecht Van Lommel2023-02-092-15/+18
* Refactor legacy strange git operations (#22756)wxiaoguang2023-02-061-2/+1
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-0418-141/+202
* Use git command instead of exec.Cmd in blame (#22098)Lunny Xiao2023-01-032-156/+39
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-276-6/+9
* Remove deadcode (#22245)Gusted2022-12-272-159/+0
* On tag/branch-exist check, dont panic if repo is nil (#21787)65432022-12-042-2/+2
* Util type to parse ref name (#21969)Jason Song2022-12-011-20/+37
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-27119-238/+119
* Handle empty author names (#21902)zeripath2022-11-232-2/+8
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-0/+3
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-0/+12
* Prevent panic in doctor command when running default checks (#21791)zeripath2022-11-131-6/+20
* Keep languages defined in .gitattributes (#21403)KN4CK3R2022-10-292-19/+51
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2412-27/+27
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-2325-213/+236
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+10
* probe if sha before exec git (#21467)65432022-10-172-2/+23
* Follow improve code quality (#21465)wxiaoguang2022-10-152-12/+24
* alternative to PR "improve code quality" (#21464)wxiaoguang2022-10-155-13/+45
* Add generic set type (#21408)KN4CK3R2022-10-122-10/+10
* Stop logging CheckPath returns error: context canceled (#21064)zeripath2022-10-101-2/+2
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-085-50/+106
* Treat git object mode 40755 as directory (#21195)wxiaoguang2022-09-181-2/+2
* Passing command line arguments correctly by string slice (#21168)wxiaoguang2022-09-142-17/+13
* Sort branches and tags by date descending (#21136)sergemedvid2022-09-143-8/+8
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-043-25/+8
* Set uploadpack.allowFilter etc on gitea serv to enable partial clones with ss...zeripath2022-09-041-6/+14
* Add more checks in migration code (#21011)zeripath2022-09-043-3/+34
* Go 1.19 format (#20758)John Olheiser2022-08-303-8/+10
* Set no-tags in git fetch on compare (#20893)zeripath2022-08-231-1/+1
* Remove follow from commits by file (#20765)zeripath2022-08-141-23/+23
* Refactor legacy git init (#20376)wxiaoguang2022-08-093-72/+40
* Use request timeout for git service rpc (#20689)parnic2022-08-061-8/+17
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-0/+18
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-2512-150/+141
* Remove confusing TrimPrefix(... git.BranchPrefix) (#20369)wxiaoguang2022-07-161-1/+9
* Fix commit status icon when in subdirectory (#20285)silverwind2022-07-151-0/+1
* Prevent context deadline error propagation in GetCommitsInfo (#20346)zeripath2022-07-141-3/+5
* Use git.HOME_PATH for Git HOME directory (#20114)wxiaoguang2022-07-083-22/+39