fprintf_ln       1010 builtin/am.c   		fprintf_ln(stderr, _("Patch format detection failed."));
fprintf_ln       2350 builtin/am.c   		fprintf_ln(stderr, _("The -b/--binary option has been a no-op for long time, and\n"
fprintf_ln       1727 builtin/apply.c 		fprintf_ln(stderr,
fprintf_ln       2899 builtin/apply.c 			fprintf_ln(stderr,
fprintf_ln       2912 builtin/apply.c 			fprintf_ln(stderr, _("Context reduced to (%ld/%ld)"
fprintf_ln       4304 builtin/apply.c 			fprintf_ln(stderr, _("Hunk #%d applied cleanly."), cnt);
fprintf_ln       4307 builtin/apply.c 		fprintf_ln(stderr, _("Rejected hunk #%d."), cnt);
fprintf_ln        436 builtin/pull.c 			fprintf_ln(stderr, _("There is no candidate for rebasing against among the refs that you just fetched."));
fprintf_ln        438 builtin/pull.c 			fprintf_ln(stderr, _("There are no candidates for merging among the refs that you just fetched."));
fprintf_ln        439 builtin/pull.c 		fprintf_ln(stderr, _("Generally this means that you provided a wildcard refspec which had no\n"
fprintf_ln        442 builtin/pull.c 		fprintf_ln(stderr, _("You asked to pull from the remote '%s', but did not specify\n"
fprintf_ln        447 builtin/pull.c 		fprintf_ln(stderr, _("You are not currently on a branch."));
fprintf_ln        449 builtin/pull.c 			fprintf_ln(stderr, _("Please specify which branch you want to rebase against."));
fprintf_ln        451 builtin/pull.c 			fprintf_ln(stderr, _("Please specify which branch you want to merge with."));
fprintf_ln        452 builtin/pull.c 		fprintf_ln(stderr, _("See git-pull(1) for details."));
fprintf_ln        454 builtin/pull.c 		fprintf_ln(stderr, "    git pull <remote> <branch>");
fprintf_ln        462 builtin/pull.c 		fprintf_ln(stderr, _("There is no tracking information for the current branch."));
fprintf_ln        464 builtin/pull.c 			fprintf_ln(stderr, _("Please specify which branch you want to rebase against."));
fprintf_ln        466 builtin/pull.c 			fprintf_ln(stderr, _("Please specify which branch you want to merge with."));
fprintf_ln        467 builtin/pull.c 		fprintf_ln(stderr, _("See git-pull(1) for details."));
fprintf_ln        469 builtin/pull.c 		fprintf_ln(stderr, "    git pull <remote> <branch>");
fprintf_ln        471 builtin/pull.c 		fprintf_ln(stderr, _("If you wish to set tracking information for this branch you can do so with:\n"
fprintf_ln        476 builtin/pull.c 		fprintf_ln(stderr, _("Your configuration specifies to merge with the ref '%s'\n"
fprintf_ln        806 builtin/remote.c 		fprintf_ln(stderr,
fprintf_ln        136 builtin/update-index.c 		fprintf_ln(stderr,_("directory stat info does not "
fprintf_ln        149 builtin/update-index.c 		fprintf_ln(stderr, _("directory stat info does not change "
fprintf_ln        162 builtin/update-index.c 		fprintf_ln(stderr, _("directory stat info changes "
fprintf_ln        173 builtin/update-index.c 		fprintf_ln(stderr, _("directory stat info changes after "
fprintf_ln        184 builtin/update-index.c 		fprintf_ln(stderr, _("directory stat info does not "
fprintf_ln        197 builtin/update-index.c 		fprintf_ln(stderr, _("directory stat info does not "
fprintf_ln        204 builtin/update-index.c 	fprintf_ln(stderr, _(" OK"));
fprintf_ln        268 builtin/worktree.c 	fprintf_ln(stderr, _("Preparing %s (identifier %s)"), path, name);
fprintf_ln        389 help.c         		fprintf_ln(stderr,
fprintf_ln        395 help.c         			fprintf_ln(stderr, _("in %0.1f seconds automatically..."),
fprintf_ln        402 help.c         	fprintf_ln(stderr, _("git: '%s' is not a git command. See 'git --help'."), cmd);
fprintf_ln        405 help.c         		fprintf_ln(stderr,
fprintf_ln        462 help.c         	fprintf_ln(stderr, _("%s: %s - %s"), cmd, ref, error);
fprintf_ln        465 help.c         		fprintf_ln(stderr,
fprintf_ln        581 parse-options.c 	fprintf_ln(outfile, _("usage: %s"), _(*usagestr++));
fprintf_ln        585 parse-options.c 		fprintf_ln(outfile, _("   or: %s"), _(*usagestr++));
fprintf_ln        588 parse-options.c 			fprintf_ln(outfile, _("    %s"), _(*usagestr));
fprintf_ln        518 strbuf.h       extern int fprintf_ln(FILE *fp, const char *fmt, ...);