All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Check replacement object type and minor updates
@ 2013-08-27 19:48 Christian Couder
  2013-08-27 19:48 ` [PATCH v2 1/5] replace: forbid replacing an object with one of a different type Christian Couder
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Christian Couder @ 2013-08-27 19:48 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Philip Oakley, Thomas Rast, Johannes Sixt

The only changes compared to the previous version are those
suggested by Johannes:

- the error message is now:

	"Objects must be of the same type.\n"
	"'%s' points to a replaced object of type '%s'\n"
	"while '%s' points to a replacement object of type '%s'."

- the test uses "." instead of "'\''"

Only patchs 1/5 and 3/5 were changed.

Christian Couder (5):
  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

 Documentation/git-replace.txt | 23 ++++++++++++++++++++---
 builtin/replace.c             | 10 ++++++++++
 t/t6050-replace.sh            | 19 +++++++++++++++++++
 3 files changed, 49 insertions(+), 3 deletions(-)

-- 
1.8.4.rc1.26.gdd51ee9

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

end of thread, other threads:[~2013-08-30 16:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 19:48 [PATCH v2 0/5] Check replacement object type and minor updates Christian Couder
2013-08-27 19:48 ` [PATCH v2 1/5] replace: forbid replacing an object with one of a different type Christian Couder
2013-08-27 20:30   ` Junio C Hamano
2013-08-28  7:31     ` Thomas Rast
2013-08-28 19:32       ` Junio C Hamano
2013-08-29  6:29         ` Christian Couder
2013-08-29 16:04           ` Junio C Hamano
2013-08-30  5:41             ` Christian Couder
2013-08-30 16:52               ` Junio C Hamano
2013-08-27 19:48 ` [PATCH v2 2/5] Documentation/replace: state that objects must be of the same type Christian Couder
2013-08-27 19:48 ` [PATCH v2 3/5] t6050-replace: test that objects are " Christian Couder
2013-08-27 19:48 ` [PATCH v2 4/5] t6050-replace: add test to clean up all the replace refs Christian Couder
2013-08-27 19:48 ` [PATCH v2 5/5] Documentation/replace: add Creating Replacement Objects section Christian Couder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.