Merge branch 'es/some-up-to-date-messages-must-stay'
Comment updates to help developers not to attempt to modify messages from plumbing commands that must stay constant. It might make sense to reassess the plumbing needs every few years, but that should be done as a separate effort. * es/some-up-to-date-messages-must-stay: messages: mark some strings with "up-to-date" not to touch
This commit is contained in:
@ -333,6 +333,7 @@ int cmd_send_pack(int argc, const char **argv, const char *prefix)
|
||||
}
|
||||
|
||||
if (!ret && !transport_refs_pushed(remote_refs))
|
||||
/* stable plumbing output; do not modify or localize */
|
||||
fprintf(stderr, "Everything up-to-date\n");
|
||||
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user