Skip to content

Commit

Permalink
Item11267: Truncate commit ID's to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Aug 20, 2014
1 parent 2723b33 commit b04ffc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Foswiki/Plugins/FoswikiOrgPlugin/Core.pm
Expand Up @@ -210,6 +210,8 @@ sub _updateTask {
my $commitID = shift;
my $taskItem = shift;

$commitID = substr( $commitID, 0, 12 );

unless (
Foswiki::Func::topicExists(
$Foswiki::cfg{Plugins}{FoswikiOrgPlugin}{TasksWeb}, $taskItem
Expand Down

0 comments on commit b04ffc3

Please sign in to comment.