From: Junio C Hamano <gitster@pobox.com>
To: Dustin Sallings <dustin@spy.net>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Allow local branching to set up rebase by default.
Date: Thu, 08 May 2008 11:23:39 -0700 [thread overview]
Message-ID: <7v1w4cd590.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <585390AA-289C-4B2F-B851-DD383C6C7A73@spy.net> (Dustin Sallings's message of "Thu, 8 May 2008 10:32:59 -0700")
Dustin Sallings <dustin@spy.net> writes:
>>> + When `never`, rebase is never automatically set to true.
>>> + When `local`, rebase is set to true for tracked branches of
>>> + other local branches.
>>> + When `remote`, rebase is set to true for tracked branches of
>>> + remote branches.
>>> + When `always`, rebase will be set to true for all tracking
>>> + branches.
>>> + This option defaults to never.
>>
>> How does this interact with a similarly named configuration option,
>> autosetupmerge, whose settings can be false, true, and always?
>
> I can direct the user to the autosetupmerge config
> documentation since it also documents the flags that override its
> behavior. Is this acceptable?
Oh, it was not a request to change the description quoted above but a pure
question -- asking for information. "This new configuration variable is
orthogonal and does not interact with the autosetupmerge", "This takes
effect only the other one decides (or --track is given from the command
line) to make it track", etc. were the expected answers. It might not
hurt to insert "(see branch.<name>.autosetupmerge)" before the comma in
"tracks another branch," below, though...
+branch.autosetuprebase::
+ When a new branch is created with `git-branch` or `git-checkout`
+ that tracks another branch, this parameter tells git to set
next prev parent reply other threads:[~2008-05-08 18:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-29 20:49 [PATCH] Allow local branching to set up rebase by default Dustin Sallings
2008-04-29 21:56 ` Jay Soffian
[not found] ` <02471C27-C99D-43E7-BC58-50F2B86ED159@spy.net>
2008-05-07 6:01 ` Dustin Sallings
2008-05-07 15:19 ` Junio C Hamano
2008-05-07 16:22 ` Junio C Hamano
2008-05-08 17:32 ` Dustin Sallings
2008-05-08 18:23 ` Junio C Hamano [this message]
2008-05-08 18:28 ` [PATCH] Allow tracking branches " Dustin Sallings
2008-05-10 18:41 ` Junio C Hamano
2008-05-10 22:36 ` Dustin Sallings
2008-05-10 22:36 ` Dustin Sallings
2008-05-08 18:28 ` [PATCH] Doc: Mention branch.<name>.rebase applies to "git pull" Dustin Sallings
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=7v1w4cd590.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=dustin@spy.net \
--cc=git@vger.kernel.org \
/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).