Skip to content

Commit

Permalink
Fixed indentation of $Date$ keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
maghiel committed May 17, 2011
1 parent 9dbe7c5 commit 4b7ff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .git_filters/rcs-keywords.smudge
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $rev =~ /^commit (.*)$/m;
$ident = $1;

while (<STDIN>) {
s/\$Date[^\$]*\$/\$Date: $date \$/;
s/\$Date[^\$]*\$/\$Date: $date \$/;
s/\$Author[^\$]*\$/\$Author: $author \$/;
s/\$Id[^\$]*\$/\$Id: $filename | $date | $name \$/;
s/\$File[^\$]*\$/\$File: $filename \$/;
Expand Down

0 comments on commit 4b7ff90

Please sign in to comment.