New Features
- support for pack-order when iterating objects.
- add
loose::Store::try_header()
to obtain loose object information without content. - upgrade to
prodash 21.1
and addIds
to all progress instances.
That way callers can identify progress they are interested in, say, for
selective visualizations.
New Features (BREAKING)
- add
Store::try_header()
for obtaining object information quickly.
Note that this feature also comes with various refactorings related to the error
type used by various methods in order to get away from a 'one error fits all' kind
of situation.
Commit Statistics
- 20 commits contributed to the release over the course of 27 calendar days.
- 27 days passed between releases.
- 4 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
- prepare chnagelogs prior to git-repository release (7114bbb)
- Merge branch 'odb-iteration' (693a469)
- Assure deltas are counted correctly, even if the base is out of pack. (ddaf47f)
- support for pack-order when iterating objects. (e9d1f45)
- Merge branch 'read-header' (3d01252)
- adjust to changes in
git-odb
(50ea7fb) - add
Store::try_header()
for obtaining object information quickly. (d9d05b0) - adapt to changes in
git-pack
(b1724ef) - add
loose::Store::try_header()
to obtain loose object information without content. (7f19bd7) - Merge branch 'adjustments-for-cargo' (083909b)
- thanks clippy (f1160fb)
- adapt to changes in
git-features::fs
. (35f7d59) - adjust to changes in
git-testtools
(4eb842c) - Merge branch 'adjustments-for-cargo' (70ccbb2)
- adapt to changes in
git-transport
(527c62e) - Release git-hash v0.10.1, git-hashtable v0.1.0 (7717170)
- Merge branch 'main' into http-config (6b9632e)
- Release git-features v0.24.1, git-actor v0.14.1, git-index v0.9.1 (7893502)
- upgrade to
prodash 21.1
and addIds
to all progress instances. (c8835c6) - Merge branch 'main' into http-config (bcd9654)