projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
476cebc
)
fixed diagnostic message
author
Chris Koeritz
<fred@gruntose.com>
Fri, 10 Nov 2017 18:02:20 +0000
(13:02 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 10 Nov 2017 18:02:20 +0000
(13:02 -0500)
scripts/rev_control/version_control.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/version_control.sh
b/scripts/rev_control/version_control.sh
index 99e6d4cf93152dd4db3e32ec7fa6994ce24a27a9..c87eee51b5442e46057271f4f1d7a97aa7f4594e 100644
(file)
--- a/
scripts/rev_control/version_control.sh
+++ b/
scripts/rev_control/version_control.sh
@@
-302,7
+302,7
@@
test_or_continue "branch state check"
# now pull down any changes in our own origin in the repo, to stay in synch
# with any changes from others.
git pull --no-ff --all
- test_or_die "git
fetch origin
"
+ test_or_die "git
pulling all upstream
"
echo The rest of pull is not being done yet.