Merge branch 'jk/push-progress'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2016 22:10:27 +0000 (15:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2016 22:10:28 +0000 (15:10 -0700)
commita58a8e3f7156dadd5d5e9643168545ff057c111a
treed84a0f05f8f66b1bcd471ceedb11d0e156e5c5c3
parent67b3a5d4c084c3f579205a07b65169e742d39c02
parent83558686ceaeb634b630d5177818d571cafafbf4
Merge branch 'jk/push-progress'

"git push" and "git clone" learned to give better progress meters
to the end user who is waiting on the terminal.

* jk/push-progress:
  receive-pack: send keepalives during quiet periods
  receive-pack: turn on connectivity progress
  receive-pack: relay connectivity errors to sideband
  receive-pack: turn on index-pack resolving progress
  index-pack: add flag for showing delta-resolution progress
  clone: use a real progress meter for connectivity check
  check_connected: add progress flag
  check_connected: relay errors to alternate descriptor
  check_everything_connected: use a struct with named options
  check_everything_connected: convert to argv_array
  rev-list: add optional progress reporting
  check_everything_connected: always pass --quiet to rev-list
Documentation/config.txt
builtin/fetch.c
builtin/index-pack.c
builtin/receive-pack.c