Re: [RFC] git-sequencer.txt

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jakub Narebski
Date: Monday, June 9, 2008 - 9:49 am

Stephan Beyer <s-beyer@gmx.net> writes:


I think that you should think carefully if there would be no troubles
with this way of specifying options.  Perhaps explicit file option
(-F/--file=<file>), or optional '--' separating revisions.  But
perhaps my fears are for nothing, and current proposal is good
solution.


The common '--continue | --skip | --abort' infrastructure is, I think,
one of the most important things about this.  I'd like to have
'--what' (or '--status') option to tell us if we are in the middle of
sequence of oprations, and what this sequence is (rebase, rebase -i,
am, revert, cherry-pick, sequencer <file>,...).



Two comments (as I don't use "git rebase -i", preferring to work with
StGIT, Quilt-like patch management interface).

First, if git-sequencer is to become backbone for cherry-pick,
allowing for example long requested cherry-picking multiple commits
(squasing them or not into single commit), is should be able to use it
also for git-revert.  Thus I'd like to have either "pick -R" or
"revert" command.

Second, about "pick" accepring (I guess) git-cherry-pick options: I
would like to have documentation on '--mainline <parent-number>'
option in git-sequencer manpage, or at lest explicitely mentioned that
it can be used to pick merge commits.  BTW, is "pick --no-commit"
symmetric equivalent^W alternative to "squash"?

-- 
Jakub Narebski
Poland
ShadeHawk on #git
--
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:
[RFC] git-sequencer.txt, Stephan Beyer, (Sat Jun 7, 3:01 pm)
squashing patches (was: Re: [RFC] git-sequencer.txt), Stephan Beyer, (Mon Jun 9, 4:45 am)
Re: squashing patches (was: Re: [RFC] git-sequencer.txt), Johannes Schindelin, (Mon Jun 9, 7:04 am)
Re: squashing patches, Paolo Bonzini, (Mon Jun 9, 8:10 am)
Re: squashing patches, Paolo Bonzini, (Mon Jun 9, 8:43 am)
Re: squashing patches, Stephan Beyer, (Mon Jun 9, 9:29 am)
Re: squashing patches, Paolo Bonzini, (Mon Jun 9, 9:37 am)
Re: [RFC] git-sequencer.txt, Jakub Narebski, (Mon Jun 9, 9:49 am)
Re: squashing patches, Junio C Hamano, (Mon Jun 9, 12:34 pm)
[RFC/PATCH] Add git-squash tool and tests, Stephan Beyer, (Mon Jun 9, 1:29 pm)
Re: [RFC/PATCH] Add git-squash tool and tests, Johannes Schindelin, (Mon Jun 9, 1:34 pm)
Re: squashing patches, Stephan Beyer, (Mon Jun 9, 1:43 pm)
Re: squashing patches, Jeff King, (Mon Jun 9, 1:53 pm)
Re: [RFC/PATCH] Add git-squash tool and tests, Paolo Bonzini, (Mon Jun 9, 1:53 pm)
Re: squashing patches, Junio C Hamano, (Mon Jun 9, 2:02 pm)
Re: [RFC/PATCH] Add git-squash tool and tests, Johannes Schindelin, (Mon Jun 9, 2:34 pm)
Re: [RFC/PATCH] Add git-squash tool and tests, Stephan Beyer, (Mon Jun 9, 4:42 pm)
Re: [RFC/PATCH] Add git-squash tool and tests, Stephan Beyer, (Mon Jun 9, 4:46 pm)
Re: squashing patches, Stephan Beyer, (Mon Jun 9, 4:57 pm)
Re: [RFC/PATCH] Add git-squash tool and tests, Johannes Schindelin, (Mon Jun 9, 5:26 pm)
Re: squashing patches, Stephan Beyer, (Mon Jun 9, 5:38 pm)
Re: squashing patches, Jeff King, (Mon Jun 9, 6:00 pm)
Re: [RFC] git-sequencer.txt, Stephan Beyer, (Mon Jun 9, 6:21 pm)
Re: [RFC] git-sequencer.txt, Christian Couder, (Mon Jun 9, 9:46 pm)
Re: [RFC] git-sequencer.txt, Jakub Narebski, (Mon Jun 9, 11:17 pm)
Re: [RFC] git-sequencer.txt, Stephan Beyer, (Tue Jun 10, 1:59 am)
Re: [RFC] git-sequencer.txt, Christian Couder, (Tue Jun 10, 9:10 pm)
Re: [RFC] git-sequencer.txt, Daniel Barkalow, (Wed Jun 11, 10:07 am)
[RFCv2/FYI] git-sequencer.txt, Stephan Beyer, (Wed Jun 11, 5:22 pm)
Re: [RFCv2/FYI] git-sequencer.txt, Paolo Bonzini, (Wed Jun 11, 6:31 pm)
Re: [RFCv2/FYI] git-sequencer.txt, Junio C Hamano, (Wed Jun 11, 10:16 pm)
Re: [RFCv2/FYI] git-sequencer.txt, Jakub Narebski, (Thu Jun 12, 7:10 am)
Re: [RFCv2/FYI] git-sequencer.txt, Stephan Beyer, (Thu Jun 12, 8:29 am)
Re: [RFCv2/FYI] git-sequencer.txt, Paolo Bonzini, (Thu Jun 12, 8:56 am)
Re: [RFCv2/FYI] git-sequencer.txt, Stephan Beyer, (Thu Jun 12, 10:07 am)
Re: [RFCv2/FYI] git-sequencer.txt, Stephan Beyer, (Thu Jun 12, 10:20 am)
Re: [RFCv2/FYI] git-sequencer.txt, Paolo Bonzini, (Thu Jun 12, 10:04 pm)
Re: [RFCv2/FYI] git-sequencer.txt, Stephan Beyer, (Fri Jun 13, 5:16 am)
Re: [RFCv2/FYI] git-sequencer.txt, Paolo Bonzini, (Fri Jun 13, 7:42 am)
Re: [RFCv2/FYI] git-sequencer.txt, Olivier Marin, (Fri Jun 13, 12:24 pm)