http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/apply.c
name ) 903 return error ( _ ( " unable to find filename in patch at line %d " ) , state - > linenr ) ; 904 905 return 0 ; 906 } 907 908 static int gitdiff_hdrend ( struct gitdiff_data * state UNUSED , 909 const char * line UNUSED , 910 struct patch * patch UNUSED ) 911 { 912 return 1 ; 913 } 914 915 /* 916 * We're anal about diff header consistency, to make 917 * sure that we don't end up having strange ambiguous 918 * patches floating around. 919 * 920 * As a result,...