| Commit message (Expand) | Author | Age | Files | Lines |
* | Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from l... | Lunny Xiao | 2024-12-30 | 2 | -0/+26 |
* | Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817) | Lunny Xiao | 2024-12-24 | 2 | -63/+10 |
* | Fix commit range paging (#32944) | wxiaoguang | 2024-12-23 | 2 | -4/+24 |
* | Move some errors to their own sub packages (#32880) | Lunny Xiao | 2024-12-20 | 1 | -0/+62 |
* | Refactor pprof labels and process desc (#32909) | wxiaoguang | 2024-12-20 | 5 | -71/+39 |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 6 | -11/+11 |
* | Update golangci-lint to v1.62.2, fix issues (#32845) | silverwind | 2024-12-15 | 1 | -5/+5 |
* | Make API "compare" accept commit IDs (#32801) | wxiaoguang | 2024-12-12 | 3 | -3/+43 |
* | Use batch database operations instead of one by one to optimze api pulls (#32... | Lunny Xiao | 2024-12-11 | 1 | -8/+30 |
* | Support "merge upstream branch" (Sync fork) (#32741) | wxiaoguang | 2024-12-06 | 1 | -1/+1 |
* | Fix gogit `GetRefCommitID` (#32705) | Zettat123 | 2024-12-03 | 2 | -2/+34 |
* | Fix submodule parsing (#32571) | Lunny Xiao | 2024-11-20 | 20 | -360/+492 |
* | Reduce integration test overhead (#32475) | Rowan Bohde | 2024-11-14 | 16 | -51/+0 |
* | Refactor LFS SSH and internal routers (#32473) | wxiaoguang | 2024-11-12 | 1 | -3/+2 |
* | Fix git error handling (#32401) | wxiaoguang | 2024-11-02 | 2 | -34/+10 |
* | Fix clean tmp dir (#32360) | Lunny Xiao | 2024-10-29 | 1 | -13/+23 |
* | update git book link to v2 (#32221) | Ehsan Shirvanian | 2024-10-09 | 1 | -2/+2 |
* | bump to go 1.23 (#31855) | techknowlogick | 2024-09-10 | 1 | -1/+1 |
* | Refactor the usage of batch catfile (#31754) | Lunny Xiao | 2024-08-20 | 13 | -72/+179 |
* | Fix `IsObjectExist` with gogit (#31790) | Jason Song | 2024-08-09 | 3 | -9/+119 |
* | Add `TAGS` to `TEST_TAGS` and fix bugs found with gogit (#31791) | Jason Song | 2024-08-07 | 2 | -1/+15 |
* | Fix protected branch files detection on pre_receive hook (#31778) | Lunny Xiao | 2024-08-06 | 4 | -7/+74 |
* | Fix slow patch checking with commits that add or remove many files (#31548) | Brecht Van Lommel | 2024-07-04 | 1 | -8/+27 |
* | Refactor sha1 and time-limited code (#31023) | wxiaoguang | 2024-05-20 | 2 | -0/+25 |
* | Make "sync branch" also sync object format and add tests (#30878) | wxiaoguang | 2024-05-06 | 1 | -27/+0 |
* | Make sure git version&feature are always prepared (#30877) | wxiaoguang | 2024-05-06 | 12 | -124/+93 |
* | Improve grep search (#30843) | wxiaoguang | 2024-05-03 | 2 | -0/+22 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 6 | -24/+14 |
* | 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 |