http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/daemon.c
strcmp ( arg , " --export-all " ) ) { 1300 export_all_trees = 1 ; 1301 continue ; 1302 } 1303 if ( skip_prefix ( arg , " --access-hook= " , & v ) ) { 1304 access_hook = v ; 1305 continue ; 1306 } 1307 if ( skip_prefix ( arg , " --timeout= " , & v ) ) { 1308 if ( strtoul_ui ( v , 10 , & timeout ) ) 1309 die ( _ ( " invalid timeout '%s', expecting a non-negative integer " ) , v ) ; 1310 continue ; 1311 } 1312 if ( skip_prefix ( arg , " --init-timeout= " , & v ) ) { 1313 if ( strtoul_ui ( v , 10 , &...