Re: RFD: fast-import is picky with author names (and maybe it should - but how much so?)

2012-11-13 Thread Michael J Gruber
Felipe Contreras venit, vidit, dixit 12.11.2012 23:47: > On Mon, Nov 12, 2012 at 10:41 PM, Jeff King wrote: >> On Sun, Nov 11, 2012 at 07:48:14PM +0100, Felipe Contreras wrote: >> 3. Exporters should not use it if they have any broken-down representation at all. Even knowing that

[PATCH 14/13] test-wildmatch: avoid Windows path mangling

2012-11-13 Thread Nguyễn Thái Ngọc Duy
On Windows, arguments starting with a forward slash is mangled as if it were full pathname. This causes the patterns beginning with a slash not to be passed to test-wildmatch correctly. Avoid mangling by never accepting patterns starting with a slash. Those arguments must be rewritten with a leadin

Re: [PATCH] send-email: add proper default sender

2012-11-13 Thread Felipe Contreras
On Tue, Nov 13, 2012 at 8:47 AM, Jeff King wrote: > But I still don't see how that has anything to do with what send-email > does or should do. That is why I said "strawman" above. You seem to > think I am saying that send-email should use the system that generated > those broken names, when I am

[PATCH 3/3] fix corner case for relative submodule path calculation

2012-11-13 Thread Heiko Voigt
A trailing /. for the superprojects origin is treated as a full path component. This is wrong. Lets add a test and fix this. Signed-off-by: Heiko Voigt --- git-submodule.sh | 22 ++ t/t7400-submodule-basic.sh | 44 2 file

[PATCH 2/3] ensure that relative submodule url needs ./ or ../

2012-11-13 Thread Heiko Voigt
Even though a relative path can be without them the documentation explicitely talks about them. Lets ensure that behavior with a test. Signed-off-by: Heiko Voigt --- t/t7400-submodule-basic.sh | 12 1 file changed, 12 insertions(+) diff --git a/t/t7400-submodule-basic.sh b/t/t7400-

[PATCH 1/3] Fix relative submodule setup of submodule tests

2012-11-13 Thread Heiko Voigt
If a remote is configured in a superproject relative submodule urls should be relative to that remote. Since we have a bug in relative path calculation for superproject paths that contain a "/." using ../submodule was accepted here. We are going to fix this behavior so we first need to correct thes

[PATCH 0/3] fix cloning superprojects from "."

2012-11-13 Thread Heiko Voigt
Hi, On Fri, Nov 09, 2012 at 07:42:26PM +0100, Heiko Voigt wrote: > Since this is a change in behaviour I would like to further think about > the implications this brings if we fix this. Not sure how many people > clone from ".". The correct behavior (as documented) is the one you > introduce with

<    1   2