Re: git pull and merging.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <junkio@...>
Cc: Aneesh Kumar K.V <aneesh.kumar@...>, Johannes Schindelin <Johannes.Schindelin@...>, <git@...>
Date: Thursday, December 7, 2006 - 6:54 pm

On Thursday 07 December 2006 20:06, you wrote:

Hmm... that's true; actually, I did not thought about people
which do not want to have any tracking branches (again!). So

[remote "repo"]
  url = ...
  fetch = branch1
  fetch = branch2

[branch "mybranch1"]
  remote = repo
  merge = branch1

actually looks fine, and is the only possible way.
But still, this does not work. You have to specify

  merge = refs/heads/branch1

That's confusing (perhaps I can come up with a patch
to allow "branch1" alone).

So probably the best way is to write some more detailed
explanation into the docu ...

Josef
-
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git pull and merging., Aneesh Kumar, (Wed Dec 6, 12:51 am)
Re: git pull and merging., Junio C Hamano, (Wed Dec 6, 1:02 am)
Re: git pull and merging., Aneesh Kumar, (Wed Dec 6, 1:21 am)
Re: git pull and merging., Johannes Schindelin, (Wed Dec 6, 5:26 am)
Re: git pull and merging., Aneesh Kumar, (Wed Dec 6, 6:05 am)
Re: git pull and merging., Josef Weidendorfer, (Wed Dec 6, 12:44 pm)
Re: git pull and merging., Aneesh Kumar K.V, (Thu Dec 7, 2:46 am)
Re: git pull and merging., Josef Weidendorfer, (Thu Dec 7, 7:27 am)
Re: git pull and merging., Junio C Hamano, (Thu Dec 7, 3:06 pm)
Re: git pull and merging., Junio C Hamano, (Thu Dec 7, 7:06 pm)
Re: git pull and merging., , (Thu Dec 7, 10:04 pm)
Re: git pull and merging., Josef Weidendorfer, (Thu Dec 7, 6:54 pm)
Re: git pull and merging., Junio C Hamano, (Fri Dec 8, 3:07 am)
Re: git pull and merging., , (Thu Dec 7, 9:56 pm)
Re: git pull and merging., Josef Weidendorfer, (Fri Dec 8, 1:23 pm)
Re: git pull and merging., , (Fri Dec 8, 4:09 pm)
[PATCH] Add branch.*.localmerge and documentation update, Josef Weidendorfer, (Fri Dec 8, 3:12 pm)
Re: [PATCH] Add branch.*.localmerge and documentation update, Josef Weidendorfer, (Fri Dec 8, 5:39 pm)
Re: [PATCH] Add branch.*.localmerge and documentation update, Josef Weidendorfer, (Fri Dec 8, 6:01 pm)
Re: [PATCH] Add branch.*.localmerge and documentation update, Josef Weidendorfer, (Fri Dec 8, 7:17 pm)
[PATCH] Add branch.*.merge warning and documentation update, Josef Weidendorfer, (Fri Dec 8, 9:28 pm)