From: Jiang Xin <zhiyou.jx@xxxxxxxxxxxxxxx> Introduce two improvements for git-bundle + Commit "bundle: lost objects when removing duplicate pendings", which fixes command like: $ git bundle create <file> 'master^!' + Commits "bundle: arguments can be read from stdin", which add "--stdin" option support for git-bundle, like: $ git bundle create <file> <input ## Changes since v4 + New patch 1: Add helper functions in 't/test-bundle-functions.sh' for git-bundle. + Move t/t6020 to patch 1. -- Jiang Xin (3): test: add helper functions for git-bundle bundle: lost objects when removing duplicate pendings bundle: arguments can be read from stdin bundle.c | 109 +++++---- object.c | 10 +- t/t5510-fetch.sh | 26 +-- t/t5607-clone-bundle.sh | 4 +- t/t6020-bundle-misc.sh | 465 +++++++++++++++++++++++++++++++++++++ t/test-bundle-functions.sh | 47 ++++ 6 files changed, 583 insertions(+), 78 deletions(-) create mode 100755 t/t6020-bundle-misc.sh create mode 100644 t/test-bundle-functions.sh -- 2.30.0.2.g06d2f50715