]> Kevux Git Server - rit/commit
status: clarify how status.compareBranches deduplicates
authorHarald Nordgren <haraldnordgren@gmail.com>
Wed, 4 Mar 2026 12:25:31 +0000 (12:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2026 18:13:33 +0000 (10:13 -0800)
commit68791d7506aa39da7c98de4143cac09cc93fc404
treea2ef9399e9254382a8323fbb391d302115ecaf23
parent3ea95ac9c5a8ac60702b157153498453afe7ab3b
status: clarify how status.compareBranches deduplicates

The order of output when multiple branches are specified on the
configuration variable was not clearly spelled out in the
documentation.

Add a paragraph to describe the order and also how the branches are
deduplicated.  Update t6040 with additional tests to illustrate how
multiple branches are shown and deduplicated.

Signed-off-by: Harald Nordgren <haraldnordgren@gmail.com>
[jc: made a whole replacement into incremental; wrote log message.]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/status.adoc
t/t6040-tracking-info.sh