Commit 3e2fcfee by Laurence McGlashan Committed by Patrick Steinhardt

attr: Update definition of binary macro

parent bb173381
...@@ -413,7 +413,7 @@ int git_attr_cache__init(git_repository *repo) ...@@ -413,7 +413,7 @@ int git_attr_cache__init(git_repository *repo)
git_config_free(cfg); git_config_free(cfg);
/* insert default macros */ /* insert default macros */
return git_attr_add_macro(repo, "binary", "-diff -crlf -text"); return git_attr_add_macro(repo, "binary", "-diff -merge -text -crlf");
cancel: cancel:
attr_cache__free(cache); attr_cache__free(cache);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment