aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Remove `git.FileBlame` (#25841)Jason Song2023-07-121-6/+0
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-096-22/+19
* Sync branches when mirroring (#25722)Lunny Xiao2023-07-061-1/+0
* Replace `interface{}` with `any` (#25686)silverwind2023-07-045-9/+9
* Add elapsed time on debug for slow git commands (#25642)Lunny Xiao2023-07-041-1/+9
* Fix index generation parallelly failure (#25235)Lunny Xiao2023-06-151-0/+8
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-6/+7
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-0/+14
* revert the removed method to fix tmpl break on graph page (#25005)Lunny Xiao2023-05-301-0/+5
* Use `[git.config]` for reflog cleaning up (#24958)wxiaoguang2023-05-281-27/+0
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-265-103/+142
* Merge different languages for language stats (#24900)wxiaoguang2023-05-244-5/+58
* Support changing git config through `app.ini`, use `diff.algorithm=histogram`...wxiaoguang2023-05-232-6/+26
* Rewrite logger system (#24726)wxiaoguang2023-05-211-3/+0
* 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