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