Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Adds function call to gitEnv in checkGitDir #7486

Closed
wants to merge 1 commit into from
Closed

Adds function call to gitEnv in checkGitDir #7486

wants to merge 1 commit into from

Conversation

functino
Copy link
Contributor

In checkGitDir when executing git config --get remote.origin.url the gitEnv function is passed to git.whichAndExec instead of the result of that function.

The typo was introduced with this commit: 00ecb61#diff-949ff1cc9c69a73d643a809580064773R84

In checkGitDir when executing `git config --get remote.origin.url` the gitEnv function is passed to git.whichAndExec instead of the result of that function.
@othiym23
Copy link
Contributor

othiym23 commented Mar 2, 2015

Aaaaaaa! Thank you for spotting this! I really wish there were tests that prevented this from going unnoticied, but the existing git tests were hard enough to write as it is. As such, I'm not going to insist on a test for this.

@othiym23
Copy link
Contributor

othiym23 commented Mar 2, 2015

Rebased and landed as c8258f3. Thank you very much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants