On Mon, May 14, 2007 at 02:50:22AM +0200, Jakub Narebski wrote: > -'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--] <file>... > +'git-add' [-n] [-v] [-f] [--] <file>... > +'git-add' [-n] [-v] [-f] -u [[--] <file>...] > +'git-add' (--interactive | -i) I don't see the point in splitting -u out as its own separate "mode" of operation. To me it's conceptually a flag that says "don't add untracked files, and remove deleted files". But I don't have a strong opinion (and certainly splitting out -i makes sense). -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