From: Jeff Hostetler Date: Tue, 18 Jun 2019 20:21:25 +0000 (-0700) Subject: status: add status.aheadbehind setting X-Git-Tag: v2.23.0-rc0~55^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/06b324c1d71411cdd31da03da9e85b1880ef1c4b?ds=inline;hp=06b324c1d71411cdd31da03da9e85b1880ef1c4b status: add status.aheadbehind setting The --[no-]ahead-behind option was introduced in fd9b544a (status: add --[no-]ahead-behind to status and commit for V2 format, 2018-01-09). This is a necessary change of behavior in repos where the remote tracking branches can move very quickly ahead of the local branches. However, users need to remember to provide the command-line argument every time. Add a new "status.aheadBehind" config setting to change the default behavior of all git status formats. Signed-off-by: Jeff Hostetler Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano ---