Minor refactors & comment/message revision
This commit is contained in:
parent
519a402f62
commit
3253ca8435
6 changed files with 33 additions and 30 deletions
|
@ -89,7 +89,7 @@ Grabs the latest commit id of the package using 'git'."
|
|||
"git" "ls-remote" url
|
||||
(unless select
|
||||
(or branch straight-vc-git-default-branch)))))
|
||||
(user-error "%s: no id from %s" package url)))
|
||||
(user-error "Couldn't find a recipe for %s" package)))
|
||||
(id (car (split-string
|
||||
(if select
|
||||
(completing-read "Commit: " (split-string id "\n" t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue