mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
pull: Don't prepend "origin/" to branch names.
This is a followup to 37a6cdbf1b
.
* guix/scripts/pull.scm (%options): Don't prepend "origin/" to branch
names.
This commit is contained in:
parent
21b41a79fe
commit
60029204ee
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ (define %options
|
|||
(alist-cons 'ref `(commit . ,arg) result)))
|
||||
(option '("branch") #t #f
|
||||
(lambda (opt name arg result)
|
||||
(alist-cons 'ref `(branch . ,(string-append "origin/" arg))
|
||||
result)))
|
||||
(alist-cons 'ref `(branch . ,arg) result)))
|
||||
(option '(#\p "profile") #t #f
|
||||
(lambda (opt name arg result)
|
||||
(alist-cons 'profile (canonicalize-profile arg)
|
||||
|
|
Loading…
Reference in a new issue