]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jx/bundle'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2021 22:19:19 +0000 (14:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2021 22:19:19 +0000 (14:19 -0800)
commit8b48981987956d7cb10c5d7cddbf08d5837bc753
tree0ff61198ba641413b4da841c5c76386850048b02
parent42342b3ee6223201c92493043b78cc79b555abdc
parent5bb0fd2cab5a18bc188c8154097857f51a0e9feb
Merge branch 'jx/bundle'

"git bundle" learns "--stdin" option to read its refs from the
standard input.  Also, it now does not lose refs whey they point
at the same object.

* jx/bundle:
  bundle: arguments can be read from stdin
  bundle: lost objects when removing duplicate pendings
  test: add helper functions for git-bundle
t/t5510-fetch.sh
t/t5607-clone-bundle.sh