Commit 59189757 by Yuang Li

disable shallow clone support by default

parent c4cd9a54
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "oidarray.h" #include "oidarray.h"
#include "parse.h" #include "parse.h"
bool git_shallow__enabled = true; bool git_shallow__enabled = false;
struct git_grafts { struct git_grafts {
/* Map of `git_commit_graft`s */ /* Map of `git_commit_graft`s */
......
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