Skip to content

Commit

Permalink
Documentation nitpicking
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nikolai Weibull authored and Junio C Hamano committed Nov 15, 2005
1 parent 2db0bfb commit 7acab8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-commit-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-update-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7acab8f

Please sign in to comment.