git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: pull: improve rebase=false documentation
@ 2023-09-14  3:25 Dragan Simic
  2023-09-14 19:00 ` Junio C Hamano
  0 siblings, 1 reply; 8+ messages in thread
From: Dragan Simic @ 2023-09-14  3:25 UTC (permalink / raw)
  To: git

Mention in the documentation that --rebase defaults to false.

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
---
 Documentation/git-pull.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
index 0e14f8b5b2..d28790388e 100644
--- a/Documentation/git-pull.txt
+++ b/Documentation/git-pull.txt
@@ -116,7 +116,8 @@ When set to `merges`, rebase using `git rebase --rebase-merges` so that
 the local merge commits are included in the rebase (see
 linkgit:git-rebase[1] for details).
 +
-When false, merge the upstream branch into the current branch.
+When false, merge the upstream branch into the current branch. This is
+the default.
 +
 When `interactive`, enable the interactive mode of rebase.
 +

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-09-16  2:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14  3:25 [PATCH] doc: pull: improve rebase=false documentation Dragan Simic
2023-09-14 19:00 ` Junio C Hamano
2023-09-14 23:57   ` Linus Arver
2023-09-15  5:59     ` Dragan Simic
2023-09-15 17:43     ` Junio C Hamano
2023-09-15 18:00       ` Junio C Hamano
2023-09-15 21:12       ` Linus Arver
2023-09-16  2:18         ` Dragan Simic

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).