Hi, The first patch adds subcommands for the 'git stage' command; add, reset, diff, rm, apply. By default the add command is used, so 'git stage $file' remains the same. The second patch adds the incredibly useful 'git stage edit' command. Felipe Contreras (2): Add proper 'stage' command stage: add edit command Documentation/git-stage.txt | 50 +++++++++++-- Makefile | 2 +- builtin.h | 1 + builtin/stage.c | 126 +++++++++++++++++++++++++++++++++ contrib/completion/git-completion.bash | 26 ++++++- git.c | 2 +- 6 files changed, 199 insertions(+), 8 deletions(-) create mode 100644 builtin/stage.c -- 1.8.4-fc -- 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