Skip to content

Better refspec support - #15

Merged
BinaryMuse merged 11 commits into
masterfrom
mkt-better-ref-matching
Apr 16, 2016
Merged

Better refspec support#15
BinaryMuse merged 11 commits into
masterfrom
mkt-better-ref-matching

Conversation

@BinaryMuse

@BinaryMuseBinaryMuse commented Apr 14, 2016

Copy link
Copy Markdown
Member

🚧 WIP 🚧

  • Partial sha
  • Lowercase HEAD
  • Immediate parent (HEAD^)
  • Numbered parent (HEAD^n)
  • Chained parents (HEAD^^, HEAD^^2, etc)
  • Numbered generation (HEAD~3)
  • Prior ref versions and checkout history (@{n}, @{-n}, ref@{n} — requires reflog support)

@kuychacokuychaco mentioned this pull request Apr 14, 2016
7 tasks
@BinaryMuse

Copy link
Copy Markdown
MemberAuthor

Going to leave the last item for another PR and merge this

@BinaryMuse
BinaryMuse merged commit 027d8f2 into masterApr 16, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@BinaryMuse