]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/status-aheadbehind'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:46 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:46 +0000 (15:25 -0700)
commit34186225b3ca3109586fd63ee83aeea342dc668e
tree826261c151c2a760c2aebaa7a681eff170c32352
parent2fff5094426c783ddedb79de588eb85647baa8f0
parentfb4db1a298b75536a861485bda27e3f1e098d6f6
Merge branch 'jh/status-aheadbehind'

"git status" can be told a non-standard default value for the
"--[no-]ahead-behind" option with a new configuration variable
status.aheadBehind.

* jh/status-aheadbehind:
  status: ignore status.aheadbehind in porcelain formats
  status: warn when a/b calculation takes too long
  status: add status.aheadbehind setting
Documentation/config/advice.txt
advice.c
builtin/commit.c
wt-status.c