Jonathan Nieder <jrnieder@xxxxxxxxx> writes: >> Maybe >> --cached could have an alias like --index-only for things to be more >> intuitive as well. >> >> `git rm --index-only somefile` is more understandable than `git rm >> --cached somefile` imho. >> >> Also, in ls-files, --stage could maybe use an alias like --contents >> for it to be more self-explanatory. > > These suggestions also seem sane. The --index-only synonym was throwed around in a handful of discussions in the past. It probably would not hurt, I would say. I do not think "ls-files --contents" makes things any better, though. Until a new user encounters a conflicted state, it might look like that the primary point of "ls-files -s" is to show the object names, but it also is important that it shows the stage numbers. -- 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