safe_crlf        1060 combine-diff.c 				if (convert_to_git(elem->path, result, len, &buf, safe_crlf)) {
safe_crlf         816 config.c       			safe_crlf = SAFE_CRLF_WARN;
safe_crlf         819 config.c       		safe_crlf = git_config_bool(var, value);
safe_crlf         124 convert.c                                  struct text_stat *stats, enum safe_crlf checksafe)
safe_crlf         170 convert.c      		       enum crlf_action crlf_action, enum safe_crlf checksafe)
safe_crlf         781 convert.c                         struct strbuf *dst, enum safe_crlf checksafe)
safe_crlf         812 convert.c      			      enum safe_crlf checksafe)
safe_crlf          13 convert.h      extern enum safe_crlf safe_crlf;
safe_crlf          38 convert.h      			  struct strbuf *dst, enum safe_crlf checksafe);
safe_crlf          50 convert.h      				     enum safe_crlf checksafe);
safe_crlf        2743 diff.c         	enum safe_crlf crlf_warn = (safe_crlf == SAFE_CRLF_FAIL
safe_crlf        2745 diff.c         				    : safe_crlf);
safe_crlf          53 environment.c  enum safe_crlf safe_crlf = SAFE_CRLF_WARN;
safe_crlf        3282 sha1_file.c    				   write_object ? safe_crlf : SAFE_CRLF_FALSE)) {
safe_crlf        3316 sha1_file.c    				 write_object ? safe_crlf : SAFE_CRLF_FALSE);