dgtized / github-clone.el

Fork and clone Github projects from Emacs
58 stars 14 forks source link

Fork and add remote functions #19

Closed colonelpanic8 closed 8 years ago

colonelpanic8 commented 8 years ago

It seems the functionality provided by this pull request was supposed to be a feature of github-clone, but for some reason or another, it never really came to fruition. Take a look at the detailed commit comments for clarifications about implementations etc.

I believe that I found an issue with gh.el's ability to actually populate the parent and source properties of gh-repo-repo objects, so jumping to the source repository from the original repository may not work as intended until that is resolved. I'll update here once I've filed an issue/submitted a pull request to gh.el.

EDIT: Seems like I was mistaken about gh.el. I think something must have gotten messed up with it as I was developing (and edebugging) some of its functions. Things should be good to go.

colonelpanic8 commented 8 years ago

@dgtized any chance you can take a look at this soon?

dgtized commented 8 years ago

Didn't get a chance to review this in depth, but it looks reasonable and certainly shouldn't break any existing functionality. Thanks for adding this feature!