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-03-11 20:48:57 +01:00
2013-04-13 13:04:52 +02:00
2013-05-01 20:37:00 +02:00
2013-03-02 12:16:16 +01:00
2013-03-13 12:48:34 +01:00
2013-04-21 10:46:04 +02:00
2013-05-02 20:28:14 +02:00
2013-04-21 10:46:04 +02:00
2013-04-18 23:59:34 +02:00
2013-04-27 11:39:37 +02:00
2013-03-13 12:48:58 +01:00
2013-05-05 21:45:39 +02:00
2013-03-02 12:16:16 +01:00
2013-03-02 12:16:16 +01:00
2013-03-02 12:16:16 +01:00
2013-04-14 12:26:22 +02:00
2013-05-04 00:31:03 +02:00
2013-05-04 00:40:32 +02:00
2013-04-14 12:26:22 +02:00