Carlos Martín Nieto 63377aad78 Properly initialize the clone options
libgit2 provides an initialization function to set sane defaults. Use
that instead of setting the version by hand, as that's not the only
thing it does.

Using C.git_clone_init_options() sets the checkout strategy to SAFE,
which will checkout the files after the clone, instead of the implicit
NONE which we're setting by hand.

This fixes #425,
2014-09-13 18:58:36 +02:00
..
2014-08-31 22:35:32 +02:00
2014-09-13 18:58:36 +02:00
2014-07-14 20:21:24 +03:00
2014-08-20 17:00:33 +02:00
2014-08-12 11:25:17 +02:00
2014-09-04 15:57:05 +02:00
2014-07-14 20:21:24 +03:00
2014-08-09 16:56:13 +02:00