From 0e920ebda6b4e69da318cf5e9c4288c283f1e636 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Aug 2019 19:06:14 +0200 Subject: Cosmetic changes --- bpkg/fetch-git.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index 846ab9c..43758b3 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -2043,12 +2043,12 @@ namespace bpkg verb < 2 ? "-q" : nullptr)) fail << "unable to clean " << dir << endg; - // Iterate over the registered submodules and "deinitialize" those which - // commit has changed. + // Iterate over the registered submodules and "deinitialize" those whose + // tip commit has changed. // - // Note that not doing so will make git to treat the repository worktree - // as modified (new commits in submodule). Also the caller may proceed - // with an inconsistent repository, having no indication that he needs to + // Note that not doing so will make git treat the repository worktree as + // modified (new commits in submodule). Also the caller may proceed with + // an inconsistent repository, having no indication that they need to // re-run git_checkout_submodules(). // if (exists (dir / gitmodules_file)) -- cgit v1.1