]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rj/bundle-ui-updates'
authorJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:36 +0000 (09:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:36 +0000 (09:04 -0800)
"git bundle" has been taught to use the parse options API.  "git
bundle verify" learned "--quiet" and "git bundle create" learned
options to control the progress output.

* rj/bundle-ui-updates:
  bundle-verify: add --quiet
  bundle-create: progress output control
  bundle: framework for options before bundle file


Trivial merge