From c834a76fc58a7a0170bceaefb14b2f5ee2c48d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Sat, 9 Jul 2016 00:33:59 +0200 Subject: [PATCH] Updated subrepos to include two bugfixes by @johan-bjareholt --- aw-watcher-afk | 2 +- aw-watcher-x11 | 2 +- pull-all.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aw-watcher-afk b/aw-watcher-afk index 3d4b649..fbf9e4c 160000 --- a/aw-watcher-afk +++ b/aw-watcher-afk @@ -1 +1 @@ -Subproject commit 3d4b649d2bcaf85246715b4623eeb87c1b8986c2 +Subproject commit fbf9e4ca1183aae4e5d0e3a7e7fb17d06a217145 diff --git a/aw-watcher-x11 b/aw-watcher-x11 index c8e3027..6ae38e6 160000 --- a/aw-watcher-x11 +++ b/aw-watcher-x11 @@ -1 +1 @@ -Subproject commit c8e3027e71307f48eba91e9ae5ecc06d16f91831 +Subproject commit 6ae38e630469629d2d7d284960c6ff9902f76ed2 diff --git a/pull-all.sh b/pull-all.sh index 0d473ef..5d4a1b1 100755 --- a/pull-all.sh +++ b/pull-all.sh @@ -12,7 +12,7 @@ while getopts "a" opt; do for FOLDER in $FOLDERS; do pushd $FOLDER git checkout master - git pull + git pull origin master popd done ;;