From 9f46ca93b86e5bcf43e11d6f533f82c68794e0b1 Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Fri, 11 Apr 2025 16:18:31 -0700 Subject: Add quiet mode --- src/git.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git.h') diff --git a/src/git.h b/src/git.h index ad3902d..06d3e92 100644 --- a/src/git.h +++ b/src/git.h @@ -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 -- cgit v1.2.3