chiark / gitweb /
Make "tg help cmd" print cmd help
authorRussell Steicke <russellsteicke@gmail.com>
Mon, 4 Aug 2008 12:21:21 +0000 (20:21 +0800)
committerPetr Baudis <pasky@suse.cz>
Tue, 5 Aug 2008 22:27:34 +0000 (00:27 +0200)
commitdb4bc100e4afd0e405443f5bab4a242b989a6a64
tree4bac2ad8d8d18385b8589837cb7c33145c31fbaf
parent695384ea024bfbb58c15b1be79d959628d70364e
Make "tg help cmd" print cmd help

"tg help" looked like it needed help, and stuff it needed to know
about was already in README.

Use awk to extract help information from the README file.  Store
the help files in $(PREFIX)/share/topgit.  "tg help foo" will cat
$(PREFIX)/share/topgit/tg-foo.txt.

Signed-off-by: Russell Steicke <russellsteicke@gmail.com>
.gitignore
Makefile
create-help.sh [new file with mode: 0755]
tg.sh