From f1a27a297c706e934120f11df208209a4b1f510f Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Fri, 28 Jun 2024 22:59:35 +0000 Subject: Revert "Add option approximating `git clean -x` flag." --- options.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'options.go') 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. -- cgit