aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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