All of lore.kernel.org
 help / color / mirror / Atom feed
* move directories in work dir
@ 2005-10-23  5:44 Rogelio M. Serrano Jr.
  2005-10-23  6:24 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Rogelio M. Serrano Jr. @ 2005-10-23  5:44 UTC (permalink / raw)
  To: git

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-31  8:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-23  5:44 move directories in work dir Rogelio M. Serrano Jr.
2005-10-23  6:24 ` Junio C Hamano
2005-10-23  6:53   ` Rogelio M. Serrano Jr.
2005-10-31  7:25   ` [PATCH] Add support for renaming multiple items at once, and for the destination to be a directory Ryan Anderson
2005-10-31  7:53     ` Peter Eriksen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.