On 11/14/05, Petr Baudis <pasky@suse.cz> wrote:Well, if you have a team of 5 working closely, doing commit/update several times a day, soon the following things happen: - everyone has sightly different histories, even if they all have the same tree - in the repo, there are 'update' merges galore. - as soon as you _actually_ have branches, it's really hard to distinguish branch merges from 'same branch update before commit' merges. by replacing the daily/hourly intra-team, self-branch `cg-update` with `cg-fetch && git-rebase` our history makes much more sense _and_ looking at gitk I can see clearly again the interesting merges (ie: merges with other branches). In practice, it's exactly what happens with git's history -- the merges are actually from rebased patches, that's why the history is "readable". does that make sense? cheers, martin - 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
| Linus Torvalds | Linux 2.6.27-rc5 |
| Jared Hulbert | [PATCH 00/10] AXFS: Advanced XIP filesystem |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Linus Torvalds | Linux 2.6.27-rc8 |
git: | |
| David Miller | [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Mark McLoughlin | [PATCH] bridge: make bridge-nf-call-*tables default configurable |
| Gerrit Renker | [PATCH 03/37] dccp: List management for new feature negotiation |
