Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-28 Thread Jens Lehmann
Am 22.07.2013 22:47, schrieb Jens Lehmann: > Am 22.07.2013 09:48, schrieb Duy Nguyen: >> On Mon, Jul 22, 2013 at 2:32 PM, Jens Lehmann wrote: >>> Am 22.07.2013 08:57, schrieb Junio C Hamano: * jl/submodule-mv (2013-04-23) 5 commits . submodule.c: duplicate real_path's return value

Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-24 Thread Ramsay Jones
Torsten Bögershausen wrote: > >> ml/cygwin-updates: >> cygwin: stop forcing core.filemode=false > > I like that: cygwin behaves more like Unix/Linux. > > Just a side-comment: When working on NTFS, cygwin > will set core.filemode=true, and as a result of that, > the "cheating lstat" code is

Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-22 Thread Torsten Bögershausen
> ml/cygwin-updates: > cygwin: stop forcing core.filemode=false I like that: cygwin behaves more like Unix/Linux. Just a side-comment: When working on NTFS, cygwin will set core.filemode=true, and as a result of that, the "cheating lstat" code is not used any more. So it is not run under

Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-22 Thread John Keeping
On Sun, Jul 21, 2013 at 11:57:43PM -0700, Junio C Hamano wrote: > * jk/fast-import-empty-ls (2013-06-23) 4 commits > - fast-import: allow moving the root tree > - fast-import: allow ls or filecopy of the root tree > - fast-import: set valid mode on root tree in "ls" > - t9300: document fast-imp

Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-22 Thread Junio C Hamano
Yamada Saburo writes: > My patch is not listed. When is it merged? I do not take patches to git-gui (or gitk) directly to my tree. Because nobody acked nor nacked the latest round yet, I do not think the area maintainer has picked them up yet. -- To unsubscribe from this list: send the line "un

Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-22 Thread Yamada Saburo
My patch is not listed. When is it merged? -- 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 (Jul 2013, #07; Sun, 21)

2013-07-22 Thread Jens Lehmann
Am 22.07.2013 09:48, schrieb Duy Nguyen: > On Mon, Jul 22, 2013 at 2:32 PM, Jens Lehmann wrote: >> Am 22.07.2013 08:57, schrieb Junio C Hamano: >>> * jl/submodule-mv (2013-04-23) 5 commits >>> . submodule.c: duplicate real_path's return value >>> . rm: delete .gitmodules entry of submodules remo

Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-22 Thread Thomas Rast
Junio C Hamano writes: > * tr/merge-recursive-index-only (2013-07-07) 3 commits > - merge-recursive: -Xindex-only to leave worktree unchanged > - merge-recursive: untangle double meaning of o->call_depth > - merge-recursive: remove dead conditional in update_stages() > > What's the status of

Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-22 Thread Duy Nguyen
On Mon, Jul 22, 2013 at 2:32 PM, Jens Lehmann wrote: > Am 22.07.2013 08:57, schrieb Junio C Hamano: >> * jl/submodule-mv (2013-04-23) 5 commits >> . submodule.c: duplicate real_path's return value >> . rm: delete .gitmodules entry of submodules removed from the work tree >> . Teach mv to update

Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-22 Thread Jens Lehmann
Am 22.07.2013 08:57, schrieb Junio C Hamano: > * jl/submodule-mv (2013-04-23) 5 commits > . submodule.c: duplicate real_path's return value > . rm: delete .gitmodules entry of submodules removed from the work tree > . Teach mv to update the path entry in .gitmodules for moved submodules > . Tea

Re: What's cooking in git.git (Jul 2013, #07; Sun, 21)

2013-07-22 Thread Eric Sunshine
On Mon, Jul 22, 2013 at 2:57 AM, Junio C Hamano wrote: > * es/contacts (2013-07-21) 5 commits > - contrib: contacts: add documentation > - contrib: contacts: add mailmap support > - contrib: contacts: interpret committish akin to format-patch > - contrib: contacts: add ability to parse from co