emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git push/pull


From: Stefan Monnier
Subject: Re: git push/pull
Date: Sat, 05 Dec 2009 11:15:53 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> 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).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]