Generate plain URLs to view commits on the remote hosting platform.
$ARGUMENTS can be:
- Empty — default to HEAD.
- Commit hashes — one or more, separated by spaces or commas.
- Natural language — e.g., "last 5 commits", "today's commits", "commits since yesterday". Interpret the intent and use the appropriate git command to resolve the hashes (e.g.,
git log -5 --format="%H",git log --since="yesterday" --format="%H").