move directories in work dir

From: Rogelio M. Serrano Jr. <rogelio@smsglobal.net>
Date: 2005-10-23 15:44:54
Hi,

Sorry for asking but is there a way to tell git that i moved a 
directory into another? For example i have.

analyse
analyse/import_a
analyse/import_a/Rules.mk
analyse/import_a/import_a.c
analyse/import_b
analyse/import_b/Rules.mk
analyse/import_b/import_b.c

i make a new dir
analyse/import_tools

then move import_a and import_b in there and end up with:

analyse
analyse/import_tools/import_a
analyse/import_tools/import_a/Rules.mk
analyse/import_tools/import_a/import_a.c
analyse/import_tools/import_b
analyse/import_tools/import_b/Rules.mk
analyse/import_tools/import_b/import_b.c

right now i have to do git-update-index --add for everything all over 
again.



-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Sun Oct 23 15:46:14 2005

This archive was generated by hypermail 2.1.8 : 2005-10-23 15:46:18 EST