aboutsummaryrefslogtreecommitdiffstats
path: root/options.go
diff options
context:
space:
mode:
authorPaulo Gomes <paulo.gomes.uk@gmail.com>2024-06-28 22:59:35 +0000
committerGitHub <noreply@github.com>2024-06-28 22:59:35 +0000
commitf1a27a297c706e934120f11df208209a4b1f510f (patch)
tree21f288ce9981099c600ba6dcc469461e9ca27f8d /options.go
parentcc6b98e366436b69a0e91aa0698972d583080900 (diff)
downloadgo-git-f1a27a297c706e934120f11df208209a4b1f510f.tar.gz
Revert "Add option approximating `git clean -x` flag."
Diffstat (limited to 'options.go')
-rw-r--r--options.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/options.go b/options.go
index 622bd47..d7776da 100644
--- a/options.go
+++ b/options.go
@@ -721,10 +721,7 @@ const (
// CleanOptions describes how a clean should be performed.
type CleanOptions struct {
- // Dir recurses into nested directories.
Dir bool
- // All removes all changes, even those excluded by gitignore.
- All bool
}
// GrepOptions describes how a grep should be performed.