[ANNOUNCE] Git v2.8.0

2016-03-28 Thread Junio C Hamano
The latest feature release Git v2.8.0 is now available at the usual places. It is comprised of 532 non-merge commits since v2.7.0, contributed by 74 people, 22 of which are new faces. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories a

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-22 Thread Junio C Hamano
Michael J Gruber writes: > Junio C Hamano venit, vidit, dixit 21.03.2016 21:01: > >> If that is the case, perhaps it >> is also a valid workflow for these collaborating authors of a single >> document not to update the build product, if they know that nobody >> cares about how the final output lo

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-22 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 21.03.2016 21:01: > Michael J Gruber writes: > >> I think this is a general question about how to track build >> products. The proper place may be in a tree that is referenced >> from a note or so. > >> Maybe I shouldn't consider git.pot a build product - I do

[ANNOUNCE] Git v2.8.0-rc4

2016-03-21 Thread Junio C Hamano
A release candidate Git v2.8.0-rc4 is now available for testing at the usual places. It is comprised of 521 non-merge commits since v2.7.0, contributed by 73 people, 21 of which are new faces. Relative to v2.8.0-rc3, this reverts the change to the gitignore mechanism (which also is used in a reve

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-21 Thread Junio C Hamano
Michael J Gruber writes: > I think this is a general question about how to track build > products. The proper place may be in a tree that is referenced > from a note or so. > Maybe I shouldn't consider git.pot a build product - I don't know, > as I honestly don't know why we treat it the way we

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-20 Thread Michael J Gruber
2016-03-20 10:45 GMT+01:00 Jiang Xin : > 2016-03-16 21:33 GMT+08:00 Michael J Gruber : >> Junio C Hamano venit, vidit, dixit 14.03.2016 18:47: >>> Junio C Hamano writes: >>> But if it makes it easier for translations teams and the i18n coordinator to work together if I also pulled the gi

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-20 Thread Jiang Xin
2016-03-16 21:33 GMT+08:00 Michael J Gruber : > Junio C Hamano venit, vidit, dixit 14.03.2016 18:47: >> Junio C Hamano writes: >> >>> But if it makes it easier for translations teams and the i18n >>> coordinator to work together if I also pulled the git.pot update >>> myself, I'll do so. I just d

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-19 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 16.03.2016 17:30: > Michael J Gruber writes: > >> echo '*.po diff=po' >>.gitattributes >> echo '*.pot diff=po' >>.gitattributes >> git config diff.po.textconv "msgcat --indent --no-location" >> >> With or without the indent, that gives a pretty clean diff. [It's

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-19 Thread Michael J Gruber
Duy Nguyen venit, vidit, dixit 16.03.2016 14:40: > On Wed, Mar 16, 2016 at 8:33 PM, Michael J Gruber > wrote: >> In hindsight, what happened must have been like this: >> >> "ahead " was marked properly for l10n and translated in the past. >> >> 7a76c28 (status: disable translation when --porcelain

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-19 Thread Junio C Hamano
Michael J Gruber writes: > So, in short, I do believe there is a good reason for the "out of sync" > git.pot. That doesn't make the negative side effect that I describe any > less true, and I'm looking for ways to ammeliorate that. Something as > easy as "make check" or "make test-lint". Yes, I

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-19 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 14.03.2016 18:47: > Junio C Hamano writes: > >> But if it makes it easier for translations teams and the i18n >> coordinator to work together if I also pulled the git.pot update >> myself, I'll do so. I just didn't know (and still don't know) if >> that makes t

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-19 Thread Duy Nguyen
On Wed, Mar 16, 2016 at 8:33 PM, Michael J Gruber wrote: > In hindsight, what happened must have been like this: > > "ahead " was marked properly for l10n and translated in the past. > > 7a76c28 (status: disable translation when --porcelain is used, > 2014-03-20) introduced those extra parentheses

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-19 Thread Junio C Hamano
Michael J Gruber writes: > echo '*.po diff=po' >>.gitattributes > echo '*.pot diff=po' >>.gitattributes > git config diff.po.textconv "msgcat --indent --no-location" > > With or without the indent, that gives a pretty clean diff. [It's > unfortunate that one half of that config is in-tree, one-ha

[ANNOUNCE] Git v2.8.0-rc3

2016-03-18 Thread Junio C Hamano
A release candidate Git v2.8.0-rc3 is now available for testing at the usual places. It is comprised of 498 non-merge commits since v2.7.0, contributed by 69 people, 21 of which are new faces. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/testing/ The following publ

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-15 Thread Jiang Xin
2016-03-14 23:29 GMT+08:00 Michael J Gruber : > Hi Junio, > > Have you pulled git.pot for 2.8.0 already? [1] > > Maybe I'm not up-to-date on the release cycle timing regarding l10n, but > I was trying to fix a mixed translation/non-translation issue, and it > turned out the reason is probably that

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-14 Thread Junio C Hamano
Max Horn writes: >> On 11 Mar 2016, at 00:04, Junio C Hamano wrote: >> ... >> * "branch --delete" has "branch -d" but "push --delete" does not. > > This states a problem, but not whether (and how) it was resolved? Thanks; how about * "push" learned that its "--delete" option can be shortened

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-14 Thread Junio C Hamano
Junio C Hamano writes: > But if it makes it easier for translations teams and the i18n > coordinator to work together if I also pulled the git.pot update > myself, I'll do so. I just didn't know (and still don't know) if > that makes things easier for you guys, or if that risks making > things m

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-14 Thread Junio C Hamano
Michael J Gruber writes: > Have you pulled git.pot for 2.8.0 already? [1] Thanks for bringing this up. No, I never pull the "git.pot round N for release" myself, as I am not working on any translations, and I expect that translation teams work off of i18n coordinator's tree (i.e. Jiang's tree),

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-14 Thread Michael J Gruber
Hi Junio, Have you pulled git.pot for 2.8.0 already? [1] Maybe I'm not up-to-date on the release cycle timing regarding l10n, but I was trying to fix a mixed translation/non-translation issue, and it turned out the reason is probably that it is not in "git.pot": "behind " is in git.pot "ahead "

Re: [ANNOUNCE] Git v2.8.0-rc2

2016-03-12 Thread Max Horn
> On 11 Mar 2016, at 00:04, Junio C Hamano wrote: > > A release candidate Git v2.8.0-rc2 is now available for testing > at the usual places. It is comprised of 459 non-merge commits > since v2.7.0, contributed by 60 people, 19 of which are new faces. > [...] > Updates since v2.7 > ---

[ANNOUNCE] Git v2.8.0-rc2

2016-03-10 Thread Junio C Hamano
A release candidate Git v2.8.0-rc2 is now available for testing at the usual places. It is comprised of 459 non-merge commits since v2.7.0, contributed by 60 people, 19 of which are new faces. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/testing/ The following publ

[ANNOUNCE] Git v2.8.0-rc1

2016-03-04 Thread Junio C Hamano
A release candidate Git v2.8.0-rc1 is now available for testing at the usual places. It is comprised of 453 non-merge commits since v2.7.0, contributed by 59 people, 19 of which are new faces. There still is a known regression around "git status" (and "ls-files -o") relative to v2.7.2, which we m

Re: [ANNOUNCE] Git v2.8.0-rc0

2016-02-29 Thread Sebastian Schuberth
On 2/27/2016 0:41, Junio C Hamano wrote: * Some calls to strcpy(3) triggers a false warning from static analysers that are less intelligent than humans, and reducing the number of these false hits helps us notice real issues. A few calls to strcpy(3) in test-path-utils that are al

Re: [ANNOUNCE] Git v2.8.0-rc0

2016-02-27 Thread Junio C Hamano
Christian Couder writes: > On Sat, Feb 27, 2016 at 12:41 AM, Junio C Hamano wrote: >> >> Git 2.8 Release Notes (draft) >> = >> >> Backward compatibility note >> --- >> >> The rsync:// transport has been removed. > > We may want to add something

Re: [ANNOUNCE] Git v2.8.0-rc0

2016-02-27 Thread Christian Couder
On Sat, Feb 27, 2016 at 12:41 AM, Junio C Hamano wrote: > > Git 2.8 Release Notes (draft) > = > > Backward compatibility note > --- > > The rsync:// transport has been removed. We may want to add something about untracked cache changes here, may

[ANNOUNCE] Git v2.8.0-rc0

2016-02-26 Thread Junio C Hamano
An early preview release Git v2.8.0-rc0 is now available for testing at the usual places. It is comprised of 436 non-merge commits since v2.7.0, contributed by 58 people, 19 of which are new faces. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/testing/ The following