Merge branch 'rt/fetch-pack-error-message-fix'
An error message in fetch-pack executable that was newly marked for translation was misspelt, which has been fixed. * rt/fetch-pack-error-message-fix: fetch-pack.c: correct command at the beginning of an error messagemaint
commit
371811751d
|
@ -240,7 +240,7 @@ static enum ack_type get_ack(int fd, unsigned char *result_sha1)
|
|||
return ACK;
|
||||
}
|
||||
}
|
||||
die(_("git fetch_pack: expected ACK/NAK, got '%s'"), line);
|
||||
die(_("git fetch-pack: expected ACK/NAK, got '%s'"), line);
|
||||
}
|
||||
|
||||
static void send_request(struct fetch_pack_args *args,
|
||||
|
|
Loading…
Reference in New Issue