Re: [OpenOCD-devel] Git question

2012-05-27 Thread Peter Stuge
Alexander Osipenko wrote: > I'm working in different places, some with limited internet access, > and need to have local copy of my repository on usb stick. > > With Mercurial the task is easy: > configure stick = /media/stick/my/repo and > hg push stick/hg pull stick synchronizes my work. > > No

Re: [OpenOCD-devel] Git question

2012-05-27 Thread Alexander Osipenko
Thanks, Peter! One more question: I'm working in different places, some with limited internet access, and need to have local copy of my repository on usb stick. With Mercurial the task is easy: configure stick = /media/stick/my/repo and hg push stick/hg pull stick synchronizes my work. No doubt

Re: [OpenOCD-devel] Git question

2012-05-26 Thread Peter Stuge
Hi! Akos Vandra wrote: > >> I tried doing: > >> > >> git fetch ssh://axo...@openocd.zylin.com:29418/openocd > >> refs/changes/34/534/4 && git checkout FETCH_HEAD > >> git pull ssh://axo...@openocd.zylin.com:29418/openocd refs/changes/69/669/1 > >> > >> (make changes) > >> > >> git add ... > >> git

Re: [OpenOCD-devel] Git question

2012-05-26 Thread Akos Vandra
Hi! On 26 May 2012 20:16, Peter Stuge wrote: > Hi, > > Akos Vandra wrote: >> I tried doing: >> >> git fetch ssh://axo...@openocd.zylin.com:29418/openocd >> refs/changes/34/534/4 && git checkout FETCH_HEAD >> git pull ssh://axo...@openocd.zylin.com:29418/openocd refs/changes/69/669/1 >> >> (make c

Re: [OpenOCD-devel] Git question

2012-05-26 Thread Peter Stuge
Hi, Akos Vandra wrote: > I tried doing: > > git fetch ssh://axo...@openocd.zylin.com:29418/openocd > refs/changes/34/534/4 && git checkout FETCH_HEAD > git pull ssh://axo...@openocd.zylin.com:29418/openocd refs/changes/69/669/1 > > (make changes) > > git add ... > git commit > tools/checkpatch.

Re: [OpenOCD-devel] Git question

2012-05-26 Thread Akos Vandra
Hi! I tried doing: git fetch ssh://axo...@openocd.zylin.com:29418/openocd refs/changes/34/534/4 && git checkout FETCH_HEAD git pull ssh://axo...@openocd.zylin.com:29418/openocd refs/changes/69/669/1 (make changes) git add ... git commit tools/checkpatch.sh However I can't push to the gerrit:

Re: [OpenOCD-devel] Git question

2012-05-25 Thread Spencer Oliver
On 25 May 2012 12:35, Akos Vandra wrote: > Hi! > > Question in brief: How do I make a commit depend on two other ones? > > I've update a few patches over the current master head that have not > yet been integrated. From now on I'll need to work with Andreas' mpsse > driver patches which also have

Re: [OpenOCD-devel] Git question

2012-05-25 Thread Edgar Grimberg
On Fri, May 25, 2012 at 1:35 PM, Akos Vandra wrote: > Hi! > > Question in brief: How do I make a commit depend on two other ones? > > I've update a few patches over the current master head that have not > yet been integrated. From now on I'll need to work with Andreas' mpsse > driver patches which