diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-13 16:52:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-13 16:52:52 -0700 |
commit | 21ef7ee4d6104c35fc6753da5406c842fb2d9286 (patch) | |
tree | d6466e9f157a51553a60c6aa8dea5a77287d8d22 /Documentation | |
parent | Merge branch 'dc/p4-binary-submit-fix' (diff) | |
parent | Documentation: fix typo in the --patch option of the commit command (diff) | |
download | tgif-21ef7ee4d6104c35fc6753da5406c842fb2d9286.tar.xz |
Merge branch 'bk/doc-commit-typofix'
Doc typo/grammo-fix.
* bk/doc-commit-typofix:
Documentation: fix typo in the --patch option of the commit command
Diffstat (limited to 'Documentation')
-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 340c5fbb48..95fec5f069 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -72,7 +72,7 @@ OPTIONS -p:: --patch:: - Use the interactive patch selection interface to chose + Use the interactive patch selection interface to choose which changes to commit. See linkgit:git-add[1] for details. |