Documentation: simplify refspec format description
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Jan 2009 06:25:20 +0000 (22:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jan 2009 06:25:20 +0000 (22:25 -0800)
commit7a0d911f116e437628035d7b07035dbff707a172
treeeb8f48f25c35579370fd54d9b3594f45b8478920
parent5c415311f743ccb11a50f350ff1c385778f049d6
Documentation: simplify refspec format description

The refspec format description was a mix of regexp and BNF, making it
very difficult to read. The format was also wrong: it did not show
that each part of a refspec is optional in different situations.

Rather than having a confusing grammar, just present the format in
informal prose.

Signed-off-by: Anders Melchiorsen <mail@cup.kalibalik.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt
Documentation/pull-fetch-param.txt