[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

[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 v2]] git-send-email: Added the ability to query the number of smtp password questions

2013-11-10 Thread silvio
From: Silvio F silvio.fri...@gmail.com 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 silvio.fri...@gmail.com --- Documentation/git-send-email.txt | 4 git-send-email.perl

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

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