projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbde02b
)
Remove useless statement
author
Hugo Villeneuve
<hvilleneuve@addenergie.ca>
Fri, 5 Jul 2019 14:15:38 +0000
(10:15 -0400)
committer
Hugo Villeneuve
<hvilleneuve@addenergie.ca>
Fri, 5 Jul 2019 14:20:46 +0000
(10:20 -0400)
scripts/git-project-update.sh
patch
|
blob
|
history
diff --git
a/scripts/git-project-update.sh
b/scripts/git-project-update.sh
index
302a4f8
..
f1862ee
100755
(executable)
--- a/
scripts/git-project-update.sh
+++ b/
scripts/git-project-update.sh
@@
-48,7
+48,6
@@
update_repo()
echo -n "Repo ${r}: "
pushd "${r}" 1> /dev/null
- b=${branch}
for b in ${branch} latest master; do
exists=$(git show-ref refs/heads/${b})