diff options
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | 2005-11-15 00:20:01 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-14 17:15:32 -0800 |
commit | 7acab8f16785151f9b6d9bbd8a9b0a8b76b26fba (patch) | |
tree | 00ff97f1839462fa7fccb63383a943a4e69c0b8f /Documentation | |
parent | 2db0bfbc04478d9fb42f58ff50ad4123a2a9ddde (diff) | |
download | git-7acab8f16785151f9b6d9bbd8a9b0a8b76b26fba.tar.gz git-7acab8f16785151f9b6d9bbd8a9b0a8b76b26fba.tar.xz |
Documentation nitpicking
This patch fixes some small problems with the documentation.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-commit-tree.txt | 2 | ||||
-rw-r--r-- | Documentation/git-update-index.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt index b64cd6a84..5cf6bd3e2 100644 --- a/Documentation/git-commit-tree.txt +++ b/Documentation/git-commit-tree.txt @@ -8,7 +8,7 @@ git-commit-tree - Creates a new commit object SYNOPSIS -------- -'git-commit-tree' <tree> [-p <parent commit>]\ < changelog +'git-commit-tree' <tree> [-p <parent commit>]\* < changelog DESCRIPTION ----------- diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 52874c856..fdcb8bea7 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -60,7 +60,7 @@ OPTIONS Directly insert the specified info into the index. --index-info:: - Read index info from stdin. + Read index information from stdin. --chmod=(+|-)x:: Set the execute permissions on the updated files. |