Re: index file list files not found in working tree

2015-08-25 Thread Rafik E Younan
On 08/25/2015 12:32 PM, John Keeping wrote: On Tue, Aug 25, 2015 at 12:16:43PM +0200, Rafik E Younan wrote: I got a recommendation to use reset --hard. I tried it and it says the HEAD is now at correct commit, but missing files are not restored! I tried `ls-tree --name-only` and it lists

Re: index file list files not found in working tree

2015-08-25 Thread Rafik E Younan
Hi, I got a recommendation to use reset --hard. I tried it and it says the HEAD is now at correct commit, but missing files are not restored! I tried `ls-tree --name-only` and it lists missing files and folders, but the actual working tree doesn't have these files and folders. The question

Re: index file list files not found in working tree

2015-08-25 Thread John Keeping
On Tue, Aug 25, 2015 at 12:16:43PM +0200, Rafik E Younan wrote: I got a recommendation to use reset --hard. I tried it and it says the HEAD is now at correct commit, but missing files are not restored! I tried `ls-tree --name-only` and it lists missing files and folders, but the actual

index file list files not found in working tree

2015-08-24 Thread Rafik E Younan
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