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