26 May
2015
26 May
'15
3:42 p.m.
* Tai-Lin Chu <tailinchu@gmail.com> (Tue, 26 May 2015 08:25:10 -0700):
use git filter-branch --tree-filter to add .SRCINFO to earlier commits
using git filter-branch --tree-filter for any new commit is wrong because it will run on all past trees. A lot of inefficient work is done here.
No, you run that command once to correct all previous commits, i.e. to include a .SRCINFO file in each commit, otherwise the AUR will choke on commits not including those metadata. After this, you can just run mksrcinfo and commit changes. Best, Marcel