> Make git mode for Emacs full featured git GUI, and not only commit
> tool, following ideas of PCL-CVS... and its limitation. Existing is
> today git.el, which is very limited in features, and DVC
> (
http://download.gna.org/dvc), which still doesn't take full advantage
> of Git's capabilities. Merging git.el and DVC would probably be a good
> start. Other git GUIs, like git-gui, gitk, qgit, tig could also be
> inspiration for features.
>
> Goal: Allow creating and switching branches, examining history,
> merging, fetching etc. from withing Emacs. Should include modes for
> git config file format and format-patch patches.