FD_CLOEXEC        977 daemon.c       			fcntl(sockfd, F_SETFD, flags | FD_CLOEXEC);
FD_CLOEXEC       1037 daemon.c       		fcntl(sockfd, F_SETFD, flags | FD_CLOEXEC);
FD_CLOEXEC        227 run-command.c  		fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
FD_CLOEXEC       1028 sha1_file.c    	fd_flag |= FD_CLOEXEC;