diff options
Diffstat (limited to 'file/git-file.c')
-rw-r--r-- | file/git-file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/file/git-file.c b/file/git-file.c index daf1aec..570c72b 100644 --- a/file/git-file.c +++ b/file/git-file.c @@ -440,6 +440,8 @@ static bool try_related(struct vcs_git *vcs_git) if (vcs_git->revision) return 0; + progress(3, "try_related: %s %s", + vcs_git->related->name, vcs_git->related->revision); vcs_git->repo = select_repo(vcs_git->name); if (vcs_git->repo) { if (!strcmp(git_repository_path(vcs_git->related->repo), |