On Wed, 25 Jun 2008 at 11:31am -0400, Rhodes, Kate wrote: > I know ls-files is the tool I need but I haven't been able to figure out what > combination of options will give me the files that have been added to the > index. > > -Kate Have you tried "git status" ? It will output something similar to the following: # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: somefile # # Changed but not updated: # (use "git add <file>..." to update what will be committed) # # modified: anotherfile # -- Ian Hilt Ian.Hilt (at) gmx.com GnuPG key: 0x4AFC1EE3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html