Skip to content
Snippets Groups Projects
  1. May 21, 2011
  2. May 17, 2011
  3. Apr 18, 2011
  4. Apr 12, 2011
    • Lasse Collin's avatar
      Remove doubled words from documentation and comments. · 1125611b
      Lasse Collin authored
      Spot candidates by running these commands:
        git ls-files |xargs perl -0777 -n \
          -e 'while (/\b(then?|[iao]n|i[fst]|but|f?or|at|and|[dt]o)\s+\1\b/gims)' \
          -e '{$n=($` =~ tr/\n/\n/ + 1); ($v=$&)=~s/\n/\\n/g; print "$ARGV:$n:$v\n"}'
      
      Thanks to Jim Meyering for the original patch.
      1125611b
  5. Apr 11, 2011
  6. Apr 09, 2011
  7. Apr 05, 2011
  8. Apr 01, 2011
  9. Mar 31, 2011
  10. Mar 23, 2011
    • Lasse Collin's avatar
      Scripts: Better fix for xzgrep. · df87249b
      Lasse Collin authored
      Now it uses "grep -q".
      
      Thanks to Gregory Margo.
      df87249b
    • Lasse Collin's avatar
      Updated THANKS. · 68c453e1
      Lasse Collin authored
      68c453e1
    • Lasse Collin's avatar
      Scripts: Fix xzgrep -l. · b441d398
      Lasse Collin authored
      It didn't work at all. It tried to use the -q option
      for grep, but it appended it after "--". This works
      around it by redirecting to /dev/null. The downside
      is that this can be slower with big files compared
      to proper use of "grep -q".
      
      Thanks to Gregory Margo.
      b441d398
  11. Feb 04, 2011
  12. Feb 02, 2011
  13. Jan 28, 2011
  14. Jan 26, 2011
  15. Jan 18, 2011
  16. Dec 13, 2010
  17. Dec 12, 2010
Loading