fix syntax error
This commit is contained in:
parent
6251422c64
commit
24c50b5063
@ -106,7 +106,7 @@ index 935b28a7..0364d436 100644
|
||||
+#define CREDENTIAL_INIT { \
|
||||
+ .helpers = STRING_LIST_INIT_DUP, \
|
||||
+ .sanitize_prompt = 1, \
|
||||
+};
|
||||
+}
|
||||
|
||||
/* Initialize a credential structure, setting all fields to empty. */
|
||||
void credential_init(struct credential *);
|
||||
|
||||
@ -126,7 +126,7 @@ index 0364d436..2c0b39a9 100644
|
||||
.helpers = STRING_LIST_INIT_DUP, \
|
||||
.sanitize_prompt = 1, \
|
||||
+ .protect_protocol = 1, \
|
||||
};
|
||||
}
|
||||
|
||||
/* Initialize a credential structure, setting all fields to empty. */
|
||||
diff --git a/t/t0300-credentials.sh b/t/t0300-credentials.sh
|
||||
|
||||
8
git.spec
8
git.spec
@ -1,7 +1,7 @@
|
||||
%global gitexecdir %{_libexecdir}/git-core
|
||||
Name: git
|
||||
Version: 2.27.0
|
||||
Release: 22
|
||||
Release: 23
|
||||
Summary: A popular and widely used Version Control System
|
||||
License: GPLv2+ or LGPLv2.1
|
||||
URL: https://git-scm.com/
|
||||
@ -329,6 +329,12 @@ make %{?_smp_mflags} test
|
||||
%{_mandir}/man7/git*.7.*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 23 2025 fuanan <fuanan3@h-partners.com> - 2.27.0-23
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:fix syntax error
|
||||
|
||||
* Fri Jan 17 2025 fuanan <fuanan3@h-partners.com> - 2.27.0-22
|
||||
- Type:CVE
|
||||
- ID:CVE-2024-52005
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user