here it is re-acquiring the name of 0.10.7 (#1221) while loose_pos is
still prepared to return 0.11.0 as the next one:

Breakpoint 1, repo_commits::remote_name[abi:cxx11](cppgit2::oid
const&) (this=0x5555555ac478, commit=...) at process2.cpp:92
92                      branch_name = branch.name();
6: *(size_t *) 0x555557fb0f30 = 1222
(gdb) n
94                          return repository.branch_remote_name(branch_name);
6: *(size_t *) 0x555557fb0f30 = 1222
(gdb) p branch_name
$25 = "refs/tags/0.10.7"

Reply via email to