Comment 5 for bug 842647

Revision history for this message
iroli (roland-lezuo) wrote : Re: file blocks duplicated at the end of the file

Hi I upgraded to 11.10 and the bug is still somewhat there:

iroli@iroli-thinkpad:~/projects/c3pro/repo/foo_git/trunk$ git status -uno
# On branch matcher_gen_casm
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: app/compiler/src/misc/some_stuff.cpp
# modified: app/csim/check/exit_status/args.xml <!-- This one was not modified!
# modified: arch/aaa/mem_address_writeback_instructions.xml
# modified: arch/aaa/minstr_set_register_interface.xml
# modified: arch/aaa/minstr_set_stale.xml
#
no changes added to commit (use "git add" and/or "git commit -a")

iroli@iroli-thinkpad:~/projects/c3pro/repo/foo_git/trunk$ git diff app/csim/check/exit_status/args.xml
error: short read No such file or directory
error: app/csim/check/exit_status/args.xml: failed to insert into database
fatal: cannot hash app/csim/check/exit_status/args.xml

iroli@iroli-thinkpad:~/projects/c3pro/repo/foo_git/trunk$ git status -uno
# On branch matcher_gen_casm
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: app/compiler/src/misc/some_stuff.cpp
# modified: arch/aaa/mem_address_writeback_instructions.xml <!-- no the file is not marked as modified!
# modified: arch/aaa/minstr_set_register_interface.xml
# modified: arch/aaa/minstr_set_stale.xml
#
no changes added to commit (use "git add" and/or "git commit -a")

iroli@iroli-thinkpad:~/projects/c3pro/repo/foo_git/trunk$