Revision 71931c19658bd99747ebbb93f0155384ba97df2c authored by Linus Torvalds on 15 July 2005, 21:57:09 UTC, committed by Linus Torvalds on 15 July 2005, 21:57:09 UTC
Fix 'git-var.txt' and use "-b xhtml11" instead of "-b css-embedded" to
make asciidoc 7.0.1 happy.
1 parent 3eb5128
Raw File
git-whatchanged
#!/bin/sh
git-rev-list $(git-rev-parse --default HEAD --revs-only "$@") |
	git-diff-tree --stdin --pretty -r $(git-rev-parse --no-revs "$@") |
	LESS="$LESS -S" ${PAGER:-less}
back to top