summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-04 16:43:03 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-09 13:05:55 +0200
commit109496a6b147b538810a30764816950d624f2366 (patch)
tree7f7be30d0a1c29024c192045a5788c092b9457f7
parentbugs: convert to post-receive hook (diff)
downloadgithooks-109496a6b147b538810a30764816950d624f2366.tar.gz
githooks-109496a6b147b538810a30764816950d624f2366.tar.bz2
githooks-109496a6b147b538810a30764816950d624f2366.zip
postrecv-bugs: Fix accidental indent inside message
-rwxr-xr-xlocal/postrecv-bugs6
1 files changed, 3 insertions, 3 deletions
diff --git a/local/postrecv-bugs b/local/postrecv-bugs
index be921d5..b646a22 100755
--- a/local/postrecv-bugs
+++ b/local/postrecv-bugs
@@ -64,10 +64,10 @@ while read -r oldrev newrev refname; do
fi
newmsg+="
- https://gitweb.gentoo.org/${GL_REPO}.git/commit/?id=${commithash}
+https://gitweb.gentoo.org/${GL_REPO}.git/commit/?id=${commithash}
- $(git show --pretty=fuller --date=iso-local --stat "${commithash}")"
- # TODO: --show-signature with some nice short output
+$(git show --pretty=fuller --date=iso-local --stat "${commithash}")"
+# TODO: --show-signature with some nice short output
bugz modify "${extra_args[@]}" -c "${newmsg}" "${bugno}"
done