mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Reduce default verbosity
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bc6c8a3949
commit
2182f00177
3 changed files with 11 additions and 4 deletions
|
@ -1107,7 +1107,7 @@ static int create_new_commit(git_repository *repo, const char *remote, const cha
|
|||
return report_error("Unable to look up parent in branch '%s'", branch);
|
||||
|
||||
if (saved_git_id) {
|
||||
if (existing_filename)
|
||||
if (existing_filename && verbose)
|
||||
fprintf(stderr, "existing filename %s\n", existing_filename);
|
||||
const git_oid *id = git_commit_id((const git_commit *) parent);
|
||||
/* if we are saving to the same git tree we got this from, let's make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue