From 111049a42abf9d937fad588e2c963b5d503fc467 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Wed, 12 Oct 2022 15:40:35 -0700 Subject: [PATCH] filter-lamely: fix a typo Signed-off-by: Elijah Newren --- contrib/filter-repo-demos/filter-lamely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/filter-repo-demos/filter-lamely b/contrib/filter-repo-demos/filter-lamely index f5b0c5a..425e263 100755 --- a/contrib/filter-repo-demos/filter-lamely +++ b/contrib/filter-repo-demos/filter-lamely @@ -81,7 +81,7 @@ Intentional differences from git-filter-branch: differently depending on topology of commits instead of contents of files and is thus adversely affected by this change. I doubt it, though. * I vastly simplified the map() function to just ignore writing out the - mapping; I've never seen anyone explicity use it, and filter-repo + mapping; I've never seen anyone explicitly use it, and filter-repo handles remapping to ancestors without it. I dare you to find anyone that was reading the $workdir/../map/ directory and using it in their filtering.