Re: [PATCH 3/3] cvsimport: miscellaneous packed-ref fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Nov 28, 2007 at 04:52:28PM -0800, Junio C Hamano wrote:

> > @@ -998,7 +996,7 @@ if ($orig_branch) {
> >  	$orig_branch = "master";
> >  	print "DONE; creating $orig_branch branch\n" if $opt_v;
> >  	system("git-update-ref", "refs/heads/master", "$remote/$opt_o")
> > -		unless -f "$git_dir/refs/heads/master";
> > +		defined get_headref('refs/heads/master');
> 
> Where did the unless go ;-)?

Bah, I even ran this through the test suite, but obviously forgot a
'make' in the middle.

> Thanks, queued.

Thanks. Sorry for all the mistakes; I think I made more work in catching
my errors than went into the original patch series. ;)

-Peff
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux