summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2db0bfb)
raw | patch | inline | side by side (parent: 2db0bfb)
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | |
Mon, 14 Nov 2005 23:20:01 +0000 (00:20 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 15 Nov 2005 01:15:32 +0000 (17:15 -0800) |
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>
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-commit-tree.txt | patch | blob | history | |
Documentation/git-update-index.txt | patch | blob | history |
index b64cd6a84b7f08164b55445999a12460a3d3c52c..5cf6bd3e211f6b5d4b53821e2a88b91cc6d80070 100644 (file)
SYNOPSIS
--------
-'git-commit-tree' <tree> [-p <parent commit>]\ < changelog
+'git-commit-tree' <tree> [-p <parent commit>]\* < changelog
DESCRIPTION
-----------
index 52874c85623cd50f94219243cce4fbf61a4f2331..fdcb8bea7dd9bd9c2157a1f7698b31328a387f84 100644 (file)
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.