Skip to content

Commit 420aa32

Browse files
committed
git-filter-repo.txt: Fix typo for example
Signed-off-by: Kate F <[email protected]>
1 parent 3a394ca commit 420aa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-filter-repo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ p455w0rd
617617
foo==>bar
618618
glob:*666*==>
619619
regex:\bdriver\b==>pilot
620-
literal:MM/DD/YYYY=>YYYY-MM-DD
620+
literal:MM/DD/YYYY==>YYYY-MM-DD
621621
regex:([0-9]{2})/([0-9]{2})/([0-9]{4})==>\3-\1-\2
622622
--------------------------------------------------
623623

0 commit comments

Comments
 (0)