diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2020-06-12 12:33:00 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-06-12 13:31:42 +0200 |
commit | a4a3fc4cd2e6f53cdffcc2962fd152a4e40c7413 (patch) | |
tree | 53c5e80fdb38756469c7a7404ca2c6debc823b7b /test/lint/git-subtree-check.sh | |
parent | 6762a627ecb89ba8d4ed81a049a5d802e6dd75c2 (diff) |
doc: improve subtree check instructions
Diffstat (limited to 'test/lint/git-subtree-check.sh')
-rwxr-xr-x | test/lint/git-subtree-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/git-subtree-check.sh b/test/lint/git-subtree-check.sh index caa7affc63..5a0500df25 100755 --- a/test/lint/git-subtree-check.sh +++ b/test/lint/git-subtree-check.sh @@ -81,7 +81,7 @@ fi # get the tree in the subtree commit referred to if [ "d$(git cat-file -t $rev 2>/dev/null)" != dcommit ]; then - echo "subtree commit $rev unavailable: cannot compare" >&2 + echo "subtree commit $rev unavailable: cannot compare. Did you add and fetch the remote?" >&2 exit fi tree_subtree=$(git show -s --format="%T" $rev) |