commit | f318dd229f9df88470de8541916d48c9380e2e35 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Sep 19 11:33:14 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Tue Sep 20 15:07:52 2005 -0700 |
tree | ac0d21f1e1711c5b1adfdaed59056200aa0bd84f | |
parent | a7154e916c6fab01dfb67629dae8c4430daff669 [diff] |
Document -i flag to git-read-tree Somehow I missed it when we updated read-tree to support the recursive merge strategy. Also -i should require -m as well, which the command did not check. Signed-off-by: Junio C Hamano <junkio@cox.net>