Skip to content

Commit

Permalink
Adding the ability to track versions of a commitish revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills-optus committed Oct 16, 2019
1 parent fd28172 commit 804eb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vcsvimdiff
Expand Up @@ -123,7 +123,7 @@ sub replay {
my $tmp = "$temp_dir/$$.$name." . path($file)->basename;

my $warned = 0;
my $versions = $vcs->log( $file );
my $versions = $vcs->log( ($rev_old ? ($rev_old) : ()), $file );
if ( $option{verbose} > 2 ) {
my $i = 0;
my $j = -2;
Expand Down

0 comments on commit 804eb01

Please sign in to comment.