diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-31 20:55:57 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-31 13:59:00 -0800 |
commit | da101b82b6f639c9916ee0596c86d29410093ca5 (patch) | |
tree | 15a4dae2ada7d5ca7c89d280f06c57e4466eb844 /Documentation | |
parent | bb8eebb94f0acf9a7ec19a1815bff7c9a2d3e427 (diff) | |
download | git-da101b82b6f639c9916ee0596c86d29410093ca5.tar.gz |
git rev-parse manpage: spelling fix
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rev-parse.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index af988821b8..f02f6bbb49 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -234,8 +234,8 @@ blobs contained in a commit. (typically the current branch), and stage 3 is the version from the branch being merged. -Here is an illustration, by Jon Loeliger. Both node B and C are -commit parents of commit node A. Parent commits are ordered +Here is an illustration, by Jon Loeliger. Both commit nodes B +and C are parents of commit node A. Parent commits are ordered left-to-right. G H I J |