Created
January 24, 2018 09:47
-
-
Save ojura/c8087ac50af4e217c24597452e6f1271 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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