Skip to content

Commit

Permalink
Merge pull request #5 from ninjudd/master
Browse files Browse the repository at this point in the history
git 1.7.10 include directive and Local GitHub Config
  • Loading branch information
sigma committed Apr 17, 2012
2 parents 3e56bf4 + 78ca13d commit 4a50edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-common.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
(substring string 0 (- (length string) 1))))) (substring string 0 (- (length string) 1)))))
(git (executable-find "git"))) (git (executable-find "git")))
(funcall strip (shell-command-to-string (funcall strip (shell-command-to-string
(concat git " config --global github." key))))) (concat git " config github." key)))))


(defun gh-set-config (key value) (defun gh-set-config (key value)
"Sets a GitHub specific value to the global Git config." "Sets a GitHub specific value to the global Git config."
Expand Down

0 comments on commit 4a50edb

Please sign in to comment.