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-01-12 18:42:12 +01:00
2013-04-20 22:27:09 +02:00
2013-04-03 19:09:48 +02:00
2013-04-19 15:10:05 +02:00
2013-01-19 17:05:36 +01:00
2013-04-03 19:09:48 +02:00
2013-03-08 22:08:37 +01:00
2013-04-03 19:09:48 +02:00
2013-01-06 09:57:03 +01:00
2013-05-04 00:31:03 +02:00
2013-04-28 11:16:31 +02:00
2013-04-03 19:09:48 +02:00
2013-05-04 05:45:03 +08:00
2013-04-03 19:09:48 +02:00
2013-04-03 19:09:48 +02:00
2013-05-05 21:45:39 +02:00