J. David Ibáñez 611e979113 Now Repository.head returns a reference (#203)
Now Repository.head behaves like libgit2's git_repository_head, it
returns the resolved reference. These two lines are equivalent:

  ref = repo.head
  ref = repo.lookup_reference('HEAD').resolve()

Before it returned a commit.
2013-04-17 08:16:43 +02:00
..
2013-03-11 20:48:57 +01:00
2013-03-11 20:48:58 +01:00
2013-03-02 12:16:16 +01:00
2013-03-02 12:16:16 +01:00
2013-03-11 18:10:29 +01:00
2013-03-02 12:16:16 +01:00
2013-03-11 20:48:58 +01: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-03-02 12:16:16 +01:00
2013-03-12 23:52:42 +01:00
2013-03-02 12:16:16 +01:00