aboutsummaryrefslogtreecommitdiffstats
path: root/compat/mingw.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2024-10-30 00:27:52 +0100
committerJohannes Schindelin <johannes.schindelin@gmx.de>2024-11-26 22:14:57 +0100
commit676cddebf94fab8defe704b2f58c5b59912bb40c (patch)
tree7c2cc30d8966d5bcd618b977a624f4aaa2bf3555 /compat/mingw.c
parentGit 2.41.2 (diff)
parentGit 2.40.4 (diff)
downloadgit-676cddebf94fab8defe704b2f58c5b59912bb40c.tar.gz
git-676cddebf94fab8defe704b2f58c5b59912bb40c.zip
Sync with 2.40.4
* maint-2.40: Git 2.40.4 credential: disallow Carriage Returns in the protocol by default credential: sanitize the user prompt credential_format(): also encode <host>[:<port>] t7300: work around platform-specific behaviour with long paths on MinGW compat/regex: fix argument order to calloc(3) mingw: drop bogus (and unneeded) declaration of `_pgmptr` ci: remove 'Upload failed tests' directories' step from linux32 jobs
Diffstat (limited to 'compat/mingw.c')
-rw-r--r--compat/mingw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/mingw.c b/compat/mingw.c
index d06cdc6254..cd05a388f7 100644
--- a/compat/mingw.c
+++ b/compat/mingw.c
@@ -27,7 +27,6 @@ static const int delay[] = { 0, 1, 10, 20, 40 };
void open_in_gdb(void)
{
static struct child_process cp = CHILD_PROCESS_INIT;
- extern char *_pgmptr;
strvec_pushl(&cp.args, "mintty", "gdb", NULL);
strvec_pushf(&cp.args, "--pid=%d", getpid());