Jiang Xin [off-list ref] writes:
Junio C Hamano [off-list ref] 于2021年1月16日周六 上午9:02写道:
quoted
* jx/bundle (2021-01-11) 3 commits
(merged to 'next' on 2021-01-14 at 749a907dd2)
+ bundle: arguments can be read from stdin
+ bundle: lost objects when removing duplicate pendings
+ test: add helper functions for git-bundle
"git bundle" learns "--stdin" option to read its refs from the
standard input. Also, it now does not lose refs whey thy point at
the same object.
s/whey thy/when they/
Thanks.