summaryrefslogtreecommitdiff
path: root/.gitfilters
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2011-01-12 14:41:41 +0900
committerAkira TAGOH <akira@tagoh.org>2011-01-12 14:41:41 +0900
commit502227780c6befd5c350654f272f30e36ff94c0f (patch)
tree3a99bc86cd88a3a9e6f000102e2f6a7e29dad4d1 /.gitfilters
parente8fb46c006403b34971c2d5ae410cb9a542c457c (diff)
fix a filter to clean up
Diffstat (limited to '.gitfilters')
-rwxr-xr-x.gitfilters/rcs-keywords-clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitfilters/rcs-keywords-clean b/.gitfilters/rcs-keywords-clean
index f508214..bbb3687 100755
--- a/.gitfilters/rcs-keywords-clean
+++ b/.gitfilters/rcs-keywords-clean
@@ -1,4 +1,4 @@
#!/bin/sh
cat|\
perl -pe "s/\\\$Date[A-Za-z0-9 ,:\(\)+-]*\\\$/\\\$Date\\\$/"|\
-perl -pe "s/\\\$Rev[0-9]*\\\$/\\\$Rev\\\$/"
+perl -pe "s/\\\$Rev: [0-9]* \\\$/\\\$Rev\\\$/"