author | Junio C Hamano <gitster@pobox.com> | |
Mon, 26 Jan 2009 06:25:20 +0000 (22:25 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 26 Jan 2009 06:25:20 +0000 (22:25 -0800) | ||
commit | 7a0d911f116e437628035d7b07035dbff707a172 | |
tree | eb8f48f25c35579370fd54d9b3594f45b8478920 | tree | snapshot |
parent | 5c415311f743ccb11a50f350ff1c385778f049d6 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/pull-fetch-param.txt | diff | blob | history |