summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-274-105/+4
* Check for sha256 support to use --object-format flag (#28928)John Olheiser2024-01-251-1/+3
* Update go dependencies and fix go-git (#28893)wxiaoguang2024-01-232-3/+12
* Add support for sha256 repositories (#23894)Adam Majer2024-01-1966-15/+539
* Fix archive creating LFS hooks and breaking pull requests (#28848)Brecht Van Lommel2024-01-191-0/+5
* Remove duplicated checkinit on git module (#28824)Lunny Xiao2024-01-171-4/+0
* Use refname:strip-2 instead of refname:short when syncing tags (#28797)Lunny Xiao2024-01-163-13/+15
* Integration Test for Commit Search containing Square Brackets (#28751)Mihir Joshi2024-01-111-1/+1
* Add -F to commit search to treat keywords as strings (#28744)Mihir Joshi2024-01-101-0/+3
* Always enable caches (#28527)Lunny Xiao2023-12-191-1/+1
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-1929-147/+92
* Update go dependencies (#28518)wxiaoguang2023-12-191-1/+1
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-8/+3
* Adjust object format interface (#28469)Lunny Xiao2023-12-1717-91/+85
* Only use SHA256 feature when git >= 2.42 (#28466)wxiaoguang2023-12-144-12/+11
* Abstract hash function usage (#28138)Adam Majer2023-12-1363-429/+672
* Make gogit Repository.GetBranchNames consistent (#28348)Adam Majer2023-12-071-13/+28
* Convert git commit summary to valid UTF8. (#28356)darrinsmart2023-12-051-1/+2
* Read `previous` info from git blame (#28306)KN4CK3R2023-12-012-24/+41
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-112-6/+4
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-30/+22
* Fix git 2.11 error when checking IsEmpty (again) (#27399)wxiaoguang2023-10-021-1/+1
* Fix git 2.11 error when checking IsEmpty (#27393)wxiaoguang2023-10-021-1/+2
* Support `.git-blame-ignore-revs` file (#26395)KN4CK3R2023-09-1614-30/+184
* Clarify the git command Stdin hanging problem (#26967)wxiaoguang2023-09-081-2/+12
* Remove redundant nil check in `WalkGitLog` (#26773)Eng Zer Jun2023-08-291-17/+15
* Add merge files files to GetCommitFileStatus (#20515)Laurent Cahour2023-08-2422-1/+38
* Sync repo's IsEmpty status correctly (#26517)wxiaoguang2023-08-171-1/+1
* Close stdout correctly for "git blame" (#26470)wxiaoguang2023-08-131-5/+12
* Make git batch operations use parent context timeout instead of default timeo...wxiaoguang2023-08-041-0/+4
* Support getting changed files when commit ID is `EmptySHA` (#26290)Zettat1232023-08-043-3/+50
* Show branches and tags that contain a commit (#25180)delvh2023-07-272-26/+54
* 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