diff options
author | 2025-04-11 16:18:31 -0700 | |
---|---|---|
committer | 2025-04-11 16:18:31 -0700 | |
commit | 9f46ca93b86e5bcf43e11d6f533f82c68794e0b1 (patch) | |
tree | b1845c78bb8efa71e1a3b34fd93bee47b6da4d9b /src/git.h | |
parent | f199bc5c0b4ed3219eedf61757e66dee2f328712 (diff) | |
download | github-mirror-9f46ca93b86e5bcf43e11d6f533f82c68794e0b1.tar.gz github-mirror-9f46ca93b86e5bcf43e11d6f533f82c68794e0b1.tar.zst github-mirror-9f46ca93b86e5bcf43e11d6f533f82c68794e0b1.zip |
Add quiet mode
Diffstat (limited to 'src/git.h')
-rw-r--r-- | src/git.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ struct repo_ctx { const char *username; }; -int git_mirror_repo(const struct repo_ctx *ctx); +int git_mirror_repo(const struct repo_ctx *ctx, int quiet); #endif // GIT_H |