Other
- attach push_prefix_arguments() to LsRefsCommand
- extract condition from helper function
- import RefsAction directly
- drop unnecessary argument from DelegateBlocking::prepare_ls_refs()
Refactor (BREAKING)
- split async and blocking implementations for Handshake::fetch_or_extract_refmap()
- split Handshake::fetch_or_extract_refmap()
- inline RefMap::fetch() into Handshake::fetch_or_extract_refmap()
- move prefix argument handling into LsRefsCommand::new()
- extract LsRefsCommand type to split preparation
- stop taking a callback for test-only uses
- rename ls_refs::Action to RefsAction
- take extra arguments as a separate argument
Commit Statistics
- 16 commits contributed to the release over the course of 26 calendar days.
- 29 days passed between releases.
- 12 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #2274 from djc/simplify-ls-refs (eab774c)
- Refactor (9d936fb)
- Split async and blocking implementations for Handshake::fetch_or_extract_refmap() (ab3cce4)
- Split Handshake::fetch_or_extract_refmap() (c26efb9)
- Inline RefMap::fetch() into Handshake::fetch_or_extract_refmap() (0021f9d)
- Move prefix argument handling into LsRefsCommand::new() (7a60e78)
- Attach push_prefix_arguments() to LsRefsCommand (37a42bd)
- Extract condition from helper function (0f58b01)
- Extract LsRefsCommand type to split preparation (3b4e06a)
- Stop taking a callback for test-only uses (3bc5801)
- Import RefsAction directly (e549841)
- Rename ls_refs::Action to RefsAction (c6d7688)
- Take extra arguments as a separate argument (149bcfc)
- Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e (93dd630)
- Bump the cargo group across 1 directory with 14 updates (703644c)
- Drop unnecessary argument from DelegateBlocking::prepare_ls_refs() (7e08219)