Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3566
-gerrit
commit d69ece1ab906b043486d4760d1a47100643707b9 Author: Stefan Reinauer reinauer@chromium.org Date: Thu Jun 27 15:32:05 2013 -0700
gitmodules: Fix 3rdparty updates
Commit 039223a: gitmodules: Ignore 3rdparty in "diff family" changed the behavior of our 3rdparty repository and disallowed updates to the checked out hash. Instead of "ignore=all" we want "ignore=dirty" to ignore local changes but allow changing to the HEAD of the 3rdparty repo.
Change-Id: I66c35ad4fcfb0efb0ba611f67648a096a6de1479 Signed-off-by: Stefan Reinauer reinauer@google.com --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules index 25ba6e3..8702ff0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,4 +2,4 @@ path = 3rdparty url = ../blobs.git update = none - ignore = all + ignore = dirty