aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more linters to improve code readability (#19989)Wim2022-06-2016-23/+23
* use quoted regexp instead of git fixed-value (#20029)wxiaoguang2022-06-192-2/+9
* Add fetch.writeCommitGraph to gitconfig (#20006)zeripath2022-06-171-0/+3
* gitconfig: set safe.directory = * (#19870)singuliere2022-06-171-0/+13
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-167-128/+90
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-113-5/+272
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-112-42/+38
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-108-137/+229
* Only log non ErrNotExist errors in git.GetNote (#19884)Lunny Xiao2022-06-071-1/+4
* Set Setpgid on child git processes (#19865)zeripath2022-06-032-0/+2
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-0/+30
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+9
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-0825-0/+102