"Lessley Dennington via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Lessley Dennington <lessleydennington@xxxxxxxxx> > > Update git-credential-osxkeychain.c to remove 'format string is not a string > literal (potentially insecure)' compiler warning by treating the string as > an argument. > > Signed-off-by: Lessley Dennington <lessleydennington@xxxxxxxxx> > --- Perfect. Thanks. Will queue. > @@ -168,7 +168,7 @@ int main(int argc, const char **argv) > "usage: git credential-osxkeychain <get|store|erase>"; > > if (!argv[1]) > - die(usage); > + die("%s", usage); > > read_credential(); > > > base-commit: 71a8fab31b70c417e8f5b5f716581f89955a7082