Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-07-02 Thread Johan Herland
On Mon, Jul 1, 2013 at 11:56 PM, Junio C Hamano wrote: > Johan Herland writes: >> On Tue, May 21, 2013 at 5:35 PM, Junio C Hamano wrote: >>> ... I think we can go either way, and the above "I think this is >>> being rerolld" was primarily keeping the options open. >> >> You're right. No point in

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-07-01 Thread Junio C Hamano
Johan Herland writes: > On Tue, May 21, 2013 at 5:35 PM, Junio C Hamano wrote: >> ... I think we can go either way, and the above "I think this is >> being rerolld" was primarily keeping the options open. > > You're right. No point in setting things prematurely in stone. I'll > fold jh/shorten-r

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-28 Thread Jeff King
On Tue, May 21, 2013 at 09:19:22AM +0200, Thomas Rast wrote: > Junio C Hamano writes: > > > * tr/test-v-and-v-subtest-only (2013-05-16) 6 commits > > - test-lib: support running tests under valgrind in parallel > > - test-lib: allow prefixing a custom string before "ok N" etc. > > - test-lib:

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-23 Thread Junio C Hamano
Michael J Gruber writes: > Well, if we decide "showing blobs with textconv is fundamentally > different from showing diffs with textconv" then "--textconv" should not > apply any textconv filters on blobs unless the user has specified them > using a separate attribute (different from "diff"). I

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-23 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 23.05.2013 16:40: > Michael J Gruber writes: > >> Didn't you have concerns about storing the context in the object struct? >> I can't quite judge how much of an issue this can be for fsck and such. >> I don't want to increase the memory footprint unnecessarily,

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-23 Thread Junio C Hamano
Michael J Gruber writes: > Didn't you have concerns about storing the context in the object struct? > I can't quite judge how much of an issue this can be for fsck and such. > I don't want to increase the memory footprint unnecessarily, of course. Yes. I thought I had a weather-balloon patch to

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-23 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 22.05.2013 18:36: > Michael J Gruber writes: > >>> * mg/more-textconv (2013-05-10) 7 commits >>> - grep: honor --textconv for the case rev:path >>> - grep: allow to use textconv filters >>> - t7008: demonstrate behavior of grep with textconv >>> - cat-file:

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-22 Thread Junio C Hamano
Michael J Gruber writes: >> * mg/more-textconv (2013-05-10) 7 commits >> - grep: honor --textconv for the case rev:path >> - grep: allow to use textconv filters >> - t7008: demonstrate behavior of grep with textconv >> - cat-file: do not die on --textconv without textconv filters >> - show:

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-22 Thread Johan Herland
On Tue, May 21, 2013 at 5:35 PM, Junio C Hamano wrote: > Johan Herland writes: >> On Tue, May 21, 2013 at 2:15 AM, Junio C Hamano wrote: >>> * jh/shorten-refname (2013-05-07) 4 commits >>> - t1514: refname shortening is done after dereferencing symbolic refs >>> - shorten_unambiguous_ref(): Fi

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-22 Thread Michael J Gruber
BTW, I love our rev-list machinery: log --graph --abbrev-commit --pretty=oneline --decorate --cherry-mark --left-right mjg/grep-textconv...origin/next > 701cdb7 Merge branch 'mg/more-textconv' into next |\ | = afa15f3 (gitster/mg/more-textconv) grep: honor --textconv for the case rev:path | = 3

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-22 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 21.05.2013 02:15: > Here are the topics that have been cooking. Commits prefixed with > '-' are only in 'pu' (proposed updates) while commits prefixed with > '+' are in 'next'. > > The final version of 1.8.3 is expected to be tagged late this week. > While apply

Re: activate color.ui by default (Re: What's cooking in git.git (May 2013, #05; Mon, 20))

2013-05-21 Thread Junio C Hamano
Matthieu Moy writes: > Junio C Hamano writes: > >> * mm/color-auto-default (2013-05-15) 2 commits >> - make color.ui default to 'auto' >> - config: refactor management of color.ui's default value >> >> Flip the default for color.ui to 'auto', which is what many >> tutorials recommend new use

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-21 Thread Junio C Hamano
Thomas Rast writes: > Junio C Hamano writes: > >> * tr/test-v-and-v-subtest-only (2013-05-16) 6 commits >> - test-lib: support running tests under valgrind in parallel >> - test-lib: allow prefixing a custom string before "ok N" etc. >> - test-lib: valgrind for only tests matching a pattern >

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-21 Thread Junio C Hamano
Johan Herland writes: > On Tue, May 21, 2013 at 2:15 AM, Junio C Hamano wrote: >> * jh/shorten-refname (2013-05-07) 4 commits >> - t1514: refname shortening is done after dereferencing symbolic refs >> - shorten_unambiguous_ref(): Fix shortening refs/remotes/origin/HEAD to >> origin >> - t15

activate color.ui by default (Re: What's cooking in git.git (May 2013, #05; Mon, 20))

2013-05-21 Thread Matthieu Moy
Junio C Hamano writes: > * mm/color-auto-default (2013-05-15) 2 commits > - make color.ui default to 'auto' > - config: refactor management of color.ui's default value > > Flip the default for color.ui to 'auto', which is what many > tutorials recommend new users to do. > > I think this is r

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-21 Thread Thomas Rast
Junio C Hamano writes: > * tr/test-v-and-v-subtest-only (2013-05-16) 6 commits > - test-lib: support running tests under valgrind in parallel > - test-lib: allow prefixing a custom string before "ok N" etc. > - test-lib: valgrind for only tests matching a pattern > - test-lib: verbose mode fo

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-20 Thread Johan Herland
On Tue, May 21, 2013 at 2:15 AM, Junio C Hamano wrote: > * jh/shorten-refname (2013-05-07) 4 commits > - t1514: refname shortening is done after dereferencing symbolic refs > - shorten_unambiguous_ref(): Fix shortening refs/remotes/origin/HEAD to > origin > - t1514: Demonstrate failure to corr

Re: What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-20 Thread Felipe Contreras
On Mon, May 20, 2013 at 7:15 PM, Junio C Hamano wrote: > * fc/at-head (2013-05-08) 13 commits > - sha1_name: compare variable with constant, not constant with variable > - Add new @ shortcut for HEAD > - sha1_name: refactor reinterpret() > - sha1_name: check @{-N} errors sooner > - sha1_name

What's cooking in git.git (May 2013, #05; Mon, 20)

2013-05-20 Thread Junio C Hamano
Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next'. The final version of 1.8.3 is expected to be tagged late this week. While applying a few regression hot-fix patches, a couple of benign doc upda