Documentation/Makefile: clean up MAN*_TXT lists
authorJeff King <peff@peff.net>
Fri, 1 Feb 2013 19:41:14 +0000 (14:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Feb 2013 20:35:30 +0000 (12:35 -0800)
We keep a list of the various files that end up as man1,
man5, etc. Let's break these single-line lists into sorted
multi-line lists, which makes diffs that touch them much
easier to read.

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found