Skip to content

Commit f164f2b

Browse files
committed
Merge branch 'kf/fix-example-typo' into master
Signed-off-by: Elijah Newren <[email protected]>
2 parents 3a394ca + 420aa32 commit f164f2b

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)