Skip to content
  1. Apr 20, 2013
  2. Apr 01, 2013
  3. Mar 31, 2013
  4. Mar 30, 2013
  5. Mar 08, 2013
  6. Feb 13, 2013
  7. Jan 28, 2013
  8. Oct 08, 2012
  9. Oct 04, 2012
  10. Sep 11, 2012
  11. Aug 29, 2012
  12. Aug 01, 2012
  13. Jun 29, 2012
  14. Jun 28, 2012
  15. Jun 11, 2012
  16. 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
  17. Jun 04, 2012
  18. Apr 23, 2012
  19. Apr 18, 2012
  20. Apr 11, 2012
Loading