summaryrefslogtreecommitdiff
path: root/src/git.rs
AgeCommit message (Expand)Author
2023-04-05Add group git dirs to the listingJustin Wernick
2023-04-04Check that the git repo is personal before adding it as personalJustin Wernick
2023-04-02Start the basics of listing reposJustin Wernick
2023-03-30Update path restrictions to allow shared reposJustin Wernick
2023-03-29Check user group when creating shared reposJustin Wernick
2023-03-29Initial implementation of --init groupJustin Wernick
2023-03-28Git push is now limited to only appropriate pathsJustin Wernick
2023-03-25Insist that git command paths are relativeJustin Wernick
2023-03-24Added checking for a valid path, but the test is failing for the wrong reasonJustin Wernick
2023-03-20Move user info gathering to its own workspace crateJustin Wernick
2023-03-20Put git repos into a user-specific dirJustin Wernick
2023-03-20Refactor git functions into the git moduleJustin Wernick
2023-02-28Git initJustin Wernick