We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193dfcf commit d90f49dCopy full SHA for d90f49d
magithub-core.el
@@ -405,11 +405,7 @@ See `magithub-features'."
405
406
(defun magithub-source-remote ()
407
"Tries to determine the correct remote to use for issue-tracking."
408
- (let ((curbranch (magit-get-current-branch)))
409
- (or (magit-get "magithub" "proxy")
410
- (magit-get-upstream-remote curbranch)
411
- (magit-get-remote curbranch)
412
- "origin")))
+ (or (magit-get "magithub" "proxy") "origin"))
413
414
(defun magithub-source-repo (&optional required full)
415
"Returns a sparse repository object for the current context.
0 commit comments