Re: git pull and merging.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Aneesh Kumar K.V
Date: Wednesday, December 6, 2006 - 11:46 pm

Josef Weidendorfer wrote:



this means the remote reference is refs/heads/devel and local tracking branch for that is refs/remotes/origin/devel.






That will be merged is the tricky part. 




This is most confusing part. What merge indicate is not about refs/heads/devel
should track refs/remotes/origin/devel. That is specfied in the remote config option.

What merge indicate is that when in a local branch ( not the tracking one under remotes/origin)
which branch from remote need to be used to merge to the local branch.






I guess we need to have a standard way of saying the branches. 

May be we want to document it in repo-config.

local branch on which changes can be made <branch-name>
local tracking branch refs/remotes/<remote-name>/<branch-name>
remote branch refs/heads/<branch-name>


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