diff options
author | J. Bruce Fields <bfields@fieldses.org> | 2006-01-21 18:54:11 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-21 19:11:51 -0800 |
commit | 8278ac2f4a50a8aca0dca490d2b8b99b11e266e1 (patch) | |
tree | 6406e000c0c7c07e94f559b31cefa901b3b5cce2 /Documentation/git-commit.txt | |
parent | 8e76c79f4a1e66ed8e371d1232e879f45141dce1 (diff) | |
download | git-8278ac2f4a50a8aca0dca490d2b8b99b11e266e1.tar.gz git-8278ac2f4a50a8aca0dca490d2b8b99b11e266e1.tar.xz |
Minor git-reset and git-commit documentation fixes
Minor copyediting of recent additions to git-commit and git-reset
documentation.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index e35984dfc..72f96fcfd 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -27,7 +27,7 @@ OPTIONS -a|--all:: Update all paths in the index file. This flag notices files that have been modified and deleted, but new files - you have not told about git are not affected. + you have not told git about are not affected. -c or -C <commit>:: Take existing commit object, and reuse the log message |