Files
git/Documentation
Jim Meyering 0353a0c4ec remove doubled words, e.g., s/to to/to/, and fix related typos
I found that some doubled words had snuck back into projects from which
I'd already removed them, so now there's a "syntax-check" makefile rule in
gnulib to help prevent recurrence.

Running the command below spotted a few in git, too:

  git ls-files | xargs perl -0777 -n \
    -e 'while (/\b(then?|[iao]n|i[fst]|but|f?or|at|and|[dt])\s+\1\b/gims)' \
    -e '{$n=($` =~ tr/\n/\n/ + 1); ($v=$&)=~s/\n/\\n/g;' \
    -e 'print "$ARGV:$n:$v\n"}'

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-04-13 11:59:11 -07:00
..
2011-04-06 10:57:32 -07:00
2011-04-04 15:02:08 -07:00
2011-03-22 14:56:13 -07:00
2011-04-01 17:45:59 -07:00
2011-03-11 10:59:16 -05:00
2011-03-11 10:59:16 -05:00
2011-03-28 14:17:17 -07:00
2011-04-06 10:57:32 -07:00
2010-07-05 13:39:02 -07:00
2011-02-03 13:22:58 -08:00
2010-11-24 15:13:58 -08:00
2010-07-20 16:59:17 -07:00