aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in documentation of GetBranchNames() (#33330)Michael Vetter2025-01-191-1/+1
* Fix parentCommit invalid memory address or nil pointer dereference. (#33204)hiifong2025-01-191-2/+8
* Refactor RefName (#33234)wxiaoguang2025-01-133-29/+38
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-133-19/+53
* Fix mirror bug (#33224)Lunny Xiao2025-01-121-0/+2
* Refactor older tests to use testify (#33140)TheFox0x72025-01-095-19/+10
* add submodule diff links (#33097)Rowan Bohde2025-01-088-130/+255
* Support the new exit code for `git remote` subcommands for git version >=2.30...yp053272025-01-071-0/+9
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-073-5/+8
* Make Gitea always use its internal config, ignore `/etc/gitconfig` (#33076)wxiaoguang2025-01-022-8/+9
* Inherit submodules from template repository content (#16237)Steffen Schröter2025-01-0115-71/+221
* Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from l...Lunny Xiao2024-12-302-0/+26
* Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817)Lunny Xiao2024-12-242-63/+10
* Fix commit range paging (#32944)wxiaoguang2024-12-232-4/+24
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-0/+62
* Refactor pprof labels and process desc (#32909)wxiaoguang2024-12-205-71/+39
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-156-11/+11
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-151-5/+5
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-123-3/+43
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-111-8/+30
* Support "merge upstream branch" (Sync fork) (#32741)wxiaoguang2024-12-061-1/+1
* Fix gogit `GetRefCommitID` (#32705)Zettat1232024-12-032-2/+34
* Fix submodule parsing (#32571)Lunny Xiao2024-11-2020-360/+492
* 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