From: Jeff Hostetler <git@jeffhostetler.com>
To: git@vger.kernel.org
Cc: gitster@pobox.com, peff@peff.net,
Jeff Hostetler <jeffhost@microsoft.com>
Subject: [PATCH v4 0/4] Add --no-ahead-behind to status
Date: Mon, 8 Jan 2018 15:48:18 +0000 [thread overview]
Message-ID: <20180108154822.54829-1-git@jeffhostetler.com> (raw)
From: Jeff Hostetler <jeffhost@microsoft.com>
This is version 4 of my patch series to avoid expensive ahead/behind
calculations in status. This version removes the last commit containing
the experimental config setting. And removes the undefined return values
for the nr_ahead/nr_behind arguments as discussed on the mailing list.
This version does not address "git branch -vv", but that requires
passing data across the for-each-ref barrier and that seemed beyond
the scope of this task.
Jeff Hostetler (4):
stat_tracking_info: return +1 when branches not equal
status: add --[no-]ahead-behind to status and commit for V2 format.
status: update short status to respect --no-ahead-behind
status: support --no-ahead-behind in long format
Documentation/config.txt | 6 ++++
Documentation/git-status.txt | 5 +++
builtin/checkout.c | 2 +-
builtin/commit.c | 18 ++++++++++-
ref-filter.c | 8 ++---
remote.c | 50 ++++++++++++++++++++----------
remote.h | 12 ++++++--
t/t6040-tracking-info.sh | 73 ++++++++++++++++++++++++++++++++++++++++++++
t/t7064-wtstatus-pv2.sh | 69 +++++++++++++++++++++++++++++++++++++++++
wt-status.c | 41 +++++++++++++++++--------
wt-status.h | 2 ++
11 files changed, 250 insertions(+), 36 deletions(-)
--
2.9.3
next reply other threads:[~2018-01-08 15:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-08 15:48 Jeff Hostetler [this message]
2018-01-08 15:48 ` [PATCH v4 1/4] stat_tracking_info: return +1 when branches not equal Jeff Hostetler
2018-01-08 15:48 ` [PATCH v4 2/4] status: add --[no-]ahead-behind to status and commit for V2 format Jeff Hostetler
2018-01-08 15:48 ` [PATCH v4 3/4] status: update short status to respect --no-ahead-behind Jeff Hostetler
2018-01-08 15:48 ` [PATCH v4 4/4] status: support --no-ahead-behind in long format Jeff Hostetler
2018-01-08 19:49 ` [PATCH v4 0/4] Add --no-ahead-behind to status Ben Peart
2018-01-08 20:04 ` Jeff Hostetler
2018-01-09 7:20 ` Jeff King
2018-01-09 13:15 ` Johannes Schindelin
2018-01-09 14:29 ` Derrick Stolee
2018-01-09 14:56 ` Jeff Hostetler
2018-01-09 16:48 ` Johannes Schindelin
2018-01-10 7:47 ` Jeff King
2018-01-10 20:22 ` Junio C Hamano
2018-01-11 9:39 ` Jeff King
2018-01-10 7:41 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180108154822.54829-1-git@jeffhostetler.com \
--to=git@jeffhostetler.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jeffhost@microsoft.com \
--cc=peff@peff.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).