On Tuesday 20 March 2012 14:38:52 Koen Kooi wrote: > Allow empty commits, this also give a nice speedup since 'git status > --porcelain' doesn't need to get run.
I guess my thinking before (without any verification) was that git commit would need to be running the equivalent of 'git status --porcelain' anyway and the second time it would be cached so there wouldn't be much impact. If the buildhistory repo is quite large or the machine is busy then it's entirely possible that wouldn't work out however. Since all image builds will force a commit anyway (as at least build-id must change), and for the majority of people most builds will be image builds, I think this is going to be a net improvement. Therefore I'll say: Acked-by: Paul Eggleton <[email protected]> -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
