31 May
2013
31 May
'13
1:42 a.m.
On 31 May 2013 11:15, Allan McRae <allan@archlinux.org> wrote:
Assuming it is the top commit, make the adjustment in makepkg.sh.in. Then "git add makepkg.sh.in", "git commit --amend". Or in one command "git commit -a --amend".
Wow. That is so much simpler and I feel like an idiot for not realizing --amend can alter the contents of a commit, not just the commit message. Thanks! :D