[PATCH] git-send-email: Added the ability to query the number of smtp password questions

2013-11-09 Thread silvio
From: Silvio F Signed-off-by: Silvio F --- Documentation/git-send-email.txt | 4 git-send-email.perl | 32 +--- 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt

[PATCH v2] git-send-mail: ask smtp password several times

2013-11-10 Thread silvio
t for my changes. Has someone suggestion to this? v2: * rebase to master-branch (0ecd94d7d728) * fix some perl-styles v1: * first version. patch was based on next branch Cheers, Silvio -- To unsubscribe from this list: send the line "unsubscribe git" i

[[PATCH v2]] git-send-email: Added the ability to query the number of smtp password questions

2013-11-10 Thread silvio
From: Silvio F With this patch "git-send-mail" ask a configurable number of questions to input the smtp password. Without this patch we have only one trial. Signed-off-by: Silvio F --- Documentation/git-send-email.txt | 4 git-send-email.perl

[PATCH] http: add http.version option to select http protocol version

2018-12-10 Thread Silvio Fricke
mechanism like ntlm with gssapi on remote side. Signed-off-by: Silvio Fricke --- Notes: I hit a problem with a libcurl (Namely [this bug]). This bug looks like never get fixed and to just-use-git from my commandline I don't want compile a own libcurl with disabled gssapi or/and h

[PATCH 1/1] ls-remote: remove "-h" from help text

2017-06-27 Thread Silvio Fricke
This regression was fixed in 91a640ffb6d9 ("ls-remote: a lone "-h" is asking for help") and the wrong help text was introduced in ba5f28bf79ea ("ls-remote: use parse-options api"). This patch removes the "-h" on the help text. Signed-off-by: Silvio Fricke

[PATCH 0/1] fix ls-remote help message

2017-06-27 Thread Silvio Fricke
Hi, a small patch about a wrong help text. Please include when okay. Best Regards, Silvio Silvio Fricke (1): ls-remote: remove "-h" from help text builtin/ls-remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.13.2