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:
36981be
)
forgot to actually use the certfile parameter.
author
Chris Koeritz
<fred@gruntose.com>
Thu, 21 Mar 2013 23:08:35 +0000
(19:08 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 21 Mar 2013 23:08:35 +0000
(19:08 -0400)
scripts/rev_control/push_repo_upstream.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/push_repo_upstream.sh
b/scripts/rev_control/push_repo_upstream.sh
index 13e8ba0e0232e197b272da076b247cc6f7f3a30b..5b99f3b914af75af106cc98214de33f99417513e 100755
(executable)
--- a/
scripts/rev_control/push_repo_upstream.sh
+++ b/
scripts/rev_control/push_repo_upstream.sh
@@
-22,5
+22,5
@@
fi
pushd "$dir"
git fetch upstream
git merge upstream/master
-git push origin master
+git push
-i "$certfile"
origin master
popd