From 420aa32dacdbbda53e0decaac2f7e863e57d97c3 Mon Sep 17 00:00:00 2001 From: Kate F Date: Mon, 23 Mar 2020 23:02:33 -0700 Subject: [PATCH] git-filter-repo.txt: Fix typo for example Signed-off-by: Kate F --- Documentation/git-filter-repo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-filter-repo.txt b/Documentation/git-filter-repo.txt index 1ef5e5b..b90471b 100644 --- a/Documentation/git-filter-repo.txt +++ b/Documentation/git-filter-repo.txt @@ -617,7 +617,7 @@ p455w0rd foo==>bar glob:*666*==> regex:\bdriver\b==>pilot -literal:MM/DD/YYYY=>YYYY-MM-DD +literal:MM/DD/YYYY==>YYYY-MM-DD regex:([0-9]{2})/([0-9]{2})/([0-9]{4})==>\3-\1-\2 --------------------------------------------------