libgit2/tests/refs/branches
Carlos Martín Nieto d578b45f3f refdb: use the same id for old and new when renaming a reference
When we rename a reference, we want the old and new ids to be the same
one (as we did not change it). The normal code path looks up the old id
from the current value of the brtanch, but by the time we look it up, it
does not exist anymore and thus we write a zero id.

Pass the old id explicitly instead.
2015-03-08 16:50:27 +01:00
..
create.c branch: fix generated reflog message upon creation 2015-03-04 22:09:44 +01:00
delete.c repository: remove log message override for switching the active branch 2015-03-03 14:40:50 +01:00
ishead.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
iterator.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
lookup.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
move.c refdb: use the same id for old and new when renaming a reference 2015-03-08 16:50:27 +01:00
name.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
remote.c branch: move to git_buf when outputting newly-allocated strings 2014-01-27 04:44:05 +01:00
upstream.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
upstreamname.c branch: move to git_buf when outputting newly-allocated strings 2014-01-27 04:44:05 +01:00