From: Junio C Hamano Date: Thu, 8 Mar 2018 20:36:24 +0000 (-0800) Subject: Merge branch 'jh/status-no-ahead-behind' X-Git-Tag: v2.17.0-rc0~30 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4094e47fd2c49fcdbd0152d20ed4d610d72680d7?hp=4094e47fd2c49fcdbd0152d20ed4d610d72680d7 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 ---