On Fri, Dec 3, 2010 at 14:34, Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> wrote: > [ Adding Gustaf Hendeby, the author of the first patch to support type changes ] > > On Tue, Nov 30, 2010 at 23:21, Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> wrote: >> This covers also the case for newly added files in the index. Like this: >> >> Â Âecho bar >foo >> Â Âgit add foo >> Â Ârm foo >> Â Âln -s bar foo >> >> This will result in an state of AT. And for cases where the type change is >> staged, and the new type was modified after the staging. Like this (cont.): >> >> Â Âgit add foo >> Â Âgit commit -mfoo >> Â Ârm foo >> Â Âecho bar >foo >> Â Âgit add foo >> Â Âecho baz >foo >> >> Will result in an state of TM for foo. This patch is incomplete. There are more places where the new AT and TM states needs to be handled. Please wait for a re-roll. Bert -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html