Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Stephan Beyer
Date: Thursday, July 3, 2008 - 6:06 pm

Hi again,

Johannes Schindelin wrote:

Funny, a merge with an unknown merge strategy acts somehow like my
proposed --list-strategies (at least on git-merge.sh, haven't checked
on builtin-merge)
But that is just a silly side note.


Well, I've seen that my strategy_check (which is now removed) only
produces a warning, so it had no big effect at all.
So I've tested merge --strategy=hours (to simulate a typo):

-- -- snip paste -- --
Testing:
        git sequencer todotest1

available strategies are: recur recursive octopus resolve stupid ours subtree
Error merging
* FAIL 33: merge multiple branches and --reuse-commit works
-- -- snap paste -- --

That means, with the information that can be seen, a user should easily be
able to fix that, i.e. run git-sequencer --edit and fix the line.

So I accept your period sign now ;-)


Aborting after fixing a lot of conflicts in the sequencer process is
really annoying.  So I've chosen to never abort automatically.
(That was one of the first things that I changed after I first used my
own sequencer for real work and not only test cases.)

Regards,
  Stephan

-- 
Stephan Beyer <s-beyer@gmx.net>, PGP 0x6EDDD207FCC5040F
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Junio C Hamano, (Wed Jul 2, 6:45 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Johannes Schindelin, (Thu Jul 3, 4:03 am)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Stephan Beyer, (Thu Jul 3, 2:09 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Junio C Hamano, (Thu Jul 3, 3:11 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Stephan Beyer, (Thu Jul 3, 3:34 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Stephan Beyer, (Thu Jul 3, 4:33 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Johannes Schindelin, (Thu Jul 3, 4:53 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Stephan Beyer, (Thu Jul 3, 5:38 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Johannes Schindelin, (Thu Jul 3, 6:03 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Stephan Beyer, (Thu Jul 3, 6:06 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Johannes Schindelin, (Thu Jul 3, 6:11 pm)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Stephan Beyer, (Thu Jul 3, 6:53 pm)
[PATCH] Allow cherry-picking root commits, Johannes Schindelin, (Fri Jul 4, 8:19 am)
Re: [PATCH] Allow cherry-picking root commits, Stephan Beyer, (Fri Jul 4, 9:41 am)
Re: [PATCH] Allow cherry-picking root commits, Junio C Hamano, (Sat Jul 5, 6:05 pm)
Re: [PATCH] Allow cherry-picking root commits, Johannes Schindelin, (Sat Jul 5, 6:37 pm)
t3503: Add test case for identical files, Stephan Beyer, (Sun Jul 6, 4:32 am)
Re: [PATCH] Allow cherry-picking root commits, Stephan Beyer, (Sun Jul 6, 4:35 am)
Re: [PATCH] Allow cherry-picking root commits, Johannes Schindelin, (Sun Jul 6, 5:48 am)