git-annex/Annex
Joey Hess 1c83b6c439 work around a very strange git-cat-file behavior
Sometimes it seems that git-cat-file --batch stops getting info for
files in the current repo, when ":file" is fed to it. I have not reproduced
this at the command line, but only when using git annex whereis and git
annex move inside a direct mode repo. Those failed, because cat-file
returned "file missing". OTOH, git annex find works fine, despite passing
the same file to cat-file. It seems that the failing commands first asked
cat-file to show a file on the git-annex branch. Perhaps it got "stuck" on
that branch? But I cannot repoduce it running cat-file by hand. Most
strange. HEAD is a workaround for this extreme weirdness, since I spent a
good 2 hours struggling with it already.
2013-01-05 17:06:24 -04:00
..
Content fix logic error breaking direct mode assistant autocommit of modified files 2012-12-28 16:00:19 -04:00
Branch.hs whitespace fixes 2012-12-13 00:45:27 -04:00
BranchState.hs remove git-annex branch read cache 2012-10-19 14:25:15 -04:00
CatFile.hs work around a very strange git-cat-file behavior 2013-01-05 17:06:24 -04:00
CheckAttr.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
Content.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
Direct.hs assistant direct mode file add/change bookkeeping 2012-12-25 15:48:15 -04:00
Exception.hs fixes for transfer resume 2012-09-24 13:18:16 -04:00
Journal.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
LockPool.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
Perms.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
Queue.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
Ssh.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
UUID.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
Version.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
Wanted.hs --auto fixes 2012-12-06 13:22:16 -04:00