Fix: Pass through parameters to git-c
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1ca4700040
commit
e6792b2ba2
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ source ${HOME}/bin/script_framework.sh
|
|||
commit=$(git log master..HEAD --oneline | grep -v 'fixup!' | head -n1)
|
||||
|
||||
step "Doing fixup against commit: ${commit}"
|
||||
exec git c --fixup $(echo "${commit}" | cut -d ' ' -f 1)
|
||||
exec git c --fixup $(echo "${commit}" | cut -d ' ' -f 1) "$@"
|
||||
|
|
Loading…
Reference in a new issue