git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* index file list files not found in working tree
@ 2015-08-24 10:34 Rafik E Younan
  2015-08-25 10:16 ` Rafik E Younan
  0 siblings, 1 reply; 4+ messages in thread
From: Rafik E Younan @ 2015-08-24 10:34 UTC (permalink / raw)
  To: git

Hi,

After several merges and rebases I finally got my branches and history 
to reflect valid commits and proper history. Everything is pushed to 
internal bare repo and the remotes seems OK.

When I clone the updated repository, all branches reflect the correct 
updated trees and blobs.

The problem occurs only on the original local repository where all the 
merging and re-basing took place!

When I checkout a branch, several files and folders are deleted from the 
working tree. When I examine the history of these files, there are only 
commits of adding them and modifying them but no log for deleting them, 
and they aren't deleted when I checkout the same branch in another fresh 
cloned repo.

Git status command doesn't indicate any changes in these files. I found 
the files and folders names in the `.git/index` file. So after manually 
removing the `.git/index` file and usinge `git reset` command, `git 
status` indicates that the files and folders are deleted.

I use `git checkout -- <File_or_folder_names>...` and restore all 
missing files and folders, just then the working tree matches the fresh 
checkout of the same branch on any other cloned repo.

After examining the tree object of the current commit, all files and 
folders exists, although clearly the checkout missed some of them!

Because the repository is local and private, I can't share any url for 
publicly accessible repository, and if one exists, no problem could be 
found, because the problem resides in just this certain local clone.

Answering the following questions might give some clues for the problem:
* How does git populate the index file after every branch checkout?
* Is there any object to reflect the content of the index file?

I would appreciate any pointers for where the problem could be.

Thanks,
Rafik

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

end of thread, other threads:[~2015-08-25 14:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-24 10:34 index file list files not found in working tree Rafik E Younan
2015-08-25 10:16 ` Rafik E Younan
2015-08-25 10:32   ` John Keeping
2015-08-25 14:50     ` Rafik E Younan

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).