> This wont work for me because am trying the edit the commit message ,not 
> change the commit message altogether

Ah, I see. In that case the only thing that comes to mind for me is to
write up a bash script:

1. Grab the last commit message (probably by munging git log).
2. Pipe it through some tool like sed to do the programmatic modification.
3. Redirect that into `git commit --review -m "..."`.

~ Tim

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to