diff options
| -rwxr-xr-x | emacs/pre-push | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/pre-push b/emacs/pre-push index ec6b3ec..b970c8d 100755 --- a/emacs/pre-push +++ b/emacs/pre-push @@ -51,7 +51,6 @@ __mssola_sync() { # a change on a GNU Emacs file, then it needs to by synced with my server. while read local_ref local_sha remote_ref remote_sha do - echo "LOOP" if [ "$local_sha" = $z40 ] then # Handle delete @@ -69,7 +68,6 @@ do # Commits afecting GNU Emacs are prefixed with "emacs: ". It's a # convention that I always follow. commit=`git rev-list -n 1 --grep '^emacs:' "$range"` - echo "COMMIT $commit" if [ -n "$commit" ] then __mssola_sync |
