Ronald G. Minnich (rminnich@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2096
-gerrit
commit bcfe3a64fbfa64e09178f2a4bb7555ccbe2da538 Author: Ronald G. Minnich rminnich@gmail.com Date: Thu Jan 3 08:26:09 2013 -0800
Add the push default to 'make gitconfig'
It's too easy to forget this and it's kind of important, so Just Add It.
Change-Id: Ic7ab7658425a98d5d435bfef46f89cc6a56c7284 Signed-off-by: Ronald G. Minnich rminnich@gmail.com --- Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile.inc b/Makefile.inc index b0a5341..a066e25 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -340,6 +340,7 @@ gitconfig: chmod +x .git/hooks/$$hook; \ fi; \ done + git config remote.origin.push HEAD:refs/for/master (git config --global user.name >/dev/null && git config --global user.email >/dev/null) || (printf 'Please configure your name and email in git:\n\n git config --global user.name "Your Name Comes Here"\n git config --global user.email your.email@example.com\n'; exit 1)
crossgcc: clean-for-update