Merge branch 'ld/osx-keychain-usage-fix' into maint
Workaround for a compiler warning against use of die() in osx-keychain (in contrib/). source: <pull.1293.git.1658251503775.gitgitgadget@gmail.com> * ld/osx-keychain-usage-fix: osx-keychain: fix compiler warning
This commit is contained in:
@ -168,7 +168,7 @@ int main(int argc, const char **argv)
|
|||||||
"usage: git credential-osxkeychain <get|store|erase>";
|
"usage: git credential-osxkeychain <get|store|erase>";
|
||||||
|
|
||||||
if (!argv[1])
|
if (!argv[1])
|
||||||
die(usage);
|
die("%s", usage);
|
||||||
|
|
||||||
read_credential();
|
read_credential();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user