mirror of
https://github.com/git/git.git
synced 2024-11-05 16:52:59 +01:00
Merge branch 'jc/cvsimport' into next
* jc/cvsimport: cvsimport: fix reading from rev-parse
This commit is contained in:
commit
c534c4ba7e
1 changed files with 1 additions and 0 deletions
|
@ -881,6 +881,7 @@ ($$)
|
|||
}
|
||||
my $tip_at_end = `git-rev-parse --verify HEAD`;
|
||||
if ($tip_at_start ne $tip_at_end) {
|
||||
for ($tip_at_start, $tip_at_end) { chomp; }
|
||||
print "Fetched into the current branch.\n" if $opt_v;
|
||||
system(qw(git-read-tree -u -m),
|
||||
$tip_at_start, $tip_at_end);
|
||||
|
|
Loading…
Reference in a new issue