Jeff Garzik wrote: > > With the latest git as of this writing, executing > > git commit Makefile stylesheet.xsl > > results in an attempt to commit the above files, and also another file > book.xml. book.xml is modified, but I do not wish to check it in at > this time, so I did not list it as an argument to 'git commit'. > The index has been updated to match the file on disk somehow (perhaps you did 'git add book.xml'?). You can un-mark it with git reset HEAD which is equivalent to git read-tree --reset HEAD so long as you're operating on HEAD. -- Andreas Ericsson andreas.ericsson@op5.se OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 - 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.htmlReceived on Tue Nov 29 10:03:30 2005
This archive was generated by hypermail 2.1.8 : 2005-11-29 10:03:36 EST