Hi!

On Tue, Jun 16, 2009 at 04:47:12PM -0700, Michael G Schwern wrote:
 
> Show all changes from a $tag to now:
> git log $tag..HEAD

I have this in my ~/.gitconfig:

[alias]
        lastchanges =!git --no-pager log --no-merges --pretty=format:' 
%x20%x20 - %s (%an)' `git tag | tail -n 1`..

Works quite nice, IMO

-- 
#!/usr/bin/perl                              http://domm.plix.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

Reply via email to