]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/status-no-ahead-behind'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:24 +0000 (12:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:24 +0000 (12:36 -0800)
commit4094e47fd2c49fcdbd0152d20ed4d610d72680d7
tree6f444715c2f37cf75953f4df436b6adda1483357
parentc710d182ea6d3846f6f2dc6f1b6c7dbd35c2fce8
parentf39a757dd93488103dde76e992a75edf2d772b62
Merge branch 'jh/status-no-ahead-behind'

"git status" can spend a lot of cycles to compute the relation
between the current branch and its upstream, which can now be
disabled with "--no-ahead-behind" option.

* jh/status-no-ahead-behind:
  status: support --no-ahead-behind in long format
  status: update short status to respect --no-ahead-behind
  status: add --[no-]ahead-behind to status and commit for V2 format.
  stat_tracking_info: return +1 when branches not equal
Documentation/git-status.txt
builtin/checkout.c
builtin/commit.c
ref-filter.c
remote.c
remote.h
wt-status.c
wt-status.h