git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Files that want to delete themselves
@ 2008-09-24 17:55 Andrew Vit
  2008-09-24 18:04 ` Petr Baudis
  2008-09-24 18:05 ` Shawn O. Pearce
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Vit @ 2008-09-24 17:55 UTC (permalink / raw)
  To: git


Hi,

I have a Rails project that I'm managing with git and I have a strange
problem with one of the plugin directories. Every time I do `git add .` it
tries to delete itself... Any idea what might be happening?


andrew$ git status
# On branch master
nothing to commit (working directory clean)

andrew$ git add .

andrew$ git status
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	new file:   vendor/plugins/restful_authentication
#	deleted:    vendor/plugins/restful_authentication/CHANGELOG
#	deleted:    vendor/plugins/restful_authentication/README.textile
#	deleted:    vendor/plugins/restful_authentication/Rakefile
#	deleted:    vendor/plugins/restful_authentication/TODO
# ...
# ...
# ...
#

-- 
View this message in context: http://www.nabble.com/Files-that-want-to-delete-themselves-tp19654453p19654453.html
Sent from the git mailing list archive at Nabble.com.

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

end of thread, other threads:[~2008-09-24 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 17:55 Files that want to delete themselves Andrew Vit
2008-09-24 18:04 ` Petr Baudis
2008-09-24 18:18   ` Andrew Vit
2008-09-24 18:05 ` Shawn O. Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).