mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Merge branch 'jc/sideband' into next
* jc/sideband: fetch/clone: mark messages from remote side stand out.
This commit is contained in:
@@ -133,7 +133,10 @@ static pid_t setup_sideband(int sideband, const char *me, int fd[2], int xd[2])
|
||||
fprintf(stderr, "\n");
|
||||
exit(1);
|
||||
case 2:
|
||||
/* color sideband */
|
||||
safe_write(2, "\033[44;37;1m", 10);
|
||||
safe_write(2, buf+1, len);
|
||||
safe_write(2, "\033[m", 3);
|
||||
continue;
|
||||
case 1:
|
||||
safe_write(fd[1], buf+1, len);
|
||||
|
||||
Reference in New Issue
Block a user