Re: [PATCH 3/3] prevent HEAD reflog to be interpreted as current branch reflog

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Simon 'corecode' Schubert
Date: Friday, February 2, 2007 - 9:35 am

Andy Parkins wrote:
is=20
e and=20
self,=20
ill=20

hopefully, yes!  Having to know "uhm, that time I was detached, oh, no, t=
hat was a ref" is the variable.  The reflog we are talking about, no matt=
er how it might be called or how its symbol is should track where my inde=
x wanders.  which is called HEAD, I think (sorry, I'm quite new to git).

So, to make it clear, when I do this:

git checkout master
git checkout build
git checkout master~1
git checkout dbcca21
git checkout master
hack && git commit -a

then i expect the "reflog to be named" to follow *exactly these steps:

master, build, master~1, dbcca21..., master, newmaster

and _not_ just

master~1m, dbcca21...

cheers
  simon

--=20
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low =E2=82=AC=E2=82=AC=E2=82=AC NOW!1  +++=
      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 3/3] prevent HEAD reflog to be interpreted as c ..., Johannes Schindelin, (Fri Feb 2, 3:42 am)
Re: [PATCH 3/3] prevent HEAD reflog to be interpreted as c ..., Simon 'corecode' Sch ..., (Fri Feb 2, 6:47 am)
Re: [PATCH 3/3] prevent HEAD reflog to be interpreted as c ..., Simon 'corecode' Sch ..., (Fri Feb 2, 9:35 am)
Re: [PATCH 3/3] prevent HEAD reflog to be interpreted as c ..., Simon 'corecode' Sch ..., (Fri Feb 2, 12:40 pm)
Re: [PATCH 3/3] prevent HEAD reflog to be interpreted as c ..., Johannes Schindelin, (Mon Feb 5, 4:11 am)
Re: [PATCH 3/3] prevent HEAD reflog to be interpreted as c ..., Johannes Schindelin, (Mon Feb 5, 5:43 am)