Patrick Georgi ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2768
-gerrit commit e1b66e036d8a82266dc568c71b2eaedfa077eb40 Author: Patrick Georgi <[email protected]> Date: Sat Mar 16 00:05:09 2013 +0100 gitmodules: Ignore 3rdparty in "diff family" This should help avoid wrong 3rdparty commit ids creeping in. Change-Id: I2134ad1d3ad0237ef3f12baf4d4aafb02009e7bc Signed-off-by: Patrick Georgi <[email protected]> --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index e53e9af..25ba6e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,4 @@ path = 3rdparty url = ../blobs.git update = none + ignore = all -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

