coreutils/old
Jim Meyering 5e778f7c8d global: convert indentation-TABs to spaces
Transformed via this shell code:
t=$'\t'
git ls-files \
  | grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \
  | grep -vE 'tests/pr/|help2man' \
  | xargs grep -lE "^ *$t" \
  | xargs perl -MText::Tabs -ni -le \
    '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
2009-08-25 09:21:00 +02:00
..
fileutils global: convert indentation-TABs to spaces 2009-08-25 09:21:00 +02:00
sh-utils maint: update all Copyright year lists to include 2009 2009-06-23 22:33:15 +02:00
textutils maint: update all Copyright year lists to include 2009 2009-06-23 22:33:15 +02:00