Skip to content

Instantly share code, notes, and snippets.

@ojura
Created January 24, 2018 09:47
Show Gist options
  • Save ojura/c8087ac50af4e217c24597452e6f1271 to your computer and use it in GitHub Desktop.
Save ojura/c8087ac50af4e217c24597452e6f1271 to your computer and use it in GitHub Desktop.
diff -r ./perl5/lib/perl5/Git/FastExport/Stitch.pm Git-FastExport/lib/Git/FastExport/Stitch.pm
191,196c190,192
< my $github_name;
< $github_name = "googlecartographer/"; $github_name .= $repo->{name};
<
< $commit->{data} =
< "[$repo->{name}] " . $commit->{data} . "\nOriginal commit:\n" .
< $github_name. "@" .$repo->{mark_hashes}{$commit->{original_mark}}."\n";
---
> $commit->{data} =
> "[$repo->{name}] " . $commit->{data} . "\nOriginal commit:\n" .
> $repo->{mark_hashes}{$commit->{original_mark}}."\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment