зеркало из https://github.com/microsoft/git.git
Merge branch 'ks/commit-do-not-touch-cut-line'
The explanation of the cut-line in the commit log editor has been slightly tweaked. * ks/commit-do-not-touch-cut-line: commit-template: change a message to be more intuitive
This commit is contained in:
Коммит
77f45395b0
|
@ -934,7 +934,7 @@ size_t wt_status_locate_end(const char *s, size_t len)
|
|||
|
||||
void wt_status_add_cut_line(FILE *fp)
|
||||
{
|
||||
const char *explanation = _("Do not touch the line above.\nEverything below will be removed.");
|
||||
const char *explanation = _("Do not modify or remove the line above.\nEverything below it will be ignored.");
|
||||
struct strbuf buf = STRBUF_INIT;
|
||||
|
||||
fprintf(fp, "%c %s", comment_line_char, cut_line);
|
||||
|
|
Загрузка…
Ссылка в новой задаче