if i delete a file and then do 'git pull', git claims that my repo is
up to date, which is not true:
jh@taimen:/usr/src/orig/sip-router$ rm modules.lst
jh@taimen:/usr/src/orig/sip-router$ git pull
jh(a)git.sip-router.org's password:
Already up-to-date.
in svn if i do 'svn update', it fetches for me the missing file.
if i try explicitly pull the missing file, i get this:
jh@taimen:/usr/src/orig/sip-router$ git pull modules.lst
fatal: 'modules.lst': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly
does anyone know how to get my repo up to date if files are missing?
-- juha