git-annex/Command
Joey Hess f1b747e6d9 bugfix: Running move --to with a remote whose UUID was not yet known
* bugfix: Running `move --to` with a remote whose UUID was not yet known
  could result in git-annex not recording on the local side where the
  file was moved to. This could not result in data loss, or even a
  significant problem, since the remote *did* record that it had the file.
* Also, add a general guard to detect attempts to record information
  about repositories with missing UUIDs.
2011-01-04 17:45:27 -04:00
..
Add.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
ConfigList.hs git-annex-shell: Avoid exposing any git repo config except for the annex.uuid when doing configlist. 2011-01-04 17:34:14 -04:00
Copy.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Drop.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
DropKey.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
DropUnused.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Find.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Fix.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
FromKey.hs add git-annex-shell command 2010-12-30 16:52:24 -04:00
Fsck.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Get.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
InAnnex.hs git-annex-shell mostly done now, only needs 2 more subcommands 2010-12-30 20:08:22 -04:00
Init.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Lock.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Move.hs bugfix: Running move --to with a remote whose UUID was not yet known 2011-01-04 17:45:27 -04:00
PreCommit.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
RecvKey.hs git-annex-shell now exclusively used for all remote access 2010-12-31 19:09:17 -04:00
SendKey.hs git-annex-shell is complete 2010-12-31 13:39:43 -04:00
SetKey.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Trust.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Unannex.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Uninit.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Unlock.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Untrust.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00
Unused.hs refactor in preparation for adding a git-annex-shell command 2010-12-30 15:06:26 -04:00