Lee Hambley
16c5d3b71c
Replace literal tabs with two spaces
...
Most versions of `sed` don't accept `\t`, instead enter a literal tab with
Ctrl+v, Tab.
git ls-files | xargs sed -i '' -e 's/[\t]/ /g'
2013-04-02 21:20:33 +02:00
Lee Hambley
d547bbe569
Manually apply changes from pull req 311
2013-04-02 21:20:32 +02:00
Lee Hambley
645734950a
Merge pull request #399 from mhutchin/replace-dead-link
...
Replace a dead link in README
2013-04-02 10:14:45 -07:00
Paul
e8bd5c7434
Update README.md
...
Small typo in readme when describing usage
2013-02-25 16:23:38 +00:00
Michael Hutchinson
57b1593aa1
Replace a dead link in README
...
Replace a dead link in the README about how to write good
git commit messages with a link to the canonical article on
the subject by Tim Pope (@tpope).
2013-02-22 12:18:25 -08:00
Timo Schilling
66879255a9
rename README.mdown to README.md
...
this name is more common
2012-12-18 12:42:29 +01:00