[coreboot-gerrit] Patch set updated for coreboot: a9b488d util/board_status: Only pass switch `-a` once to `git commit`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Feb 10 23:03:40 CET 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5172

-gerrit

commit a9b488d49b4c1ca8fdb25aed287bded8f9160037
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Feb 9 10:24:22 2014 +0100

    util/board_status: Only pass switch `-a` once to `git commit`
    
    Change-Id: Iabcb26229401b03ad4ba2df0f78eee08f379aa03
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 util/board_status/board_status.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh
index 735932b..3cff231 100755
--- a/util/board_status/board_status.sh
+++ b/util/board_status/board_status.sh
@@ -202,7 +202,7 @@ if [ $UPLOAD_RESULTS -eq 1 ]; then
 
 	echo "Uploading results"
 	git add "${vendor}"
-	git commit -a -am "${mainboard_dir}/${tagged_version}/${timestamp}"
+	git commit -a -m "${mainboard_dir}/${tagged_version}/${timestamp}"
 	git push origin
 
 	# Results have been uploaded so it's pointless to keep the



More information about the coreboot-gerrit mailing list