aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-131-0/+11
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-083-21/+76
* Faster git.GetDivergingCommits (#24482)oliverpool2023-05-042-22/+40
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-292-7/+15
* Use more specific test methods (#24265)KN4CK3R2023-04-223-4/+4
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-191-0/+3
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-193-6/+14
* Improve git log for debugging (#24095)wxiaoguang2023-04-133-59/+48
* Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore`...ChristopherHX2023-04-072-9/+1
* Add git dashes separator to some "log" and "diff" commands (#23606)wxiaoguang2023-03-261-3/+7
* Handle files starting with colons in WalkGitLog (#22935)Kirill Bolashev2023-03-161-0/+4
* Support reflogs (#22451)Philip Peterson2023-03-131-0/+27
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-092-0/+34
* Refactor merge/update git command calls (#23366)wxiaoguang2023-03-091-1/+1
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-071-1/+4
* Fix GetFilesChangedBetween if the file name may be escaped (#23272)zeripath2023-03-031-2/+9
* Fix commit retrieval by tag (#21804)silverwind2023-03-0219-58/+26
* Pass `--global` when calling `git config --get`, for consistency with `git co...Philip Peterson2023-02-281-4/+4
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+2
* 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