You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, you're right. For now, I think we're good since I have everything set up on my computer. I created #139 to further discuss it. Travis seems to support OSX VMs but I never try it.
I'm starting to convert the git layer to read directly from files in the
.git
dir instead of shelling out togit
, e.g., https://github.com/jingweno/gh/blob/pull_in_cucumber_tests/git/git.go#L87-L89. This'll improve performance by reducing the number of shell out calls.I know
libgit2
is trying to do something similar and it'd be interesting to see if we could make use of https://github.com/libgit2/git2go.This task is not in high priority.
/cc @calavera @technoweenie
The text was updated successfully, but these errors were encountered: