Skip to content

Commit

Permalink
Fix: Config option hub.forkrepo was ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Marenz authored and leandro-lucarella-sociomantic committed Oct 26, 2015
1 parent b84a914 commit a1219e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-hub
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ class PullUtil (IssueUtil):
"use --create-branch to specify one")
base = args.base or cls.tracking_branch(head_name) or \
config.pullbase
gh_head = config.username + ':' + remote_head
gh_head = config.forkrepo.split('/')[0] + ':' + remote_head
return head_ref, head_name, remote_head, base, gh_head

# `git hub pull` command implementation
Expand Down

0 comments on commit a1219e9

Please sign in to comment.