Re: [PATCH v8 4/7] bisect: introduce --no-checkout, --update-ref=<ref> support into porcelain.

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

 



> On Sunday 31 July 2011 21:40:35 Jon Seymour wrote:
> > 
> > Probably this would be better :-)
> > 
> > ( test -z "$BISECT_UPDATE_REF" || echo "$BISECT_UPDATE_REF" >
> >  "$GIT_DIR/BISECT_UPDATE_REF" ) &&

Or:

{ test -z "$BISECT_UPDATE_REF" || echo "$BISECT_UPDATE_REF" > 
"$GIT_DIR/BISECT_UPDATE_REF" ; } &&

Thanks,
Christian.
--
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]