aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-02-07 14:08:08 +0200
committerMichael S. Tsirkin <mst@redhat.com>2014-05-18 23:24:34 +0300
commitbbfecd5922e5ae9664a3e587390968ff04f7a5dc (patch)
tree85e1308e9f33cba614f4d67aec8fe97d86e89363
parent076ed85d9574ffff15a9ec11f1dd9ab71dea136b (diff)
downloadgit-bbfecd5922e5ae9664a3e587390968ff04f7a5dc.tar.gz
git-am use branch style names for signoff
nicer than dash
-rwxr-xr-xgit-am.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-am.sh b/git-am.sh
index 3942ea52e6..bb4fab27e4 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -400,7 +400,7 @@ it will be removed. Please do not use it anymore."
-s|--signoff)
sign=t
ack=$2
- acks=$(git config --get-all am.signoff-$ack)
+ acks=$(git config --get-all am.${ack}.signoff)
if test "acks"
then
shift