Remove --no-ignore

This commit is contained in:
Félix Saparelli 2024-04-20 22:27:57 +12:00
parent ef7e567bba
commit 4acec80f43
No known key found for this signature in database
3 changed files with 0 additions and 11 deletions

View File

@ -316,14 +316,10 @@ pub struct Args {
/// VCS ignore files (Git, Mercurial, Bazaar, Darcs, Fossil) are only used if the corresponding /// VCS ignore files (Git, Mercurial, Bazaar, Darcs, Fossil) are only used if the corresponding
/// VCS is discovered to be in use for the project/origin. For example, a .bzrignore in a Git /// VCS is discovered to be in use for the project/origin. For example, a .bzrignore in a Git
/// repository will be discarded. /// repository will be discarded.
///
/// Note that this was previously called '--no-ignore', but that's now deprecated and its use is
/// discouraged, as it may be repurposed in the future.
#[arg( #[arg(
long, long,
help_heading = OPTSET_FILTERING, help_heading = OPTSET_FILTERING,
verbatim_doc_comment, verbatim_doc_comment,
alias = "no-ignore", // deprecated
)] )]
pub no_project_ignore: bool, pub no_project_ignore: bool,

View File

@ -152,9 +152,6 @@ Supported project ignore files:
VCS ignore files (Git, Mercurial, Bazaar, Darcs, Fossil) are only used if the corresponding VCS ignore files (Git, Mercurial, Bazaar, Darcs, Fossil) are only used if the corresponding
VCS is discovered to be in use for the project/origin. For example, a .bzrignore in a Git VCS is discovered to be in use for the project/origin. For example, a .bzrignore in a Git
repository will be discarded. repository will be discarded.
Note that this was previously called \*(Aq\-\-no\-ignore\*(Aq, but that\*(Aqs now deprecated and its use is
discouraged, as it may be repurposed in the future.
.TP .TP
\fB\-\-no\-global\-ignore\fR \fB\-\-no\-global\-ignore\fR
Don\*(Aqt load global ignores Don\*(Aqt load global ignores

View File

@ -253,10 +253,6 @@ if the corresponding VCS is discovered to be in use for the
project/origin. For example, a .bzrignore in a Git repository will be project/origin. For example, a .bzrignore in a Git repository will be
discarded. discarded.
Note that this was previously called \--no-ignore, but thats now
deprecated and its use is discouraged, as it may be repurposed in the
future.
**\--no-global-ignore** **\--no-global-ignore**
: Dont load global ignores : Dont load global ignores