Cc: J. Bruce Fields <bfields@...>, Steffen Prohaska <prohaska@...>, Johannes Schindelin <Johannes.Schindelin@...>, Jakub Narebski <jnareb@...>, Federico Mena Quintero <federico@...>, <git@...>
On Wed, Oct 24, 2007 at 11:54:49PM +0200, Andreas Ericsson wrote:
If I run git pull <remote> and have a auto-merge setup, I would merge the
remote side into my local branch. Then doing
gitk ORIG_HEAD..
does the trick for to review what got added _and_ merged into my local
branch. I can't use this for other local branches not checked out. And as
I normally want to merge, your suggested behaviour is fine with me *IFF*
it is configurable _per_ branch.
I aggree. And thats why I think your autofastforward should be set to
"false" per default, so that the distinction between local and remote
branches would still be clearly defined. Changing this would confuse new
users a lot more, me thinks.
But having the option for power users sounds fine!
Thats exactlcy what I had in mind. Maybe and a
[core]
global_autofastforward = true
so you could have a sane default for every branch which is missing the
autofastforward statement. (or make it per [remote "foo"] ?)
I'm not so sure about that.
-Peter
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html