rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
This commit is contained in:
parent
b02f813ed8
commit
7125a1fb27
781 changed files with 0 additions and 0 deletions
13
doc/walkthrough/fsck__58___when_things_go_wrong.mdwn
Normal file
13
doc/walkthrough/fsck__58___when_things_go_wrong.mdwn
Normal file
|
@ -0,0 +1,13 @@
|
|||
Fsck never deletes possibly bad data; instead it will be moved to
|
||||
`.git/annex/bad/` for you to recover. Here is a sample of what fsck
|
||||
might say about a badly messed up annex:
|
||||
|
||||
# git annex fsck
|
||||
fsck my_cool_big_file (checksum...)
|
||||
git-annex: Bad file content; moved to .git/annex/bad/SHA1:7da006579dd64330eb2456001fd01948430572f2
|
||||
git-annex: ** No known copies exist of my_cool_big_file
|
||||
failed
|
||||
fsck important_file
|
||||
git-annex: Only 1 of 2 copies exist. Run git annex get somewhere else to back it up.
|
||||
failed
|
||||
git-annex: 2 failed
|
Loading…
Add table
Add a link
Reference in a new issue