read-tree: --prefix=<path>/ option.
authorJunio C Hamano <junkio@cox.net>
Sun, 15 Jan 2006 05:46:58 +0000 (21:46 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 2 May 2006 05:29:16 +0000 (22:29 -0700)
With "--prefix=<path>/" option, read-tree keeps the current
index contents, and reads the contents of named tree-ish under
directory at `<prefix>`.  The original index file cannot have
anything at the path `<prefix>` itself, and have nothing in
`<prefix>/` directory.  This can be used to graft an
independent tree into a subdirectory of the current index.

Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found