This series adds a pull.autostash, making 'git pull' a tad bit more usable. It is part of my bigger plan to make 'git pull' just DTRT (via configuration variables) in 90% of the cases. [1/3] and [2/3] are tiny "while we're here" patches. [3/3] is the main patch with tests. Thanks for reading. Ramkumar Ramachandra (3): git-pull.sh: prefer invoking "git <command>" over "git-<command>" t5521 (pull-options): use test_commit() where appropriate git-pull.sh: introduce --[no-]autostash and pull.autostash Documentation/config.txt | 5 ++++ Documentation/git-pull.txt | 7 ++++++ git-pull.sh | 30 +++++++++++++++++++--- t/t5521-pull-options.sh | 63 ++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 99 insertions(+), 6 deletions(-) -- 1.8.2.141.gad203c2.dirty -- 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