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

index 0000000,0000000..35d0ae5
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
@@@ -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
+++ 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
--- 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