jj/lib
Martin von Zweigbergk 905a5c97d6 transaction: make sure set of heads has only heads
`Transaction::add_head()` and others would let the caller add
non-heads to the set (i.e. ancestors of others heads) and the the
non-heads were filterd out when the transaction was committed. That's
a little surprising, so let's try to keep the set valid even within a
transaction. That will surely make commands that add many commits
noticeably slower in large repos. Hopefully we can improve that
later.
2020-12-29 20:44:17 -08:00
..
protos protobuf: generate code at build-time 2020-12-24 01:05:17 -08:00
src transaction: make sure set of heads has only heads 2020-12-29 20:44:17 -08:00
tests transaction: make sure set of heads has only heads 2020-12-29 20:44:17 -08:00
build.rs protobuf: generate code at build-time 2020-12-24 01:05:17 -08:00
Cargo.toml git_store: use exponential backoff when retrying note-writing 2020-12-24 23:22:07 -08:00