Commit 6240390
committed
Support references other than commit has
This enables support for flexible references, such as:
HEAD, branch, tag, heads/branch, refs/heads/branch, refs/tags/tag,
refs/remotes/origin/branch, refs/remotes/origin/HEAD, tilde and caret
(HEAD~1, master~^, tag~2, ref/heads/master~1, ...), selection by text
(HEAD^{/fix nasty bug}), hash (prefix and full).1 parent 38d174f commit 6240390
1 file changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
204 | 208 | | |
205 | 209 | | |
206 | 210 | | |
207 | | - | |
208 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
209 | 217 | | |
210 | 218 | | |
211 | 219 | | |
| |||
0 commit comments