~blr/turnip/+git/turnip:fix-rst-warnings

Last commit made on 2016-05-16
Get this branch:
git clone -b fix-rst-warnings https://git.launchpad.net/~blr/turnip/+git/turnip
Only Kit Randel can upload to this branch. If you are Kit Randel please log in for upload directions.

Branch merges

Branch information

Name:
fix-rst-warnings
Repository:
lp:~blr/turnip/+git/turnip

Recent commits

ea5cee3... by Kit Randel

Use title heading.

fca26cd... by Kit Randel

Add docutils 0.12.

d869f58... by Kit Randel

Remove unused import ConnectionDone.

4377806... by Kit Randel

Add rst validity check to lint target.

a1b30be... by Kit Randel

Make title level consistent.

a5937ee... by Kit Randel

Escape * and use block literals in rst readme.

7627f97... by William Grant

Fix shallow clones over HTTP. (LP: #1547141)

b9f0224... by William Grant

Limit half-closed connection handling to clients that are done writing.

aba6dc2... by Colin Watson

Add an API endpoint for fetching blobs

/repo/NAME/blob/path/to/file?rev=master returns the contents of
path/to/file at the commit pointed to by master.

87b1d7c... by William Grant

Fix shallow clones over HTTP. (LP: #1547141)

git upload-pack --stateless-rpc doesn't know that no more negotation is
coming in the initial deepen request, so shallow HTTP clones hang unless
stdin is closed. Half-close the connection once the body is sent to fix
this.

Also requires the half-close and stderr fixes from the previous two
commits to work around weirdness. But it got there in the end.