On 2008.07.23 15:05:18 +0200, Ingo Molnar wrote:Not yet in any release (AFAICT), but with git.git master, you could use: for B in $(git branch --no-merged); do git-merge $B; done Or with earlier versions, this should work, but it's a lot slower: for B in $(git branch | cut -c3- ); do [[ -n "$(git rev-list -1 HEAD..$B)" ]] && git merge $B; done Björn -- 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 Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Andy Whitcroft | clam |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
