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-push-script
#!/bin/sh
. git-sh-setup-script || die "Not a git archive"
git-send-pack "$@"
back to top