Skip to content
  1. May 05, 2013
  2. May 04, 2013
  3. Apr 20, 2013
  4. Apr 01, 2013
  5. Mar 31, 2013
  6. Mar 30, 2013
  7. Mar 08, 2013
  8. Feb 13, 2013
  9. Jan 28, 2013
  10. Oct 08, 2012
  11. Oct 04, 2012
  12. Sep 11, 2012
  13. Aug 29, 2012
  14. Aug 01, 2012
  15. Jun 29, 2012
  16. Jun 28, 2012
  17. Jun 11, 2012
  18. Jun 05, 2012
    • Valentin Haenel's avatar
      use git shortlog and .mailmap to remove duplicates · 938e89c0
      Valentin Haenel authored
      When using the basic log command one of the authors shows up twice:
      
      zsh» git log --all --format='%an <%ae>' | sort -u -k2
      Vincent Demeester <vincent@demeester.fr>
      Richard Hartmann <richih+github.com@richih.org>
      Richard Hartmann <richih.mailinglist@gmail.com>
      Dieter Plaetinck <dieter@plaetinck.be>
      Corey Quinn <corey@sequestered.net>
      Gernot Schulz <post@gernot-schulz.com>
      
      If you instead use the git shortlog version with the .mailmap file you get:
      
      zsh» git shortlog -se --all | cut -f1 --complement | sort -u -k2
      
      Vincent Demeester <vincent@demeester.fr>
      Richard Hartmann <richih.mailinglist@gmail.com>
      Dieter Plaetinck <dieter@plaetinck.be>
      Corey Quinn <corey@sequestered.net>
      Gernot Schulz <post@gernot-schulz.com>
      
      Alphabetical sorting on the second field (which, incidentally, may be a middle
      name) is preserved.
      938e89c0
    • Richard Hartmann's avatar
      Merge pull request #29 from esc/feature/silence_cowsay · 5f663f1d
      Richard Hartmann authored
      don't echo the command when doing make moo
      5f663f1d
  19. Jun 04, 2012
Loading