1
0
mirror of https://github.com/git/git.git synced 2025-03-26 17:34:05 +00:00
git/Documentation
Jonas Fonseca c7569b1e00 manpages: insert two missing [verse] markers for multi-line SYNOPSIS
Found with:

	for i in *.txt; do
		grep -A 2 "SYNOPSIS" "$i" | grep -q "^\[verse\]$" && continue
		multiline=$(grep -A 3 "SYNOPSIS" "$i" | tail -n 1)
		test -n "$multiline" && echo "$i: $multiline"
	done

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-03-02 23:07:34 -08:00
..
2006-02-12 05:02:42 -08:00
2005-11-08 08:58:52 -08:00
2006-01-28 02:26:30 -08:00
2006-03-02 00:52:59 -08:00
2006-01-29 15:00:46 -08:00
2005-12-27 17:57:28 -08:00
2006-01-28 02:26:30 -08:00
2005-12-29 01:32:56 -08:00
2005-12-29 01:32:56 -08:00
2005-10-12 18:32:02 -07:00
2006-02-21 22:33:21 -08:00
2005-12-16 18:23:33 -08:00
2005-10-26 16:31:58 -07:00
2006-02-13 03:32:10 -05:00
2005-10-25 22:51:13 -07:00
2006-02-07 13:19:42 -08:00
2005-10-04 17:04:03 -07:00
2006-02-06 21:53:11 -08:00