aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Improve submodule relative path handling (#35056)wxiaoguang24 hours6-73/+68
* Fix incorrect comment diff hunk parsing, fix github asset ID nil panic (#35046)Lunny Xiao4 days1-7/+18
* Fix git commit committer parsing and add some tests (#35007)Lunny Xiao5 days1-3/+3
* Make submodule link work with relative path (#35034)wxiaoguang5 days2-26/+43
* Follow file symlinks in the UI to their target (#28835)delvh2025-07-0110-147/+134
* Add support for 3D/CAD file formats preview (#34794)Kerwin Bryant2025-06-301-9/+12
* Refactor repo contents API and add "contents-ext" API (#34822)wxiaoguang2025-06-252-20/+25
* Run `gopls modernize` on codebase (#34751)silverwind2025-06-1815-31/+23
* remove unnecessary duplicate code (#34733)Lunny Xiao2025-06-171-30/+5
* Improve instance wide ssh commit signing (#34341)ChristopherHX2025-06-115-4/+48
* Fix some trivial problems (#34579)wxiaoguang2025-06-021-3/+11
* Refactor commit reader (#34542)wxiaoguang2025-05-274-84/+68
* Don't display error log when .git-blame-ignore-revs doesn't exist (#34457)Lunny Xiao2025-05-261-18/+22
* feat(api): add date range filtering to commit retrieval endpoints (#34497)Bo-Yi Wu2025-05-193-5/+25
* Fix a bug when uploading file via lfs ssh command (#34408)Lunny Xiao2025-05-091-0/+36
* Fix LFS file not stored in LFS when uploaded/edited via API or web UI (#34367)bytedream2025-05-082-2/+17
* support the open-icon of folder (#34168)Kerwin Bryant2025-04-282-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