"Jon Smirl" <jonsmirl@gmail.com> wrote:[...] [...] StGIT is meant for keeping a clean history but with the big disadvantage that this history is volatile. A solution is for the other developers to use StGIT or just git-rebase so that they always have the same base (volatile) history and keep their patches on top of yours. A 2nd approach is to use topic branches rather than StGIT patches but you might lose some flexibility. Yet another approach (which I used) is to keep a public branch (can be maintained by StGIT) where the history doesn't change and a devel volatile branch. When I modify some patches and they are ready for publishing, switch to the public branch and cherry-pick them (stg pick) from the devel branch. Because this is done with a three-way merge in StGIT, you will only get the new changes rather than the full patch. You need to change the patch message (as it is that of the original patch) to describe the specific changes and run 'stg refresh && stg commit' to store it into the immutable history (well, there is an 'uncommit' command as well if something goes wrong). -- Catalin - 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-rc8 |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Tejun Heo | [PATCHSET 2.6.23-rc1] sysfs: locking fix and cleanups, take #2 |
| Avi Kivity | [PATCH 041/104] KVM: Don't assign vcpu->cr3 if it's invalid: check first, set last |
git: | |
| Shawn O. Pearce | Re: [RFC] Git config file reader in Perl (WIP) |
| Junio C Hamano | Re: [ANNOUNCE] GIT 1.5.3-rc4 |
| Petr Baudis | [ANNOUNCE] Git wiki |
| Alexandre Julliard | Re: [PATCH/POLL] git-format-patch: the default suffix is now .patch, not .txt |
| Richard Stallman | Real men don't attack straw men |
| Richard Wilson | OpenBSD in the webcomic XKCD |
| Samuel Proulx | OpenBSD Sound |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Alexey Dobriyan | Re: [GIT]: Networking |
| Roland Dreier | Re: [RFC][PATCH 1/1] cxgb3i: cxgb3 iSCSI initiator |
| Herbert Xu | Re: [RFC][PATCH] Fixing SA/SP dumps on netlink/af_key |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
