git gui is not GIT_TRACE=1 compatible

2015-06-22 Thread anatoly techtonik
https://github.com/git-for-windows/git/issues/218#issuecomment-114085764 -- To unsubscribe from this list: send the line unsubscribe git in

Unify annotated and non-annotated tags

2017-11-10 Thread anatoly techtonik
Hi, It is hard to work with Git tags, because on low level hash of non-annotated tag is pointing to commit, but hash for annotated tag is pointing to tag metadata. On low level that means that there is no way to get commit hash from tag in a single step. If tag is annotated, you need to find and

Re: Re: Unify annotated and non-annotated tags

2017-11-24 Thread anatoly techtonik
On Thu, Nov 23, 2017 at 6:08 PM, Randall S. Becker <rsbec...@nexbridge.com> wrote: > On 2017-11-23 02:31 (GMT-05:00) anatoly techtonik wrote >>Subject: Re: Unify annotated and non-annotated tags >>On Sat, Nov 11, 2017 at 5:06 AM, Junio C Hamano <gits...@pobox.com>

Re: Unify annotated and non-annotated tags

2017-11-22 Thread anatoly techtonik
On Sat, Nov 11, 2017 at 5:06 AM, Junio C Hamano wrote: > Igor Djordjevic writes: > >> If you would like to mimic output of "git show-ref", repeating >> commits for each tag pointing to it and showing full tag name as >> well, you could do something

Re: Re: Unify annotated and non-annotated tags

2017-12-02 Thread anatoly techtonik
On Fri, Nov 24, 2017 at 1:24 PM, Ævar Arnfjörð Bjarmason <ava...@gmail.com> wrote: > On Fri, Nov 24, 2017 at 10:52 AM, anatoly techtonik <techto...@gmail.com> > wrote: >> On Thu, Nov 23, 2017 at 6:08 PM, Randall S. Becker >> <rsbec...@nexbridge.com> wrote

Re: Unify annotated and non-annotated tags

2017-12-23 Thread anatoly techtonik
On Sat, Nov 11, 2017 at 5:06 AM, Junio C Hamano wrote: > Igor Djordjevic writes: > >> If you would like to mimic output of "git show-ref", repeating >> commits for each tag pointing to it and showing full tag name as >> well, you could do something

Re: Re: Unify annotated and non-annotated tags

2017-12-23 Thread anatoly techtonik
On Sun, Dec 3, 2017 at 1:25 AM, Philip Oakley <philipoak...@iee.org> wrote: > From: "anatoly techtonik" <techto...@gmail.com> > > comment at end - Philip > > > On Fri, Nov 24, 2017 at 1:24 PM, Ævar Arnfjörð Bjarmason > <ava...@gmail.com> wrote