Aaron Bentley <aaron.bentley@utoronto.ca> wrote:But this only works when the URL is public. In Git I can just lookup the unique SHA1 for a revision in my private repository and toss it into an email with a quick copy and paste. With Bazaar it sounds like I'd have to do that relative to some known public repository, which just sounds like more work to me. But I don't want to see this otherwise interesting thread devolve into a "we do X better!" match so I'm not going to say anything further here. Git has two approaches: - merge: The two independent lines of development are merged together under a new single graph node. This is a merge commit and has two parent pointers, one for each independent line of development which was combined into one. Up to 16 independent lines can be merged at once, though 12 is the record. - rebase: The commits from one line of development are replayed onto a totally different line of development. This is often used to reapply your changes onto the upstream branch after the upstream has changed but before you send your changes upstream. It can often generate more readable commit history. I believe what you are talking about in Bazaar is the former (merge) while what Jakub was talking about was the latter (rebase). I'm believe you nailed what Jakub was talking about on the head. And yes, I noticed its in your matrix but its not very clear. I think that some additional explanation there may help other readers. -- Shawn. - 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
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| debian developer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Vu Pham | Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel |
| Adrian Bunk | Re: Linux 2.6.21 |
git: | |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Radu Rendec | Endianness problem with u32 classifier hash masks |
| Benjamin Herrenschmidt | [PATCH 0/11] ibm_newemac: Candidate patches for 2.6.25 |
