Skip to content

log-local and log-fetched don't use commit refs #126

@rickhull

Description

@rickhull

log-local = log --oneline origin..HEAD

git log A..B requires both A and B to resolve to revisions. HEAD does; origin does not. The valid remote-side refs would be things like:

  • origin/main
  • origin/master
  • origin/HEAD
  • @{upstream}

I think the last one is the most sensible / generic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions