| Commit message (Expand) | Author | Age | Files | Lines |
* | Lazy load object format with command line and don't do it in OpenRepository (... | Lunny Xiao | 2024-03-12 | 15 | -31/+72 |
* | remove repetitive words (#29695) | pengqiseven | 2024-03-11 | 1 | -1/+1 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 1 | -9/+2 |
* | Make wiki default branch name changable (#29603) | wxiaoguang | 2024-03-06 | 2 | -4/+4 |
* | Add a check for when the command is canceled by the program on Window… (#29... | charles | 2024-03-02 | 1 | -0/+12 |
* | Use `crypto/sha256` (#29386) | KN4CK3R | 2024-02-25 | 1 | -2/+1 |
* | Add `io.Closer` guidelines (#29387) | KN4CK3R | 2024-02-25 | 3 | -5/+10 |
* | Refactor modules/git global variables (#29376) | wxiaoguang | 2024-02-25 | 2 | -19/+21 |
* | Refactor git attributes (#29356) | KN4CK3R | 2024-02-24 | 6 | -60/+80 |
* | Do not double close reader (#29354) | KN4CK3R | 2024-02-24 | 1 | -1/+11 |
* | Add support for `linguist-detectable` and `linguist-documentation` (#29267) | KN4CK3R | 2024-02-23 | 3 | -69/+104 |
* | Discard unread data of `git cat-file` (#29297) | KN4CK3R | 2024-02-22 | 10 | -80/+66 |
* | Prevent double use of `git cat-file` session. (#29298) | KN4CK3R | 2024-02-21 | 1 | -6/+15 |
* | bump to use go 1.22 (#29119) | techknowlogick | 2024-02-14 | 1 | -7/+7 |
* | Refactor git version functions and check compatibility (#29155) | wxiaoguang | 2024-02-14 | 2 | -30/+70 |
* | Add merge style `fast-forward-only` (#28954) | Chris Copeland | 2024-02-12 | 1 | -1/+1 |
* | Refactor parseSignatureFromCommitLine (#29054) | wxiaoguang | 2024-02-09 | 8 | -149/+104 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 4 | -105/+4 |
* | Check for sha256 support to use --object-format flag (#28928) | John Olheiser | 2024-01-25 | 1 | -1/+3 |
* | Update go dependencies and fix go-git (#28893) | wxiaoguang | 2024-01-23 | 2 | -3/+12 |
* | Add support for sha256 repositories (#23894) | Adam Majer | 2024-01-19 | 66 | -15/+539 |
* | Fix archive creating LFS hooks and breaking pull requests (#28848) | Brecht Van Lommel | 2024-01-19 | 1 | -0/+5 |
* | Remove duplicated checkinit on git module (#28824) | Lunny Xiao | 2024-01-17 | 1 | -4/+0 |
* | Use refname:strip-2 instead of refname:short when syncing tags (#28797) | Lunny Xiao | 2024-01-16 | 3 | -13/+15 |
* | Integration Test for Commit Search containing Square Brackets (#28751) | Mihir Joshi | 2024-01-11 | 1 | -1/+1 |
* | Add -F to commit search to treat keywords as strings (#28744) | Mihir Joshi | 2024-01-10 | 1 | -0/+3 |
* | Always enable caches (#28527) | Lunny Xiao | 2023-12-19 | 1 | -1/+1 |
* | Improve ObjectFormat interface (#28496) | Lunny Xiao | 2023-12-19 | 29 | -147/+92 |
* | Update go dependencies (#28518) | wxiaoguang | 2023-12-19 | 1 | -1/+1 |
* | Add option to disable ambiguous unicode characters detection (#28454) | wxiaoguang | 2023-12-17 | 1 | -8/+3 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 17 | -91/+85 |
* | Only use SHA256 feature when git >= 2.42 (#28466) | wxiaoguang | 2023-12-14 | 4 | -12/+11 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 63 | -429/+672 |
* | Make gogit Repository.GetBranchNames consistent (#28348) | Adam Majer | 2023-12-07 | 1 | -13/+28 |
* | Convert git commit summary to valid UTF8. (#28356) | darrinsmart | 2023-12-05 | 1 | -1/+2 |
* | Read `previous` info from git blame (#28306) | KN4CK3R | 2023-12-01 | 2 | -24/+41 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 1 | -2/+1 |
* | Replace assert.Fail with assert.FailNow (#27578) | Nanguan Lin | 2023-10-11 | 2 | -6/+4 |
* | Remove redundant `len` check around loop (#27464) | Eng Zer Jun | 2023-10-06 | 1 | -30/+22 |
* | Fix git 2.11 error when checking IsEmpty (again) (#27399) | wxiaoguang | 2023-10-02 | 1 | -1/+1 |
* | Fix git 2.11 error when checking IsEmpty (#27393) | wxiaoguang | 2023-10-02 | 1 | -1/+2 |
* | Support `.git-blame-ignore-revs` file (#26395) | KN4CK3R | 2023-09-16 | 14 | -30/+184 |
* | Clarify the git command Stdin hanging problem (#26967) | wxiaoguang | 2023-09-08 | 1 | -2/+12 |
* | Remove redundant nil check in `WalkGitLog` (#26773) | Eng Zer Jun | 2023-08-29 | 1 | -17/+15 |
* | Add merge files files to GetCommitFileStatus (#20515) | Laurent Cahour | 2023-08-24 | 22 | -1/+38 |
* | Sync repo's IsEmpty status correctly (#26517) | wxiaoguang | 2023-08-17 | 1 | -1/+1 |
* | Close stdout correctly for "git blame" (#26470) | wxiaoguang | 2023-08-13 | 1 | -5/+12 |
* | Make git batch operations use parent context timeout instead of default timeo... | wxiaoguang | 2023-08-04 | 1 | -0/+4 |
* | Support getting changed files when commit ID is `EmptySHA` (#26290) | Zettat123 | 2023-08-04 | 3 | -3/+50 |
* | Show branches and tags that contain a commit (#25180) | delvh | 2023-07-27 | 2 | -26/+54 |