This is an automated email from Gerrit.

Bill Traynor ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/574

-- gerrit

commit 542462a983ad4df46eeef66663ff4973ed47efa3
Author: Bill Traynor <[email protected]>
Date:   Wed Apr 18 16:56:10 2012 -0400

    Topic: Fixing git pul --rebase instruction
    
    When following the Patch Guidelines step by step, an error occurs at step 6.
    
    "git pull --rebase origin/master" results in the error:
    
    fatal: 'origin/master' does not appear to
     be a git repository
    
    Removing the / seems to fix this.
    
    Change-Id: I4e2fa23c60654abeaebd3b25a8c8375aa07b0abd
    Signed-off-by: Bill Traynor <[email protected]>

diff --git a/HACKING b/HACKING
index 47169ee..7cd5b23 100644
--- a/HACKING
+++ b/HACKING
@@ -122,7 +122,7 @@ Signed-off-by: ...
    are on top of the latest stuff on the server and
    that there are no conflicts:
 @code
-git pull --rebase origin/master
+git pull --rebase origin master
 @endcode
 -# Send the patches to the Gerrit server for review:
 @code

-- 

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to