aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug when uploading file via lfs ssh command (#34408)Lunny Xiao3 days1-0/+36
* Fix LFS file not stored in LFS when uploaded/edited via API or web UI (#34367)bytedream4 days2-2/+17
* support the open-icon of folder (#34168)Kerwin Bryant14 days2-5/+30
* Add API endpoint to request contents of multiple files simultaniously (#34139)Denys Konovalov2025-04-221-14/+0
* Refactor Git Attribute & performance optimization (#34154)Lunny Xiao2025-04-1119-484/+809
* Uniform all temporary directories and allow customizing temp path (#32352)Lunny Xiao2025-04-087-49/+57
* Keep file tree view icons consistent with icon theme (#33921)Kerwin Bryant2025-04-063-44/+30
* Avoid creating unnecessary temporary cat file sub process (#33942)Lunny Xiao2025-04-044-11/+17
* Refactor Branch struct in package modules/git (#33980)Lunny Xiao2025-04-021-67/+0
* Enable addtional linters (#34085)TheFox0x72025-04-014-5/+6
* Fix some UI bugs and clean up unused tests (#34088)wxiaoguang2025-04-011-60/+0
* Enable testifylint rules (#34075)TheFox0x72025-03-3114-80/+70
* enable staticcheck QFxxxx rules (#34064)TheFox0x72025-03-294-19/+26
* Decouple Batch from git.Repository to simplify usage without requiring the cr...Lunny Xiao2025-03-272-10/+11
* Fix the issue with error message logging for the `check-attr` command on Wind...charles2025-03-271-1/+2
* Try to fix check-attr bug (#34029)wxiaoguang2025-03-271-1/+1
* Move duplicated functions (#33977)Lunny Xiao2025-03-254-35/+35
* Use filepath.Join instead of path.Join for file system file operations (#33978)Lunny Xiao2025-03-242-31/+4
* Try to figure out attribute checker problem (#33901)wxiaoguang2025-03-173-15/+94
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao2025-03-151-6/+0
* Add file tree to file view page (#32721)Kerwin Bryant2025-03-152-1/+2
* Improve issue & code search (#33860)wxiaoguang2025-03-131-6/+22
* Fix material icon & diff highlight (#33844)wxiaoguang2025-03-101-3/+3
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-091-9/+11
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-081-11/+3
* Remove context from git struct (#33793)TheFox0x72025-03-0441-236/+226
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-2014-49/+41
* Add go wrapper around git diff-tree --raw -r -M (#33369)Alexander McRae2025-02-072-14/+29
* Link to tree views of submodules if possible (#33424)Rowan Bohde2025-01-302-4/+4
* Fix `GetCommitBranchStart` bug (#33298)Zettat1232025-01-282-5/+5
* Support performance trace (#32973)wxiaoguang2025-01-212-4/+10
* 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