git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] add "--keep" option to "git reset"
@ 2010-01-19  4:25 Christian Couder
  2010-01-19  4:25 ` [PATCH v2 1/5] reset: add option "--keep" " Christian Couder
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Christian Couder @ 2010-01-19  4:25 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Linus Torvalds, Johannes Schindelin, Stephan Beyer,
	Daniel Barkalow, Jakub Narebski, Paolo Bonzini, Johannes Sixt,
	Stephen Boyd, Andreas Schwab, Daniel Convissor

Changes since the previous series are the following:

- removed parts of the commit message that contrasted "--keep" with "--merge"
- improved wording in the documentation
- added a new patch to disallow "--keep" when there are unmerged entries
- added some tests for --keep in t7111-reset-table.sh

Christian Couder (5):
  reset: add option "--keep" to "git reset"
  reset: add test cases for "--keep" option
  Documentation: reset: describe new "--keep" option
  reset: disallow "reset --keep" outside a work tree
  reset: disallow using --keep when there are unmerged entries

 Documentation/git-reset.txt |   48 +++++++++++++++++-
 builtin-reset.c             |   46 ++++++++++++++---
 t/t7103-reset-bare.sh       |   25 ++++++---
 t/t7110-reset-merge.sh      |  116 ++++++++++++++++++++++++++++++++++++++++++-
 t/t7111-reset-table.sh      |    8 +++
 5 files changed, 223 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-01-23  4:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19  4:25 [PATCH v2 0/5] add "--keep" option to "git reset" Christian Couder
2010-01-19  4:25 ` [PATCH v2 1/5] reset: add option "--keep" " Christian Couder
2010-01-19  5:50   ` Junio C Hamano
2010-01-23  4:18     ` Christian Couder
2010-01-19  4:25 ` [PATCH v2 2/5] reset: add test cases for "--keep" option Christian Couder
2010-01-19  4:25 ` [PATCH v2 3/5] Documentation: reset: describe new " Christian Couder
2010-01-19  4:26 ` [PATCH v2 4/5] reset: disallow "reset --keep" outside a work tree Christian Couder
2010-01-19  4:26 ` [PATCH v2 5/5] reset: disallow using --keep when there are unmerged entries Christian Couder

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).