libgit2/tests/refs
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
..
branches refdb: use the same id for old and new when renaming a reference 2015-03-08 16:50:27 +01:00
reflog Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
crashes.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
create.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
createwithlog.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
delete.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
foreachglob.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
isvalidname.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
iterator.c refs: failing test for concurrent ref access 2014-06-02 16:46:47 +02:00
list.c tests: update for new test data 2015-02-02 22:46:43 -05:00
listall.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
lookup.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
normalize.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
overwrite.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
pack.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
peel.c peel: reject bad queries with EINVALIDSPEC 2014-11-22 18:55:22 +01:00
races.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
read.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
ref_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
ref_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rename.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
revparse.c branch: don't accept a reflog message override 2015-03-03 14:40:50 +01:00
settargetwithlog.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
setter.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
shorthand.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
transactions.c transaction: rename lock() to lock_ref() 2014-10-09 16:29:30 +02:00
unicode.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
update.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00