On Fri, Oct 15, 2010 at 01:43:02PM -0500, Jonathan Nieder wrote: > Neal Kreitzinger wrote: > > > However, there is an option in git-commit to copy files directly from the > > working-tree to the object-store by totally bypassing the index > > What option is this? I thought "git commit --include" added content > to the index. git commit -o|--only, which is the same as "git commit <paths>". Of course it still uses an index, to create the tree, but it uses a temporary one based on HEAD instead of the current index contents. -Peff -- 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