J. David Ibáñez
974f16ca69
Re-work the checkout API
New API:
Repository.head = refname
Repository.checkout_head(strategy)
Repository.checkout_index(strategy)
Repository.checkout_tree(treeish, strategy)
Changed API:
# Before
Repository.checkout(strategy=GIT_CHECKOUT_SAFE_CREATE, reference=None,
head=False)
# Now
Repository.checkout(refname=None, strategy=GIT_CHECKOUT_SAFE_CREATE)
2013-05-05 21:45:39 +02:00
..
2013-05-04 20:04:37 +02:00
2013-03-29 20:23:28 +01:00
2013-05-04 20:04:37 +02:00
2013-03-29 20:23:28 +01:00
2013-05-04 20:04:37 +02:00
2013-03-29 20:23:28 +01:00
2013-04-19 15:10:05 +02:00
2013-03-29 20:23:28 +01:00
2013-03-29 20:23:28 +01:00
2013-03-29 20:23:28 +01:00
2013-05-04 20:04:37 +02:00
2013-03-29 20:23:28 +01:00
2013-04-20 08:48:03 +02:00
2013-03-29 20:23:28 +01:00
2013-04-14 12:26:22 +02:00
2013-03-29 20:23:28 +01:00
2013-05-04 20:04:37 +02:00
2013-05-04 20:04:37 +02:00
2013-04-27 11:06:46 +02:00
2013-05-04 20:04:37 +02:00
2013-03-29 20:23:28 +01:00
2013-03-29 20:23:28 +01:00
2013-03-29 20:23:28 +01:00
2013-05-05 21:45:39 +02:00
2013-03-29 20:23:28 +01:00
2013-05-04 20:04:37 +02:00
2013-03-29 20:23:28 +01:00
2013-04-14 12:26:22 +02:00
2013-03-29 20:23:28 +01:00
2013-05-04 00:31:03 +02:00
2013-05-04 00:31:03 +02:00
2013-05-04 20:04:37 +02:00
2013-03-29 20:23:28 +01:00
2013-05-04 20:04:37 +02:00
2013-05-05 21:45:39 +02:00
2013-05-04 20:04:37 +02:00
2013-05-04 20:04:37 +02:00
2013-03-29 20:23:28 +01:00