projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'mg/cherry-pick-multi-on-unborn'
[git]
/
ci
/
test-documentation.sh
1
#!/bin/sh
2
#
3
# Perform sanity checks on documentation and build it.
4
#
5
6
set -e
7
8
make check-builtins
9
make check-docs
10
make doc
11
12
test -s Documentation/git.html
13
test -s Documentation/git.xml
14
test -s Documentation/git.1