]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.19.4 v2.19.4
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2020 20:37:37 +0000 (13:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2020 20:43:08 +0000 (13:43 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1  2 
Documentation/RelNotes/2.19.4.txt
GIT-VERSION-GEN
RelNotes
fsck.c
t/t0300-credentials.sh

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..35d0ae561b6faf8927e1690923d87a5fd55ca96f
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,5 @@@
++Git v2.19.4 Release Notes
++=========================
++
++This release merges the security fix that appears in v2.17.4; see
++the release notes for that version for details.
diff --cc GIT-VERSION-GEN
index 2fcc9d96d337db116112792f7149be5d6be9e1a0,fd9e5b87b2652b58ce61a232a8459c84911d895e..6f302a1d0996d94627c0641d047850c8c9770882
@@@ -1,7 -1,7 +1,7 @@@
  #!/bin/sh
  
  GVF=GIT-VERSION-FILE
- DEF_VER=v2.19.3
 -DEF_VER=v2.18.3
++DEF_VER=v2.19.4
  
  LF='
  '
diff --cc RelNotes
index 36e84fccca39b2a5ef967613501252d6b4df6fd0,1811ee10b3e152ebc7a71474cf8021dde6b660fb..d13adb91576366c504ab5a164500530efe336035
+++ b/RelNotes
@@@ -1,1 -1,1 +1,1 @@@
- Documentation/RelNotes/2.19.3.txt
 -Documentation/RelNotes/2.18.3.txt
++Documentation/RelNotes/2.19.4.txt
diff --cc fsck.c
index 78ce79cfee058739784df25d7836a2f321ea95ea,55bd4324e4e0319faab3ef14023e0c7ac9f98866..6b1e5c1d40de96760c499940328354e6dd2ea1bc
--- 1/fsck.c
--- 2/fsck.c
+++ b/fsck.c
@@@ -16,7 -14,7 +16,8 @@@
  #include "packfile.h"
  #include "submodule-config.h"
  #include "config.h"
+ #include "credential.h"
 +#include "help.h"
  
  static struct oidset gitmodules_found = OIDSET_INIT;
  static struct oidset gitmodules_done = OIDSET_INIT;
Simple merge