Re: [PATCH v6 7/7] git-clean: update document for interactive git-clean
From: Jiang Xin <hidden>
Date: 2016-06-15 22:57:09
2013/5/7 Jiang Xin [off-list ref]:
quoted hunk ↗ jump to hunk
Signed-off-by: Jiang Xin <redacted> --- Documentation/git-clean.txt | 70 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 63 insertions(+), 7 deletions(-)diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index f5572..56d60 100644 --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt@@ -39,13 +39,8 @@ OPTIONS -i:: --interactive:: - Show what would be done and the user must confirm before actually - cleaning. In the confirmation dialog, the user can choose to abort - the cleaning, or enter into an edit mode. In the edit mode, the - user can input space-separated patterns (the same syntax as - gitignore), and each clean candidate that matches with one of the - patterns will be excluded from cleaning. When the user feels it's - OK, presses ENTER and back to the confirmation dialog. + Show what would be done and clean files interactively. See + ``Interactive mode`` for details.
^^^^^^^^^^^^^^^^^^^^ should be ``Interactive mode'' -- Jiang Xin