diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-13 15:38:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-13 15:38:39 +0200 |
commit | e701a83e8d5d60a3cc3c5e285ddb1fe03d4a0aa5 (patch) | |
tree | b215c2dba53e5140db621a4858baafad34b299a6 | |
parent | 1095eeb448930c04acf1aab6a1061c72607a5580 (diff) |
Cosmetic change
-rw-r--r-- | bpkg/fetch-git.cxx | 2 | ||||
-rw-r--r-- | tests/rep-fetch-git-branch.test | 2 | ||||
-rw-r--r-- | tests/rep-fetch-git-commit.test | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index 1194178..a60a160 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -586,7 +586,7 @@ namespace bpkg } if (cap == capabilities::dumb) - warn << "fetching over dumb HTTP, no progress will be displayed"; + warn << "fetching over dumb HTTP, no progress will be shown"; } // Update git index and working tree to match the reference. Fetch if diff --git a/tests/rep-fetch-git-branch.test b/tests/rep-fetch-git-branch.test index 94ca70e..9673c96 100644 --- a/tests/rep-fetch-git-branch.test +++ b/tests/rep-fetch-git-branch.test @@ -6,7 +6,7 @@ reason_dumb = ' (dumb HTTP)' reason_unadv = ' (unadvertised commit)' warn_dumb=' -warning: fetching over dumb HTTP, no progress will be displayed' +warning: fetching over dumb HTTP, no progress will be shown' : clone : diff --git a/tests/rep-fetch-git-commit.test b/tests/rep-fetch-git-commit.test index d0d757c..ced0f8f 100644 --- a/tests/rep-fetch-git-commit.test +++ b/tests/rep-fetch-git-commit.test @@ -6,7 +6,7 @@ reason_dumb = ' (dumb HTTP)' reason_unadv = ' (unadvertised commit)' warn_dumb=' -warning: fetching over dumb HTTP, no progress will be displayed' +warning: fetching over dumb HTTP, no progress will be shown' +git clone "$rep_git/state0/style-basic.git" 2>! &style-basic/*** |