aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-02 19:06:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-02 19:06:14 +0200
commit0e920ebda6b4e69da318cf5e9c4288c283f1e636 (patch)
treebc57c223504312f1842adaf79013cf2008ab640b
parent8cec6d8989787343941abbdef5870e1056928fab (diff)
Cosmetic changes
-rw-r--r--bpkg/fetch-git.cxx10
1 files 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))