commit | 921177f50fe107a5807baf7e2f63177a86945a60 | [log] [tgz] |
---|---|---|
author | Christian Couder <chriscool@tuxfamily.org> | Wed May 07 06:29:28 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue May 06 21:46:42 2008 -0700 |
tree | c87f39ade59748f64c7649813a9868468f6d1e91 | |
parent | c904bf392d7621b04c14bb9b2e93c3ed08f7e57b [diff] |
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>