summaryrefslogtreecommitdiffstats
path: root/save-git.c
diff options
context:
space:
mode:
Diffstat (limited to 'save-git.c')
-rw-r--r--save-git.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/save-git.c b/save-git.c
index 96a689ffa..1228b7762 100644
--- a/save-git.c
+++ b/save-git.c
@@ -1178,6 +1178,9 @@ int do_git_save(git_repository *repo, const char *branch, const char *remote, bo
struct dir tree;
git_oid id;
+ if (verbose)
+ fprintf(stderr, "git storage: do git save\n");
+
/* Start with an empty tree: no subdirectories, no files */
tree.name[0] = 0;
tree.subdirs = NULL;