Files
deb-python-pygit2/pygit2
Carlos Martín Nieto bde58d9727 Remote: make renaming take a method call
Renaming a remote in pygit2 has been done via Remote.name= up to now,
but this is inherently unsafe, as it provides no way to pass up the
refspecs that libgit2 was unable to remap.

In fact, if there ever was such problem, we would have segfaulted.

libgit2 now provides a much more direct way of getting back the results,
so expose it as the return value of Remote.rename(). This also removes
the hint that a rename might be something that happens only to the
in-memory structure.
2014-06-08 20:35:21 +02:00
..
2014-05-18 11:03:30 +02:00
2014-04-14 11:42:51 +02:00
2014-04-21 14:11:41 +02:00
2014-05-18 11:03:30 +02:00
2014-03-24 01:44:36 +01:00
2014-04-02 22:28:18 +02:00