aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-1416-51/+0
* Refactor LFS SSH and internal routers (#32473)wxiaoguang2024-11-121-3/+2
* Fix git error handling (#32401)wxiaoguang2024-11-022-34/+10
* Fix clean tmp dir (#32360)Lunny Xiao2024-10-291-13/+23
* update git book link to v2 (#32221)Ehsan Shirvanian2024-10-091-2/+2
* bump to go 1.23 (#31855)techknowlogick2024-09-101-1/+1
* Refactor the usage of batch catfile (#31754)Lunny Xiao2024-08-2013-72/+179
* Fix `IsObjectExist` with gogit (#31790)Jason Song2024-08-093-9/+119
* Add `TAGS` to `TEST_TAGS` and fix bugs found with gogit (#31791)Jason Song2024-08-072-1/+15
* Fix protected branch files detection on pre_receive hook (#31778)Lunny Xiao2024-08-064-7/+74
* Fix slow patch checking with commits that add or remove many files (#31548)Brecht Van Lommel2024-07-041-8/+27
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-202-0/+25
* Make "sync branch" also sync object format and add tests (#30878)wxiaoguang2024-05-061-27/+0
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-0612-124/+93
* Improve grep search (#30843)wxiaoguang2024-05-032-0/+22
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-296-24/+14
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-1/+1
* Fix incorrect object id hash function (#30708)wxiaoguang2024-04-263-15/+8
* Deduplicate lfs common code (#30704)wxiaoguang2024-04-263-48/+42
* Enable more `revive` linter rules (#30608)silverwind2024-04-225-11/+8
* Fix commit file status parser (#30602)wxiaoguang2024-04-191-1/+1
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-131-11/+4
* Limit the max line length when parsing git grep output (#30418)wxiaoguang2024-04-122-4/+26
* Refactor commit signature parser (#30228)wxiaoguang2024-04-017-98/+134
* Include encoding in signature payload (#30174)KN4CK3R2024-03-293-0/+75
* Fix git grep search limit, add test (#30071)wxiaoguang2024-03-252-1/+17
* Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-244-7/+159
* Fix some pending problems (#29985)wxiaoguang2024-03-222-6/+5
* Fix loadOneBranch panic (#29938)wxiaoguang2024-03-201-1/+1
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-192-0/+9
* 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