git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH] git-branch: default to --track
@ 2007-07-06 21:54 Johannes Schindelin
  2007-07-08  8:59 ` Junio C Hamano
  0 siblings, 1 reply; 23+ messages in thread
From: Johannes Schindelin @ 2007-07-06 21:54 UTC (permalink / raw)
  To: git, gitster


"git branch --track" will setup config variables when branching from 
a remote branch, so that if you say "git pull" while being on that
branch, it automatically fetches the correct remote, and merges the
correct branch.

Often people complain that this is not the default for "git branch". 
Make it so.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>

---

	With 1.5.3 knocking at the door, maybe it is too late to include
	this. However, I am in favour of changing the default behaviour
	here.

 builtin-branch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin-branch.c b/builtin-branch.c
index ae450b0..507b47c 100644
--- a/builtin-branch.c
+++ b/builtin-branch.c
@@ -22,7 +22,7 @@ static const char builtin_branch_usage[] =
 static const char *head;
 static unsigned char head_sha1[20];
 
-static int branch_track_remotes;
+static int branch_track_remotes = 1;
 
 static int branch_use_color;
 static char branch_colors[][COLOR_MAXLEN] = {

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

end of thread, other threads:[~2007-07-10 21:09 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06 21:54 [RFC/PATCH] git-branch: default to --track Johannes Schindelin
2007-07-08  8:59 ` Junio C Hamano
2007-07-08 12:41   ` [PATCH] branch.autosetupmerge: allow boolean values, or "all" Johannes Schindelin
2007-07-08 18:41     ` Junio C Hamano
2007-07-08 19:15       ` Johannes Schindelin
2007-07-09  1:59       ` Paolo Bonzini
2007-07-09  2:27         ` Junio C Hamano
2007-07-09 11:35           ` [PATCH] branch --track: code cleanup and saner handling of local branches Johannes Schindelin
2007-07-09 21:05             ` Junio C Hamano
2007-07-09 21:05               ` Johannes Schindelin
2007-07-09 22:01                 ` Junio C Hamano
2007-07-10  3:02                   ` [PATCH 1/2] Add for_each_remote() function, and extend remote_find_tracking() Johannes Schindelin
2007-07-10  3:55                     ` Daniel Barkalow
2007-07-10 14:11                       ` Johannes Schindelin
2007-07-10  5:07                     ` Junio C Hamano
2007-07-10  5:23                       ` Daniel Barkalow
2007-07-10 17:48                       ` [PATCH v2 " Johannes Schindelin
2007-07-10 18:38                         ` Junio C Hamano
2007-07-10 19:28                           ` Johannes Schindelin
2007-07-10 21:09                           ` Daniel Barkalow
2007-07-10 17:50                       ` [PATCH v2 2/2] branch --track: code cleanup and saner handling of local branches Johannes Schindelin
2007-07-10  3:05                   ` [PATCH " Johannes Schindelin
2007-07-09 11:28         ` [PATCH] branch.autosetupmerge: allow boolean values, or "all" Johannes Schindelin

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