On 2 June 2012 03:53, Rich Freeman <ri...@gentoo.org> wrote:

> git-rebase is just a shell script, that ultimately just calls
> git-commit as far as I can see, which means that implementing
> re-signing is just a matter of adding the appropriate parameters, or
> use default configuration (assuming it doesn't already do this).
>
> Rich
>

Oh that makes it slightly easier, I didn't realise it was just a blob
of bash doing all that O.o

grep -nR 'git commit' git-rebase*
git-rebase--interactive.sh:152: warn "  git commit --amend"
git-rebase--interactive.sh:441:         git commit --amend --no-post-rewrite || 
{
git-rebase--interactive.sh:484:                 do_with_author output git commit
--no-verify -F "$squash_msg" ||
git-rebase--interactive.sh:491:                         do_with_author git 
commit
--no-verify -F "$fixup_msg" ||
git-rebase--interactive.sh:496:                         do_with_author git 
commit --no-verify -e ||
git-rebase--interactive.sh:699:  git commit --amend
git-rebase--interactive.sh:703:  git commit
git-rebase--interactive.sh:723:         do_with_author git commit --no-verify
-F "$msg" -e || {
git-rebase--merge.sh:30:                if ! git commit --no-verify -C "$cmt"
git-rebase--merge.sh:32:                        echo "Commit failed, please do 
not call
\"git commit\""


Throwing '-S' in there liberally aught to do the trick.



-- 
Kent

perl -e  "print substr( \"edrgmaM  SPA NOcomil.ic\\@tfrken\", \$_ * 3,
3 ) for ( 9,8,0,7,1,6,5,4,3,2 );"

http://kent-fredric.fox.geek.nz

Reply via email to