This feature was missing, and made it cumbersome for third-party tools to reset a lot of paths in one go. Support for --stdin has been added, following builtin/checkout-index.c's example. Johannes Schindelin (2): reset: fix usage reset: support the --stdin option Documentation/git-reset.txt | 10 +++++++- builtin/reset.c | 56 +++++++++++++++++++++++++++++++++++++++++++-- t/t7107-reset-stdin.sh | 33 ++++++++++++++++++++++++++ 3 files changed, 96 insertions(+), 3 deletions(-) create mode 100755 t/t7107-reset-stdin.sh base-commit: 8a36cd87b7c85a651ab388d403629865ffa3ba0d Published-As: https://github.com/dscho/git/releases/tag/reset-stdin-v1 Fetch-It-Via: git fetch https://github.com/dscho/git reset-stdin-v1 -- 2.10.1.513.g00ef6dd