mirror of
https://github.com/newren/git-filter-repo.git
synced 2024-11-19 03:25:33 +00:00
Merge branch 'kf/fix-example-typo' into master
Signed-off-by: Elijah Newren <newren@gmail.com>
This commit is contained in:
commit
f164f2b2e6
@ -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
|
||||
--------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user