* small merge tool for temporary merges
@ 2008-08-03 16:34 Marc Weber
2008-08-03 16:58 ` Petr Baudis
2008-08-10 10:46 ` Jakub Narebski
0 siblings, 2 replies; 3+ messages in thread
From: Marc Weber @ 2008-08-03 16:34 UTC (permalink / raw)
To: git
Hi at all,
I'd like to announce the exisntance of my small git test merge tool.
After reading
Linux kernel mailing list may remember that Linus complained about such
too frequent test merges when a subsystem maintainer asked to pull from
a branch full of "useless merges"
in the man page of git-rerere I had to start it..
$ git clone git://mawercer.de/git-test-merge
============= =======================================================
small HOWTO:
$ alias gtm=git-test-merge
$ gtm h # show the help
$ gtm s mytestmerge branch{1,2} # define testmerge "mytestmerge" which is formed by merging branch1 and branch2
$ gtm u mytestmerge # merge first using octopus, if it fails merge with
# the previous merge result with next branch until
# no branches are left to merge
If the merge fails you can resolve the conflicts and run
$ gtm c # you don't have to git-add the resolved files, will be done by the script
I hope its useful for you as well. If you have patches you may push them
instantly.
If it's obsolete because there is a better tool I appreciat you pointing
me to it
Sincerly
Marc Weber
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: small merge tool for temporary merges
2008-08-03 16:34 small merge tool for temporary merges Marc Weber
@ 2008-08-03 16:58 ` Petr Baudis
2008-08-10 10:46 ` Jakub Narebski
1 sibling, 0 replies; 3+ messages in thread
From: Petr Baudis @ 2008-08-03 16:58 UTC (permalink / raw)
To: Marc Weber; +Cc: git
Hi,
On Sun, Aug 03, 2008 at 06:34:15PM +0200, Marc Weber wrote:
> I'd like to announce the exisntance of my small git test merge tool.
>
> After reading
> Linux kernel mailing list may remember that Linus complained about such
> too frequent test merges when a subsystem maintainer asked to pull from
> a branch full of "useless merges"
> in the man page of git-rerere I had to start it..
>
> $ git clone git://mawercer.de/git-test-merge
for the mildly curious ones, your friendly gitweb provider service
offers
http://repo.or.cz/w/git-test-merge.git
Petr "Pasky" Baudis
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: small merge tool for temporary merges
2008-08-03 16:34 small merge tool for temporary merges Marc Weber
2008-08-03 16:58 ` Petr Baudis
@ 2008-08-10 10:46 ` Jakub Narebski
1 sibling, 0 replies; 3+ messages in thread
From: Jakub Narebski @ 2008-08-10 10:46 UTC (permalink / raw)
To: Marc Weber; +Cc: git
Marc Weber <marco-oweber@gmx.de> writes:
> I'd like to announce the exisntance of my small git test merge tool.
>
> After reading
> Linux kernel mailing list may remember that Linus complained about such
> too frequent test merges when a subsystem maintainer asked to pull from
> a branch full of "useless merges"
> in the man page of git-rerere I had to start it..
Could you add it to http://git.or.cz/gitwiki/InterfacesFrontendsAndTools
when you feel it is ready (for example using '/bin/bash' or something
like that in the she-bang (#!) line)? TIA.
--
Jakub Narebski
Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-10 10:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-03 16:34 small merge tool for temporary merges Marc Weber
2008-08-03 16:58 ` Petr Baudis
2008-08-10 10:46 ` Jakub Narebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).