[coreboot] New patch to review for coreboot: e1b66e0 gitmodules: Ignore 3rdparty in "diff family"

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Mar 16 00:06:05 CET 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2768

-gerrit

commit e1b66e036d8a82266dc568c71b2eaedfa077eb40
Author: Patrick Georgi <patrick at georgi-clan.de>
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 <patrick at georgi-clan.de>
---
 .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



More information about the coreboot mailing list