git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Jeremy Maitin-Shepard <jbms@cmu.edu>
To: tsgatesv <tsgatesv@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Yet another "emacs-git" mode on emacs
Date: Mon, 24 Mar 2008 13:05:52 -0400	[thread overview]
Message-ID: <87myoot5lb.fsf@jeremyms.com> (raw)
In-Reply-To: <1206363318.8927.28.camel@prosummer> (tsgatesv@gmail.com's message of "Mon, 24 Mar 2008 21:55:18 +0900")

One thing that stood out in your guided tour is the "Commit with an
automatically generated log message" if there are files not "up to date"
(which I guess means index does not match HEAD, OR working dir does not
match index).  It seems that this is almost certainly a bad feature to
have.

More generally, it seems that your package does not have the right
conceptual organization with respect to the index.  (The lack of the
word index in the guided tour document provides strong evidence of
this.)

Git is in many ways much more powerful than other version control
systems, but much of this power comes from having a more complicated
conceptual framework (in particular, it has the concept of the index,
which seems to be fairly unique to git).  In designing an Emacs UI for
git that can support all of its functionality, the same conceptual
organization must be used as git itself has.

-- 
Jeremy Maitin-Shepard

  parent reply	other threads:[~2008-03-24 17:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-24 12:55 Yet another "emacs-git" mode on emacs tsgatesv
2008-03-24 14:50 ` Junichi Uekawa
2008-03-24 17:05 ` Jeremy Maitin-Shepard [this message]
2008-04-01 19:28 ` Michael Olson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87myoot5lb.fsf@jeremyms.com \
    --to=jbms@cmu.edu \
    --cc=git@vger.kernel.org \
    --cc=tsgatesv@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).