> 在 2018年2月8日,上午7:43,Stefan Beller 写道:
>
> +die __("When a batch size is given, the relogin delay must be set\n")
> +if defined $relogin_delay and not defined $batch_size;
> +
According the code, maybe you want to say “When relogin delay is given, a batch
size must be set “ ?
27; config option), otherwise you will have
to retype password every time when asked.
Signed-off-by: xiaoqiang zhao
---
Documentation/config.txt | 8
Documentation/git-send-email.txt | 11 +++
contrib/completion/git-completion.bash | 2 ++
git-send-
'sendemail.smtppass' config option), otherwise you will have
to retype password every time when asked.
Signed-off-by: xiaoqiang zhao
---
contrib/completion/git-completion.bash | 2 ++
git-send-email.perl| 18 ++
2 files changed, 20 insertions(+)
diff --git
(configurable via the --relogin-delay= option) and
reconnect, to work around such a limit.
Also add this two configure option for git config command.
Signed-off-by: xiaoqiang zhao
---
contrib/completion/git-completion.bash | 2 ++
git-send-email.perl| 18 ++
2
some delay between two successive
email server login.
Signed-off-by: xiaoqiang zhao
---
git-send-email.perl | 26 +-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/git-send-email.perl b/git-send-email.perl
index eea0a517f..cd9981cc6 100755
--- a/git-send
Some email server(e.g. smtp.163.com) limits a fixed number emails to be send per
session(connection) and this will lead to a send faliure.
With --split option, a auto reconnection will occur when number of sended
email reaches and the problem is solved.
Signed-off-by: xiaoqiang zhao
---
git
6 matches
Mail list logo