Re: [PATCH] make 'git add' a first class user friendly interface to the index

From: Alan Chandler <alan@chandlerfamily.org.uk>
Date: 2006-12-02 11:18:32
On Friday 01 December 2006 22:31, Junio C Hamano wrote:
> Nicolas Pitre <nico@cam.org> writes:
...
>
> > +Contrary to other SCMs, with GIT you have to explicitly "add" all the
> > +changed file content you want to commit together to form a changeset
> > +with the 'add' command before using the 'commit' command.
>
> ... "before a new commit is made"; it is not an offence to leave
> local changes outside the index.  Staging such changes to all
> files is done using the "-a" flag and that is done "before a new
> commit is made", but not "before using the 'commit' command" --
> it is done at the same time.

How about

Contrary to other SCM's, with GIT you have to explicitly "add" the content 
that you want to commit before it is made; it is not an offence to leave 
changes outside the index if you want to leave them to a later commit.  
However if you do want all changes from your working tree to be added to the 
commit before it is made use the "-a" flag with the commit command and the 
content will be added just before the commit is made.


-- 
Alan Chandler
http://www.chandlerfamily.org.uk
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Sat Dec 02 11:18:41 2006

This archive was generated by hypermail 2.1.8 : 2006-12-02 11:19:55 EST