http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/advice.c
%s false \" " ) ; 98 99 static void vadvise ( const char * advice , int display_instructions , 100 const char * key , va_list params ) 101 { 102 struct strbuf buf = STRBUF_INIT ; 103 const char * cp , * np ; 104 105 strbuf_vaddf ( & buf , advice , params ) ; 106 107 if ( display_instructions ) 108 strbuf_addf ( & buf , turn_off_instructions , key ) ; 109 110 for ( cp = buf . buf ; * cp ; cp = np ) { 111 np = strchrnul ( cp...