Re: What's cooking in git.git (Jun 2014, #01; Tue, 3)

2014-06-04 Thread Jens Lehmann
Am 04.06.2014 00:16, schrieb Junio C Hamano:
 * jl/status-added-submodule-is-never-ignored (2014-04-07) 2 commits
  - commit -m: commit staged submodules regardless of ignore config
  - status/commit: show staged submodules regardless of ignore config
 
  There also are a few patches Ronald Weiss and Jens are working on
  polishing around this topic, and a patch from Jens each for gitk
  and git-gui.
 
  Waiting for the dust to settle until picking them up all.

To me it looks like the dust settled enough around that part of the
topic and I remember consensus about that change. But it would be
nice to have the gitk and git-gui patches in at the same time.

 * jl/submodule-recursive-checkout (2013-12-26) 5 commits
  - Teach checkout to recursively checkout submodules
  - submodule: teach unpack_trees() to update submodules
  - submodule: teach unpack_trees() to repopulate submodules
  - submodule: teach unpack_trees() to remove submodule contents
  - submodule: prepare for recursive checkout of submodules
 
  An RFCv2 exists ($gmane/241455) with sizable review comments.
  Expecting a reroll.

Will do, but only after I rerolled the submodule test harness
($gmane/245048) soonish, as I intend to reuse the infrastructure
introduced there for tests.

 * jh/submodule-tests (2014-04-17) 1 commit
  - t7410: 210 tests for various 'git submodule update' scenarios

Will look deeper into that one in the next days, we really need more
test coverage in that area.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Jun 2014, #01; Tue, 3)

2014-06-04 Thread Junio C Hamano
Jens Lehmann jens.lehm...@web.de writes:

 Am 04.06.2014 00:16, schrieb Junio C Hamano:
 * jl/status-added-submodule-is-never-ignored (2014-04-07) 2 commits
  - commit -m: commit staged submodules regardless of ignore config
  - status/commit: show staged submodules regardless of ignore config
 
  There also are a few patches Ronald Weiss and Jens are working on
  polishing around this topic, and a patch from Jens each for gitk
  and git-gui.
 
  Waiting for the dust to settle until picking them up all.

 To me it looks like the dust settled enough around that part of the
 topic and I remember consensus about that change. But it would be
 nice to have the gitk and git-gui patches in at the same time.

Yes, what I meant was that after the dust settled, it may turn out
that these two may need to be adjusted.  If these two commits can be
used without any change as a base for any further development, that
is good---shall I move it back to Cooking category?

 * jl/submodule-recursive-checkout (2013-12-26) 5 commits
  - Teach checkout to recursively checkout submodules
  - submodule: teach unpack_trees() to update submodules
  - submodule: teach unpack_trees() to repopulate submodules
  - submodule: teach unpack_trees() to remove submodule contents
  - submodule: prepare for recursive checkout of submodules
 
  An RFCv2 exists ($gmane/241455) with sizable review comments.
  Expecting a reroll.

 Will do, but only after I rerolled the submodule test harness
 ($gmane/245048) soonish, as I intend to reuse the infrastructure
 introduced there for tests.

 * jh/submodule-tests (2014-04-17) 1 commit
  - t7410: 210 tests for various 'git submodule update' scenarios

 Will look deeper into that one in the next days, we really need more
 test coverage in that area.

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


Re: What's cooking in git.git (Jun 2014, #01; Tue, 3)

2014-06-04 Thread Jens Lehmann
Am 04.06.2014 22:50, schrieb Junio C Hamano:
 Jens Lehmann jens.lehm...@web.de writes:
 
 Am 04.06.2014 00:16, schrieb Junio C Hamano:
 * jl/status-added-submodule-is-never-ignored (2014-04-07) 2 commits
  - commit -m: commit staged submodules regardless of ignore config
  - status/commit: show staged submodules regardless of ignore config

  There also are a few patches Ronald Weiss and Jens are working on
  polishing around this topic, and a patch from Jens each for gitk
  and git-gui.

  Waiting for the dust to settle until picking them up all.

 To me it looks like the dust settled enough around that part of the
 topic and I remember consensus about that change. But it would be
 nice to have the gitk and git-gui patches in at the same time.
 
 Yes, what I meant was that after the dust settled, it may turn out
 that these two may need to be adjusted.  If these two commits can be
 used without any change as a base for any further development, that
 is good---shall I move it back to Cooking category?

I'm not aware of any necessary adjustments, so I'd appreciate if
they'd be moved back into Cooking.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: What's cooking in git.git (Jun 2014, #01; Tue, 3)

2014-06-03 Thread Richard Hansen
On 2014-06-03 18:16, Junio C Hamano wrote:
 * rh/prompt-tests (2014-05-30) 10 commits
  - t9904: new __git_ps1 tests for Zsh
  - lib-prompt-tests.sh: add variable for string that encodes percent in PS1
  - lib-prompt-tests.sh: put all tests inside a function
  - t9903: move prompt tests to a new lib-prompt-tests.sh file
  - t9903: move PS1 color code variable definitions to lib-bash.sh
  - t9903: include Bash in test names via new $shellname var
  - t9903: run pc mode tests again with PS1 expansion disabled
  - t9903: move test name prefix to a separate variable
  - t9903: put the Bash pc mode prompt test cases in a function
  - t9903: remove Zsh test from the suite of Bash prompt tests
 
  Will merge to 'next'.

Please hold off on merging -- I just discovered some bugs while
conversing with the zsh developers about some zsh shell emulation stuff
I didn't fully understand.  (Surprisingly, the tests in that patch
series are actually run in zsh's sh emulation mode.)

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