aboutsummaryrefslogtreecommitdiff
path: root/commit-updates
diff options
context:
space:
mode:
Diffstat (limited to 'commit-updates')
-rwxr-xr-xcommit-updates4
1 files changed, 1 insertions, 3 deletions
diff --git a/commit-updates b/commit-updates
index b033348..082727d 100755
--- a/commit-updates
+++ b/commit-updates
@@ -13,11 +13,9 @@ if git status &> /dev/null; then
else
commit "Updates $(basename `pwd`)"
fi
-
- git fetch --all
else
if [ ! -z "$1" ] && [ -d "$1" ]; then
- ( cd $1 &> /dev/null && commit "Updates $(basename $1)" && git fetch --all )
+ ( cd $1 &> /dev/null && commit "Updates $(basename $1)" )
else
mr commit -m "Updates"
mr fetch