[llvm-commits] CVS: CVSROOT/commit-diffs.pl
Misha Brukman
brukman at cs.uiuc.edu
Thu Jan 29 19:26:00 PST 2004
Changes in directory CVSROOT:
commit-diffs.pl updated: 1.50 -> 1.51
---
Log message:
Delete the whitespace and word "Tag:" when committing on a branch.
---
Diffs of the changes: (+1 -1)
Index: CVSROOT/commit-diffs.pl
diff -u CVSROOT/commit-diffs.pl:1.50 CVSROOT/commit-diffs.pl:1.51
--- CVSROOT/commit-diffs.pl:1.50 Tue Oct 7 10:02:24 2003
+++ CVSROOT/commit-diffs.pl Thu Jan 29 19:25:26 2004
@@ -98,7 +98,7 @@
} elsif ($s =~ m/^\s+Tag:/) {
$branch = $s;
chop $branch;
- $branch =~ s/^\s+Tag:\s([^\s]+).*/$1/;
+ $branch =~ s/^\s+Tag:\s(.+)/$1/;
}
}
More information about the llvm-commits
mailing list