i added branch.name() to display, and everything looks fine as the
tags go forward. the commit isn't in any of the later tags yet.

i hit continue for the next breakpoint, and got different output than
what i thought i got last time. it's moved to a further tag, rather
than returning to 0.10.7 :

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 = 1300
7: branch.name() = "refs/tags/0.3.0-alpha.1"
(gdb)

Reply via email to