summaryrefslogtreecommitdiff
path: root/src/git.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-06-12Implement sourcehut remoteGravatar Anshul Gupta 1-10/+20
2025-04-11Add quiet modeGravatar Anshul Gupta 1-15/+36
2025-04-11Allow for multiple owners and tokensGravatar Anshul Gupta 1-6/+4
2025-04-11Drop root requirement (and libcap dependency)Gravatar Anshul Gupta 1-65/+15
2025-04-11Initial CommitGravatar Anshul Gupta 1-0/+362
Add cmake github workflow Install dependencies in gh action Fix missing directory Fix compiler errors Fix group name to gid conversion Force cjson to statically link Add header guards to query headers Add install and cpack to CMakeLists.txt Add config search and CLI arg parsing Improve docs for git.c Fix program continuing on -h flag