Jan Hudec wrote:In git you can backup your work on temporary branch; besides there is git commit --amend to correct last commit. That is why before sending patch series based on some feature branch, you should at least rebase the branch on top of current work, to ensure that the series would apply cleanly. If feature branch/patch series needs cleanup (going from "answer" to "solution" http://lkml.org/lkml/2005/4/7/176), i.e. patch (commit) reordering, joining two patches into one, patch splitting, you can use git-cherry-pick, git-cherry-pick --no-commit and git commit --amend combination, or git-format-patch, patch editing and reordering, and git-am. Or just use StGit or pg. -- Jakub Narebski Poland - 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
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Andrew Morton | -mm merge plans for 2.6.23 |
| Greg Kroah-Hartman | [PATCH 025/196] paride: Convert from class_device to device for block/paride |
| Henrique de Moraes Holschuh | [RFC] rfkill class rework |
git: | |
| Gerrit Renker | [PATCH 05/37] dccp: Cleanup routines for feature negotiation |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Johann Baudy | Packet mmap: TX RING and zero copy |
| David Miller | [GIT]: Networking |
