Re: git log --no-walk --tags produces strange result for certain user

2014-01-17 Thread Michael Haggerty
On 01/16/2014 11:31 AM, Michael Haggerty wrote: > On 12/16/2013 12:52 PM, Kirill Likhodedov wrote: >> I received one more complaint for this issue, and now it appears in a public >> repository https://github.com/spray/spray >> >> To reproduce: >> >> # git clone https://github.com/spray/spray >>

Re: git log --no-walk --tags produces strange result for certain user

2014-01-16 Thread Michael Haggerty
On 12/16/2013 12:52 PM, Kirill Likhodedov wrote: > I received one more complaint for this issue, and now it appears in a public > repository https://github.com/spray/spray > > To reproduce: > > # git clone https://github.com/spray/spray > # cd spray > # git log --no-walk --tags --pretty="%H %d

Re: git log --no-walk --tags produces strange result for certain user

2013-12-16 Thread brian m. carlson
On Mon, Dec 16, 2013 at 03:52:35PM +0400, Kirill Likhodedov wrote: > > Hi everybody, > > I received one more complaint for this issue, and now it appears in a public > repository https://github.com/spray/spray > > To reproduce: > > # git clone https://github.com/spray/spray > # cd spray > #

Re: git log --no-walk --tags produces strange result for certain user

2013-12-16 Thread Kirill Likhodedov
Hi everybody, I received one more complaint for this issue, and now it appears in a public repository https://github.com/spray/spray To reproduce: # git clone https://github.com/spray/spray # cd spray # git log --no-walk --tags --pretty="%H %d" --decorate=full | tail -3 3273edafcd9f9701d62e0

Re: git log --no-walk --tags produces strange result for certain user

2013-12-07 Thread Kirill Likhodedov
Sorry for the duplication, but does anyone have an idea about this issue? I'm worried because I've already received reports from 3 users, and I'm not sure if just skipping these "pseudo-tags" is a correct decision. Thanks for any help! -- Kirill. On Dec 3, 2013, at 14:08 , Kirill Likhodedov

git log --no-walk --tags produces strange result for certain user

2013-12-03 Thread Kirill Likhodedov
Hey, I use the following commands to receive the list of tags together with hashes the point to: git log --tags --no-walk --format=%H%d%x01 --decorate=full Generally it works fine, however a user reported that for his repository this command returns the list containing several hashes wit