git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/11] Check replacement object type and minor updates
@ 2013-09-03  7:10 Christian Couder
  2013-09-03  7:10 ` [PATCH v4 01/11] replace: forbid replacing an object with one of a different type Christian Couder
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Christian Couder @ 2013-09-03  7:10 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Philip Oakley, Thomas Rast, Johannes Sixt, Eric Sunshine,
	Jonathan Nieder

The only changes in this new version are:

	- removed useless redirections in 8/11
	- improved commit message in 11/11 (s/litlle/little/)

I may add examples and more in a new patch series later.

Christian Couder (11):
  replace: forbid replacing an object with one of a different type
  Documentation/replace: state that objects must be of the same type
  t6050-replace: test that objects are of the same type
  t6050-replace: add test to clean up all the replace refs
  Documentation/replace: add Creating Replacement Objects section
  replace: bypass the type check if -f option is used
  Documentation/replace: tell that -f option bypasses the type check
  t6050-replace: check that -f option bypasses the type check
  replace: allow long option names
  Documentation/replace: list long option names
  t6050-replace: use some long option names

 Documentation/git-replace.txt | 28 +++++++++++++++++++++++++---
 builtin/replace.c             | 16 +++++++++++++---
 t/t6050-replace.sh            | 31 ++++++++++++++++++++++++++++---
 3 files changed, 66 insertions(+), 9 deletions(-)

-- 
1.8.4.rc1.31.g530f5ce.dirty

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

end of thread, other threads:[~2013-09-05 19:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03  7:10 [PATCH v4 00/11] Check replacement object type and minor updates Christian Couder
2013-09-03  7:10 ` [PATCH v4 01/11] replace: forbid replacing an object with one of a different type Christian Couder
2013-09-03  7:10 ` [PATCH v4 02/11] Documentation/replace: state that objects must be of the same type Christian Couder
2013-09-03  7:10 ` [PATCH v4 03/11] t6050-replace: test that objects are " Christian Couder
2013-09-04 20:39   ` Junio C Hamano
2013-09-05 19:13     ` Christian Couder
2013-09-03  7:10 ` [PATCH v4 04/11] t6050-replace: add test to clean up all the replace refs Christian Couder
2013-09-03  7:10 ` [PATCH v4 05/11] Documentation/replace: add Creating Replacement Objects section Christian Couder
2013-09-03  7:10 ` [PATCH v4 06/11] replace: bypass the type check if -f option is used Christian Couder
2013-09-04 20:44   ` Junio C Hamano
2013-09-05 12:56     ` Christian Couder
2013-09-03  7:10 ` [PATCH v4 07/11] Documentation/replace: tell that -f option bypasses the type check Christian Couder
2013-09-04 20:45   ` Junio C Hamano
2013-09-04 20:48   ` Junio C Hamano
2013-09-03  7:10 ` [PATCH v4 08/11] t6050-replace: check " Christian Couder
2013-09-03  7:10 ` [PATCH v4 09/11] replace: allow long option names Christian Couder
2013-09-03  7:10 ` [PATCH v4 10/11] Documentation/replace: list " Christian Couder
2013-09-04 20:45   ` Junio C Hamano
2013-09-05 13:03     ` Christian Couder
2013-09-03  7:10 ` [PATCH v4 11/11] t6050-replace: use some " 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).