git-annex/Command
Joey Hess 0eff0dd910 unannex: New, much slower, but more safe behavior
Copies files out of the annex. This avoids an unannex of one file breaking
other files that link to the same content. Also, it means that the content
remains in the annex using up space until cleaned up with  "git annex
unused".

(The behavior of unannex --fast has not changed; it still hard
links to content in the annex. --fast was not made the default because it
is potentially unsafe; editing such a hard linked file can unexpectedly
change content stored in the annex.)
2013-10-28 16:56:01 -04:00
..
Add.hs Revert "avoid hsc files on Windows" 2013-10-17 17:53:50 -04:00
AddUnused.hs add, import, assistant: Better preserve the mtime of symlinks, when when adding content that gets deduplicated. 2013-09-25 16:07:11 -04:00
AddUrl.hs url size fixes 2013-10-11 13:05:00 -04:00
Assistant.hs assistant: When autostarted, wait 5 seconds before running the startup scan, to avoid contending with the user's desktop login process. 2013-10-26 12:42:58 -04:00
Commit.hs
ConfigList.hs git-annex-shell: Added support for operating inside gcrypt repositories. 2013-09-24 17:25:47 -04:00
Copy.hs
Dead.hs
Describe.hs
Direct.hs quash warning 2013-10-03 12:33:31 -04:00
Drop.hs add --want-get and --want-drop options 2013-10-28 14:50:17 -04:00
DropKey.hs
DropUnused.hs
EnableRemote.hs hlint 2013-09-25 03:09:06 -04:00
Find.hs
Fix.hs Revert "avoid hsc files on Windows" 2013-10-17 17:53:50 -04:00
Forget.hs
FromKey.hs
Fsck.hs update for Duration type change 2013-10-08 17:36:55 -04:00
FuzzTest.hs
GCryptSetup.hs git-annex-shell gcryptsetup command 2013-10-01 17:20:51 -04:00
Get.hs hlint 2013-09-25 03:09:06 -04:00
Group.hs
Help.hs
Import.hs
ImportFeed.hs Send a git-annex user-agent when downloading urls. 2013-09-28 14:35:21 -04:00
InAnnex.hs
Indirect.hs indirect: Better behavior when a file in direct mode is not owned by the user running the conversion. 2013-09-25 15:29:56 -04:00
Init.hs
InitRemote.hs
List.hs enabling rsync.net gcrypt repos 2013-09-26 23:47:30 -04:00
Lock.hs
Log.hs
Map.hs factor out more ssh stuff from git remote 2013-09-24 13:37:41 -04:00
Merge.hs sync: Don't fail if the directory it is run in gets removed by the sync. 2013-09-13 14:55:55 -04:00
Migrate.hs
Mirror.hs
Move.hs hlint 2013-09-25 03:09:06 -04:00
PreCommit.hs update for DiffTree change 2013-10-17 14:52:12 -04:00
RecvKey.hs fix transferring to gcrypt repo from direct mode repo 2013-10-01 14:19:24 -04:00
Reinject.hs hlint 2013-09-25 03:09:06 -04:00
ReKey.hs add, import, assistant: Better preserve the mtime of symlinks, when when adding content that gets deduplicated. 2013-09-25 16:07:11 -04:00
Repair.hs make repair command deal with non-git-annex repos 2013-10-23 15:07:55 -04:00
RmUrl.hs
Schedule.hs add schedule command 2013-10-13 15:40:38 -04:00
Semitrust.hs
SendKey.hs hlint 2013-09-25 03:09:06 -04:00
Status.hs more clear labels 2013-10-28 15:04:38 -04:00
Sync.hs sync: print a hint about receive.denyNonFastForwards when a push fails 2013-10-26 15:53:05 -04:00
Test.hs
TransferInfo.hs hlint 2013-09-25 03:09:06 -04:00
TransferKey.hs
TransferKeys.hs hlint 2013-09-25 03:09:06 -04:00
Trust.hs
Unannex.hs unannex: New, much slower, but more safe behavior 2013-10-28 16:56:01 -04:00
Ungroup.hs
Uninit.hs unannex: New, much slower, but more safe behavior 2013-10-28 16:56:01 -04:00
Unlock.hs
Untrust.hs
Unused.hs update for DiffTree type change 2013-10-17 15:01:23 -04:00
Upgrade.hs
Version.hs Moved list of backends and remote types from status to version command. 2013-10-01 20:50:46 -04:00
Vicfg.hs add schedule command 2013-10-13 15:40:38 -04:00
Wanted.hs The "git annex content" command is renamed to "git annex wanted". 2013-10-28 14:08:38 -04:00
Watch.hs assistant: When autostarted, wait 5 seconds before running the startup scan, to avoid contending with the user's desktop login process. 2013-10-26 12:42:58 -04:00
WebApp.hs assistant: When autostarted, wait 5 seconds before running the startup scan, to avoid contending with the user's desktop login process. 2013-10-26 12:42:58 -04:00
Whereis.hs
XMPPGit.hs