Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable addtional linters (#34085) | TheFox0x7 | 2025-04-01 | 1 | -3/+4 |
| | | | | | | | | enable mirror, usestdlibbars and perfsprint part of: https://github.com/go-gitea/gitea/issues/34083 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> | ||||
* | Remove context from git struct (#33793) | TheFox0x7 | 2025-03-04 | 1 | -2/+2 |
| | | | | Argument is moved from struct init in command run, which lets us remove context from struct. | ||||
* | Add go wrapper around git diff-tree --raw -r -M (#33369) | Alexander McRae | 2025-02-07 | 1 | -0/+249 |
* Implemented calling git diff-tree * Ensures wrapper function is called with valid arguments * Parses output into go struct, using strong typing when possible |