]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/buildhistory: make a single commit per build paule/buildhistory-single-commit
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 15 May 2017 03:40:25 +0000 (15:40 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 1 Jun 2017 00:04:31 +0000 (12:04 +1200)
commitdf1f9e34c047b18d7097ccedbb6fbfb6c3547039
treef5e6c0827b7f4da116b88d25f6ee743d869fe7b6
parent4aa6cdfe9f069ecd976c1257702fe8ff28c57f07
classes/buildhistory: make a single commit per build

Way back in OE-Core commit fba198ac7efe476a25c5761878ef2fcee97bf9f1 in
2012 we split committing to the repository, making a commit per
top-level directory. However, as we add more information it becomes
harder to see which commits belong to which build. Switch back to a
single commit per build to keep the history tidier.

To address the original concern, if you do want to see just the changes
for a particular subdirectory, git can filter that for you - just
specify that subdirectory as the last parameter on the git show / git
diff command line and that's all you will see.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/buildhistory.bbclass