aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2018-02-23 12:52:11 -0500
committerGlenn Morris2018-02-23 12:52:11 -0500
commit8156e3f3e04e7f9ac1bb2b8acc58153cfaaab2c9 (patch)
treef458d15c3f41ba26cf172384b9d0aad45c03d044 /admin
parent088b1b864c3e6f3962636f5c2308608d01097c39 (diff)
downloademacs-8156e3f3e04e7f9ac1bb2b8acc58153cfaaab2c9.tar.gz
emacs-8156e3f3e04e7f9ac1bb2b8acc58153cfaaab2c9.zip
* admin/automerge: Quieten initial pull if start with reset.
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/automerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/automerge b/admin/automerge
index ba608d10904..520961f1e88 100755
--- a/admin/automerge
+++ b/admin/automerge
@@ -141,7 +141,7 @@ trap "rm -f $tempfile 2> /dev/null" EXIT
141 git reset --hard origin/master || die "reset error" 141 git reset --hard origin/master || die "reset error"
142 142
143 echo "Pulling..." 143 echo "Pulling..."
144 git pull --ff-only || die "pull error" 144 git pull -q --ff-only || die "pull error"
145} 145}
146 146
147 147