DIS-022: be log is empty in a detached / submodule worktree

be log in a submodule worktree (detached at the gitlink pin, or on a synthetic branch) prints nothing though the worktree has a real tip and history. Log resolves an ordinary branch ref that comes up empty instead of resolving the worktree's CURRENT BASE the way the other verbs do. The goal: be log lists history from the current base whether attached or detached, reusing the shared cur-tip resolver — no bespoke logic. See GET, Graf.

Issues

Log's tip resolution diverges from the shared current-base path.

Blockers

None.

Planned

Resolve the current base via the SHARED utility the other verbs use; write no new resolution logic.