Re: [ANNOUNCE] Git v2.0.0

2014-05-28 Thread Junio C Hamano
Junio C Hamano writes: > The tarballs are found at: > > https://www.kernel.org/pub/software/scm/git/testing/ Heh, I do not know how this slipped in, but the real release tarball is not in git/testing/ but found at: https://www.kernel.org/pub/software/scm/git/ -- To unsubscribe from th

Re: [ANNOUNCE] Git v2.0.0-rc4

2014-05-21 Thread Felipe Contreras
Junio C Hamano wrote: > Felipe Contreras writes: > > > Junio C Hamano wrote: > > > >> * The remote-helper interface to fast-import/fast-export via the > >>transport-helper has been tightened to avoid leaving the import > >>marks file from a failed/crashed run, as such a file that is out-

Re: [ANNOUNCE] Git v2.0.0-rc4

2014-05-21 Thread Richard Hansen
On 2014-05-20 20:24, Junio C Hamano wrote: > Fixes since v1.9 series > --- > > Unless otherwise noted, all the fixes since v1.9 in the maintenance > track are contained in this release (see the maintenance releases' > notes for details). [...] > > * The shell prompt script (in

Re: [ANNOUNCE] Git v2.0.0-rc4

2014-05-21 Thread Junio C Hamano
Richard Hansen writes: >> * The shell prompt script (in contrib/), when using the PROMPT_COMMAND >>interface, used an unsafe construct when showing the branch name in >>$PS1. >>(merge 8976500 rh/prompt-pcmode-avoid-eval-on-refname later to maint). > > That commit has been merged to m

Re: [ANNOUNCE] Git v2.0.0-rc4

2014-05-21 Thread Junio C Hamano
Felipe Contreras writes: > Junio C Hamano wrote: > >> * The remote-helper interface to fast-import/fast-export via the >>transport-helper has been tightened to avoid leaving the import >>marks file from a failed/crashed run, as such a file that is out-of- >>sync with reality confuses

Re: [ANNOUNCE] Git v2.0.0-rc4

2014-05-20 Thread David Kastrup
Felipe Contreras writes: > Junio C Hamano wrote: > >> * The remote-helper interface to fast-import/fast-export via the >>transport-helper has been tightened to avoid leaving the import >>marks file from a failed/crashed run, as such a file that is out-of- >>sync with reality confuses

RE: [ANNOUNCE] Git v2.0.0-rc4

2014-05-20 Thread Felipe Contreras
Junio C Hamano wrote: > * The remote-helper interface to fast-import/fast-export via the >transport-helper has been tightened to avoid leaving the import >marks file from a failed/crashed run, as such a file that is out-of- >sync with reality confuses a later invocation of itself. Re

Re: [ANNOUNCE] Git v2.0.0-rc0

2014-04-20 Thread Junio C Hamano
Felipe Contreras writes: > Junio C Hamano wrote: >> * transport-helper, fast-import and fast-export have been updated to >>allow the ref mapping and ref deletion in a way similar to the >>natively supported transports. > > Have they? Yikes, no. This was me mischaracterizingg the merge

RE: [ANNOUNCE] Git v2.0.0-rc0

2014-04-20 Thread Felipe Contreras
Junio C Hamano wrote: > * transport-helper, fast-import and fast-export have been updated to >allow the ref mapping and ref deletion in a way similar to the >natively supported transports. Have they? % git --version git version 2.0.0.rc0 % git push origin origin master:foo