Re: Some more about Git usage

2009-06-23 Thread Sergiu Ivanov
Hello, On Mon, Jun 22, 2009 at 09:18:14PM +0200, olafbuddenha...@gmx.net wrote: > On Fri, Jun 19, 2009 at 03:00:34PM +0200, Thomas Schwinge wrote: > > > $ git checkout -b master-prefix_fix origin/master > > > $ git am < ~/where/you/saved/my/email > > > $ git push origin HEAD:master

Re: Some more about Git usage

2009-06-22 Thread olafBuddenhagen
Hi, On Fri, Jun 19, 2009 at 03:00:34PM +0200, Thomas Schwinge wrote: > $ git checkout -b master-prefix_fix origin/master > $ git am < ~/where/you/saved/my/email > $ git push origin HEAD:master > $ git branch -d master-prefix_fix While it's possible to do it like that, this is

Some more about Git usage (was: [PATCH] Don't abuse $(prefix) for finding build-time files.)

2009-06-19 Thread Thomas Schwinge
Hello! On Fri, Jun 19, 2009 at 12:21:17AM +0300, Sergiu Ivanov wrote: > On Wed, Jun 17, 2009 at 12:40:56AM +0200, Thomas Schwinge wrote: > > To finally bring this to an end, I propose the following. Can you please > > confirm that it works for you? > > Yes, it works for me. OK, then please appl