On 21 Sep 2012, Stephen J. Turnbull stated:
gyre(a)kop.org writes:
> What would you consider the best package to use git from within
> XEmacs?
M-! and M-x shell :-)
Seriously, magit seems to have the most vociferous fans, but I haven't
set it up personally yet, because I really do find git quite usable
just from XEmacs's command-line facilities.
Git is extremely usable just from the command line, but with magit
working you can do things like routinely and easily stage changes hunk
by hunk, which is really quite annoying using git add -p. That's
probably its most killer feature, to me (well, that and the equivalent
of easy 'git status' output so it's very hard to forget to 'git add'
something new).
I wouldn't go so far as to say I couldn't work without magit, but it is
very nice to have.
vc.el is a good choice if you are using git because you have to, not
because you want to. :-) But it doesn't provide that great an
interface to the advanced stuff that git does. (AFAIK that's true for
Emacs's version.
Definitely. vc.el is just a bad conceptual fit for modern whole-tree
version control systems, in my view -- it works well for VCing single
files, but it was really designed for SCCS/RCS, and shows it.
--
NULL && (void)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta