[asterisk-dev] tags on the main branches [was: Re: Minor Release Branches]

Tzafrir Cohen tzafrir.cohen at xorcom.com
Tue Dec 26 08:05:59 CST 2017


On Fri, Dec 22, 2017 at 08:22:09AM -0700, George Joseph wrote:
> On Thu, Dec 21, 2017 at 1:44 PM, Corey Farrell <git at cfware.com> wrote:
> 
> > George asked that I post some scenarios where this would be useful.
> > 1. You are about to create updated asterisk package and want to quickly
> > scan the changes to 13 since latest 13.x.0 release to see if anything is a
> > 'must patch' for your deployments.  You can use 'tig' to review changes for
> > critical fixes until you reach the tag '13.x.0-rc1' (which you can see in
> > the list because the tag was merged).
> >
> 
> I didn't even know about tig.  There's always something to learn about the
> git ecosystem. :)

Git actually has some of this functionality built in.

Try adding to your ~/.gitconfig :

[alias]
        lol = log --graph --decorate --pretty=oneline --abbrev-commit


With this, 'git lol' instead of 'git log' gixes you a commits graph with
all the branch heads and tags visible.

-- 
               Tzafrir Cohen
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com



More information about the asterisk-dev mailing list