Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into Cog
  • Loading branch information
eliotmiranda committed Apr 6, 2020
2 parents 9827e12 + 9191db9 commit ff5d0f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .git_filters/RevDateURL.clean
@@ -1,6 +1,11 @@
#!/usr/bin/perl -p
#!/usr/bin/env perl
while (<>) {

s/\$Date[^\$]*\$/\$Date\$/;
s/\$Rev[^\$]*\$/\$Rev\$/;
s/\$URL[^\$]*\$/\$URL\$/;
s/\$CommitHash[^\$]*\$/\$CommitHash\$/;

} continue {
print or die "-p destination: $!\n";
}
2 changes: 1 addition & 1 deletion .git_filters/RevDateURL.smudge
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use POSIX qw(strftime);

$myrev = `git log -n1 --format="%at"`;
Expand Down

0 comments on commit ff5d0f4

Please sign in to comment.