aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Lazy load object format with command line and don't do it in OpenRepository (...Lunny Xiao2024-03-1215-31/+72
* remove repetitive words (#29695)pengqiseven2024-03-111-1/+1
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-9/+2
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-062-4/+4
* Add a check for when the command is canceled by the program on Window… (#29...charles2024-03-021-0/+12
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-251-2/+1
* Add `io.Closer` guidelines (#29387)KN4CK3R2024-02-253-5/+10
* Refactor modules/git global variables (#29376)wxiaoguang2024-02-252-19/+21
* Refactor git attributes (#29356)KN4CK3R2024-02-246-60/+80
* Do not double close reader (#29354)KN4CK3R2024-02-241-1/+11
* Add support for `linguist-detectable` and `linguist-documentation` (#29267)KN4CK3R2024-02-233-69/+104
* Discard unread data of `git cat-file` (#29297)KN4CK3R2024-02-2210-80/+66
* Prevent double use of `git cat-file` session. (#29298)KN4CK3R2024-02-211-6/+15
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-7/+7
* Refactor git version functions and check compatibility (#29155)wxiaoguang2024-02-142-30/+70
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-1/+1
* Refactor parseSignatureFromCommitLine (#29054)wxiaoguang2024-02-098-149/+104
* 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