From f1cdb79ca4ac7c1ea264098bc59f47bd3f99814f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 May 2023 14:04:09 -0400 Subject: [PATCH] assist: honor gitignore Sponsored-by: Graham Spencer on Patreon --- Command/Assist.hs | 2 +- doc/bugs/git_annex_assist_adds_gitignored_files.mdwn | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Command/Assist.hs b/Command/Assist.hs index fc6db063c7..acf73f5f52 100644 --- a/Command/Assist.hs +++ b/Command/Assist.hs @@ -32,7 +32,7 @@ myseek o = startConcurrency transferStages $ do , Command.Add.batchOption = NoBatch , Command.Add.updateOnly = False , Command.Add.largeFilesOverride = Nothing - , Command.Add.checkGitIgnoreOption = CheckGitIgnore (False) + , Command.Add.checkGitIgnoreOption = CheckGitIgnore True , Command.Add.dryRunOption = DryRun False } waitForAllRunningCommandActions diff --git a/doc/bugs/git_annex_assist_adds_gitignored_files.mdwn b/doc/bugs/git_annex_assist_adds_gitignored_files.mdwn index 9170933364..30b1e4c213 100644 --- a/doc/bugs/git_annex_assist_adds_gitignored_files.mdwn +++ b/doc/bugs/git_annex_assist_adds_gitignored_files.mdwn @@ -35,3 +35,5 @@ local repository version: 10 ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) git-annex is awesome! + +> [[fixed|done]] --[[Joey]]