builtin-replace: teach "git replace" to actually replace
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 2 Feb 2009 05:12:53 +0000 (06:12 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2009 00:03:00 +0000 (17:03 -0700)
Teach the syntax: "git replace <object> <replacement>", so that
"git replace" can now create replace refs. These replace refs
will be used by read_sha1_file to substitute <object> with
<replacement> for most of the commands.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found