| Commit message (Expand) | Author | Age | Files | Lines |
* | Update misspell to 0.5.1 and add `misspellings.csv` (#30573) | silverwind | 2024-04-27 | 1 | -1/+1 |
* | Fix incorrect object id hash function (#30708) | wxiaoguang | 2024-04-26 | 3 | -15/+8 |
* | Deduplicate lfs common code (#30704) | wxiaoguang | 2024-04-26 | 3 | -48/+42 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 5 | -11/+8 |
* | Fix commit file status parser (#30602) | wxiaoguang | 2024-04-19 | 1 | -1/+1 |
* | Refactor cache and disable go-chi cache (#30417) | wxiaoguang | 2024-04-13 | 1 | -11/+4 |
* | Limit the max line length when parsing git grep output (#30418) | wxiaoguang | 2024-04-12 | 2 | -4/+26 |
* | Refactor commit signature parser (#30228) | wxiaoguang | 2024-04-01 | 7 | -98/+134 |
* | Include encoding in signature payload (#30174) | KN4CK3R | 2024-03-29 | 3 | -0/+75 |
* | Fix git grep search limit, add test (#30071) | wxiaoguang | 2024-03-25 | 2 | -1/+17 |
* | Support repo code search without setting up an indexer (#29998) | wxiaoguang | 2024-03-24 | 4 | -7/+159 |
* | Fix some pending problems (#29985) | wxiaoguang | 2024-03-22 | 2 | -6/+5 |
* | Fix loadOneBranch panic (#29938) | wxiaoguang | 2024-03-20 | 1 | -1/+1 |
* | Fix missing error check of bufio.Scanner (#29882) | coldWater | 2024-03-19 | 2 | -0/+9 |
* | 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 |