This is the first part of the grand add/commit unification. It makes the use of -u,-a,-A and the long names uniform across add and commit, breaking only "commit --all" (by renaming it). It comes before Jeff's series from p^3u which refactors add/commit and implements "commit -A". Michael J Gruber (3): git-add: make -A description clearer vs. -u git-commit: rename --all to --track git-add: rename -u to -a Documentation/git-add.txt | 8 ++++---- Documentation/git-commit.txt | 2 +- Documentation/git-rm.txt | 2 +- Documentation/gitattributes.txt | 4 ++-- builtin/add.c | 7 ++++--- builtin/commit.c | 12 ++++++------ t/t1511-rev-parse-caret.sh | 2 +- t/t2200-add-update.sh | 26 +++++++++++++------------- t/t2201-add-update-typechange.sh | 6 +++--- t/t2203-add-intent.sh | 2 +- t/t3030-merge-recursive.sh | 2 +- t/t3415-rebase-autosquash.sh | 16 ++++++++-------- t/t4037-diff-r-t-dirs.sh | 2 +- t/t6022-merge-rename.sh | 2 +- t/t6036-recursive-corner-cases.sh | 2 +- 15 files changed, 48 insertions(+), 47 deletions(-) -- 1.7.4.1.224.gefc87 -- 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