Documentation: improve "add", "pull" and "format-patch" examples
commit921177f50fe107a5807baf7e2f63177a86945a60
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 7 May 2008 04:29:28 +0000 (7 06:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 May 2008 04:46:42 +0000 (6 21:46 -0700)
treec87f39ade59748f64c7649813a9868468f6d1e91
parentc904bf392d7621b04c14bb9b2e93c3ed08f7e57b
Documentation: improve "add", "pull" and "format-patch" examples

Before this patch in "git-add.txt" and "git-format-patch.txt", the
commands used in the examples were "git-CMD" instead of "git CMD".
This patch fixes that.

In "git-pull.txt" only the last example had the code sample in an
asciidoc "Listing Block", and in the other two files, none.
This patch fixes that by putting all code samples in listing
blocks.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
Documentation/git-format-patch.txt
Documentation/git-pull.txt