Re: [PATCH v2] clone: Simplify string handling in guess_dir_name()

2015-07-09 Thread Junio C Hamano
Sebastian Schuberth writes: > On Thu, Jul 9, 2015 at 8:05 PM, Junio C Hamano wrote: > >>> Content-Type: multipart/mixed; >>> boundary="=_Part_8_836493213.1436462597065" >> >> Please don't. > > This seems to come from submitgit, I've filed an issue about it: > > https://github.com/rtyley/su

Re: [PATCH v2] clone: Simplify string handling in guess_dir_name()

2015-07-09 Thread Sebastian Schuberth
On Thu, Jul 9, 2015 at 8:05 PM, Junio C Hamano wrote: >> Subject: Re: [PATCH v2] clone: Simplify string handling in guess_dir_name() > > We seem not to capitalize the first word on the subject line. Will change that. >> Content-Type: multipart/mi

Re: [PATCH v2] clone: Simplify string handling in guess_dir_name()

2015-07-09 Thread Junio C Hamano
Sebastian Schuberth writes: > Subject: Re: [PATCH v2] clone: Simplify string handling in guess_dir_name() We seem not to capitalize the first word on the subject line. > Content-Type: multipart/mixed; > boundary="=_Part_8_836493213.1436462597065" Please don&

[PATCH v2] clone: Simplify string handling in guess_dir_name()

2015-07-09 Thread Sebastian Schuberth
Signed-off-by: Sebastian Schuberth --- builtin/clone.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/builtin/clone.c b/builtin/clone.c index 00535d0..afdc004 100644 --- a/builtin/clone.c +++ b/builtin/clone.c @@ -147,6 +147,7 @@ static char *get_repo_path(c