Re: [RFC/PATCH 2/4] Add git-sequencer prototype documentation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jakub Narebski
Date: Tuesday, July 1, 2008 - 6:02 am

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


Cc mentors?


I hope that it could be also used by git-cherry-pick and git-revert,
so it would be possible to pick more than one commit...


Does it run pre-commit hooks, for example checking for merge markers
(but also whitespace errors), and can those checks be disabled?


s/.$/ is in the TODO file./


Does it mean that editor will be invoked with only _unprocessed_
part of the TODO file?  It looks like it, but it might be not
obvious to some.


Nice.

"HEAD" mean last picked up / created commit, isn't it?


"You can refer to commit by mark", perhaps?


Is it short for `--standard-message`?


Why?  I would have thought that it would work...

[...]

Do all options make sense?  What about `--index' and `--cached',
or about different no-apply options?


So this functions like "git reset --soft <ref>", isn't it?


Can you use <commit> instead of <mark> here?


How do you squash merges?  Creating merge with an union of parents,
excluding commits which got squashed?

It means

  ...a---b---c---d         ...[abcd]
            /        ==>        /
      ...x-/               ..x-/

but

  ...a---b---c---d          ...[abcd]
      \     /        ==>
       \-x-/ 


Don't you enumerate those return values?

-- 
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:
git sequencer prototype, Stephan Beyer, (Mon Jun 30, 7:38 pm)
[RFC/PATCH 1/4] Add git-sequencer shell prototype, Stephan Beyer, (Mon Jun 30, 7:38 pm)
[RFC/PATCH 2/4] Add git-sequencer prototype documentation, Stephan Beyer, (Mon Jun 30, 7:38 pm)
[RFC/PATCH 3/4] Add git-sequencer test suite (t3350), Stephan Beyer, (Mon Jun 30, 7:38 pm)
[RFC/PATCH 4/4] Migrate git-am to use git-sequencer, Stephan Beyer, (Mon Jun 30, 7:38 pm)
git-rebase-i migration to sequencer, Stephan Beyer, (Mon Jun 30, 7:39 pm)
[PATCH 1/2] Make rebase--interactive use OPTIONS_SPEC, Stephan Beyer, (Mon Jun 30, 7:39 pm)
Re: git sequencer prototype, Junio C Hamano, (Tue Jul 1, 1:51 am)
Re: [RFC/PATCH 2/4] Add git-sequencer prototype documentation, Jakub Narebski, (Tue Jul 1, 6:02 am)
Re: git sequencer prototype, Stephan Beyer, (Tue Jul 1, 7:53 am)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Jakub Narebski, (Thu Jul 3, 6:10 am)
Re: [RFC/PATCH 1/4] Add git-sequencer shell prototype, Stephan Beyer, (Thu Jul 3, 2:12 pm)
Re: git sequencer prototype, Alex Riesen, (Fri Jul 4, 2:00 pm)
Re: git sequencer prototype, Junio C Hamano, (Fri Jul 4, 3:09 pm)
Re: git sequencer prototype, Stephan Beyer, (Fri Jul 4, 3:23 pm)
Re: git sequencer prototype, Alex Riesen, (Sat Jul 5, 1:13 am)
Re: git sequencer prototype, Thomas Adam, (Sat Jul 5, 3:12 am)
Re: git sequencer prototype, Johannes Schindelin, (Sat Jul 5, 3:13 am)
[PATCH v2 1/4] Add git-sequencer shell prototype, Stephan Beyer, (Sat Jul 5, 9:58 am)
[PATCH v2 2/4] Add git-sequencer prototype documentation, Stephan Beyer, (Sat Jul 5, 10:00 am)
Re: [RFC/PATCH 3/4] Add git-sequencer test suite (t3350), Stephan Beyer, (Sat Jul 5, 10:31 am)
Re: [RFC/PATCH 3/4] Add git-sequencer test suite (t3350), Junio C Hamano, (Sat Jul 5, 11:16 am)