- scripts/Makefile: added targets for ben-wpan/cntr
- scripts/schhist2web: removed stray and redundant mkdir of output
directories
- scripts/schhist2web: added section titles
- scripts/schhist2web: <TR> tag was issued twice per commit
- scripts/schhist2web (commit_entry): moved commit entry generation to a
separate function
- scripts/schhist2web (commit_entry): replaced "git log $next~1..$next"
with more robust "git show --quiet $next"
- scripts/schhist2web: generate file creation entries for all files in the
first commit
- scripts/gitenealogy: now requires the repository directory to be passed
- scripts/schhist2web: adapted for above change
- scripts/schhist2web: change to the repository's directory before each
call to git
- scripts/Makefile: added demo upload and Xue build
- scripts/Makefile (all): added usage information
- scripts/schhist2web: show a vertial dash in places where a sheet didn't
change
- scripts/schhist2web: new environment variable SCHHIST_TITLE to set the
title
- scripts/schhist2web: new environment variable SCHHIST_HOME_URL for the
URL the title links to
- scripts/schhist2web: new environment variable SCHHIST_COMMIT_TEMPLATE
for a template to link to the commit ({} gets replaced with the hash)
- scripts/Makefile: schematics history build example for ben-wpan/atrf
- scripts/schhist2web: at the very end, don't exit 1 on success