[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git push/pull
From: |
Fabian Ezequiel Gallina |
Subject: |
Re: git push/pull |
Date: |
Sun, 6 Dec 2009 00:12:53 -0300 |
2009/12/5 Stefan Monnier <address@hidden>:
>> I love vc, the thing is I always wanted the hability to do git
>> push/pull from vc directly. So today I decided to implement it.
>
> That's great, thank you.
>
>> Below is the code, I sure there is a lot of room for improvement since
>> I consider an Emacs LISP newbie myself, but I guess is a good starting
>> point for a better implementation.
>
> I'll let git users decide whether they like your specific choices, but
> what I'd want on my side is to add support for it directly in vc.el
> (i.e. have `vc-push' and `vc-pull' commands which then delegate the
> core of the work to the backends. You don't have to implement any
> other backend than Git).
>
I understand, while looking at the code of vc.el I found "deal with
push/pull operations" inside the TODO. I just added vc-git-pull and
vc-git-push based on the fact I saw vc-hg-pull and vc-hg-push already
implemented in vc-hg.el.
I'll study a little how vc works and see if I can implement a generic
vc-pull/push if nobody else can work on it.
Best Regards,
--
Fabián E. Gallina
http://www.from-the-cloud.com
- git push/pull [was: support for bzr shelve/unshelve in vc-dir], Fabian Ezequiel Gallina, 2009/12/05
- Re: git push/pull [was: support for bzr shelve/unshelve in vc-dir], Andreas Schwab, 2009/12/05
- Re: git push/pull, Stefan Monnier, 2009/12/05
- Re: git push/pull,
Fabian Ezequiel Gallina <=
- Re: git push/pull, Fabian Ezequiel Gallina, 2009/12/06
- Re: git push/pull, Stefan Monnier, 2009/12/07
- Re: git push/pull, Fabian Ezequiel Gallina, 2009/12/09