git-wc/README.md

19 lines
682 B
Markdown
Raw Permalink Normal View History

2014-01-13 17:05:35 +00:00
# GIT-WC
This is a simple extension to GIT that reports the word count
difference between any two commits. It accepts any standard range
2014-01-13 17:08:04 +00:00
arguments, such as HEAD^..HEAD or <path>..<path>, and tells you how
2014-01-13 17:05:35 +00:00
many words you added since your last commit, minus how many words you
have removed.
Without any arguments, it tells you the difference between your
working tree and the last commit.
I write stories as well as code, I use Markdown as my writing
environment of choice, I commit to a GIT repository regurlarly, and
2014-01-13 17:08:40 +00:00
this is a simple and straightforward way of tracking my daily
2014-01-13 17:05:35 +00:00
contributions.
The LICENSE is standard MIT style. See the LICENSE file for details.