[PATCH] git-send-email.perl: Fixed sending of many changes/patches

2015-09-29 Thread Lars Wendler
From: Stefan Agner See http://permalink.gmane.org/gmane.comp.version-control.git/274569 Reported-by: Juston Li Tested-by: Markos Chandras Signed-off-by: Lars Wendler --- git-send-email.perl | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git-send-email.perl b/git

[PATCH] git-send-email.perl: Fixed sending of many/huge changes/patches

2015-09-30 Thread Lars Wendler
from the head and once from the bottom, in both cases at the size of around 16K I could send the patch. See also original report: http://permalink.gmane.org/gmane.comp.version-control.git/274569 Reported-by: Juston Li Tested-by: Markos Chandras Signed-off-by: Lars Wendler --- git-send

segfault in http.c when https URL is mistyped

2016-09-07 Thread Lars Wendler
. As soon as you run such a command, syslog receives a message like: kernel: git-remote-http[8766]: segfault at 0 ip 00408abd sp 7ffd70adf7c0 error 4 in git-remote-https[40+103000] Kind regards Lars [1] https://bugs.gentoo.org/592522 -- Lars Wendler Gentoo package maintainer

[PATCH] Fix build with LDFLAGS="-Wl,--as-needed"

2014-12-01 Thread Lars Wendler
Signed-off-by: Lars Wendler --- contrib/svn-fe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/svn-fe/Makefile b/contrib/svn-fe/Makefile index e8651aa..b90cf87 100644 --- a/contrib/svn-fe/Makefile +++ b/contrib/svn-fe/Makefile @@ -74,7 +74,7 @@ endif endif