From e8fe98be103321a9ecfff9eae69818673c75a02a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 11 May 2013 23:54:25 -0400 Subject: fix permission damage (thanks, Windows) --- Annex/Branch.hs | 0 Annex/Content.hs | 0 Annex/Content/Direct.hs | 0 Annex/Direct.hs | 0 Annex/Environment.hs | 0 Annex/Journal.hs | 0 Annex/Link.hs | 0 Annex/LockPool.hs | 0 Annex/Perms.hs | 0 Annex/Ssh.hs | 0 Backend/SHA.hs | 0 Backend/WORM.hs | 0 Build/Configure.hs | 0 Build/DesktopFile.hs | 0 Build/TestConfig.hs | 0 CmdLine.hs | 0 Command/Add.hs | 0 Command/Fix.hs | 0 Command/FromKey.hs | 0 Command/Fsck.hs | 0 Command/Import.hs | 0 Command/Indirect.hs | 0 Command/ReKey.hs | 0 Command/RecvKey.hs | 0 Command/Status.hs | 0 Command/TransferKeys.hs | 0 Command/Unannex.hs | 0 Common.hs | 0 Creds.hs | 0 Git.hs | 0 Git/CatFile.hs | 0 Git/Config.hs | 0 Git/Construct.hs | 0 Git/CurrentRepo.hs | 0 Git/HashObject.hs | 0 GitAnnex.hs | 0 GitAnnexShell.hs | 0 Init.hs | 0 Limit.hs | 0 Logs/Transfer.hs | 0 Remote/Directory.hs | 0 Remote/Git.hs | 0 Remote/Helper/Hooks.hs | 0 Remote/Rsync.hs | 0 Seek.hs | 0 Test.hs | 0 Upgrade.hs | 0 Upgrade/V1.hs | 0 Utility/Daemon.hs | 0 Utility/Directory.hs | 0 Utility/Env.hs | 0 Utility/FileMode.hs | 0 Utility/Gpg.hs | 0 Utility/InodeCache.hs | 0 Utility/LogFile.hs | 0 Utility/Misc.hs | 0 Utility/Process.hs | 0 Utility/TempFile.hs | 0 Utility/Url.hs | 0 Utility/UserInfo.hs | 0 git-annex.hs | 0 61 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Annex/Branch.hs mode change 100755 => 100644 Annex/Content.hs mode change 100755 => 100644 Annex/Content/Direct.hs mode change 100755 => 100644 Annex/Direct.hs mode change 100755 => 100644 Annex/Environment.hs mode change 100755 => 100644 Annex/Journal.hs mode change 100755 => 100644 Annex/Link.hs mode change 100755 => 100644 Annex/LockPool.hs mode change 100755 => 100644 Annex/Perms.hs mode change 100755 => 100644 Annex/Ssh.hs mode change 100755 => 100644 Backend/SHA.hs mode change 100755 => 100644 Backend/WORM.hs mode change 100755 => 100644 Build/Configure.hs mode change 100755 => 100644 Build/DesktopFile.hs mode change 100755 => 100644 Build/TestConfig.hs mode change 100755 => 100644 CmdLine.hs mode change 100755 => 100644 Command/Add.hs mode change 100755 => 100644 Command/Fix.hs mode change 100755 => 100644 Command/FromKey.hs mode change 100755 => 100644 Command/Fsck.hs mode change 100755 => 100644 Command/Import.hs mode change 100755 => 100644 Command/Indirect.hs mode change 100755 => 100644 Command/ReKey.hs mode change 100755 => 100644 Command/RecvKey.hs mode change 100755 => 100644 Command/Status.hs mode change 100755 => 100644 Command/TransferKeys.hs mode change 100755 => 100644 Command/Unannex.hs mode change 100755 => 100644 Common.hs mode change 100755 => 100644 Creds.hs mode change 100755 => 100644 Git.hs mode change 100755 => 100644 Git/CatFile.hs mode change 100755 => 100644 Git/Config.hs mode change 100755 => 100644 Git/Construct.hs mode change 100755 => 100644 Git/CurrentRepo.hs mode change 100755 => 100644 Git/HashObject.hs mode change 100755 => 100644 GitAnnex.hs mode change 100755 => 100644 GitAnnexShell.hs mode change 100755 => 100644 Init.hs mode change 100755 => 100644 Limit.hs mode change 100755 => 100644 Logs/Transfer.hs mode change 100755 => 100644 Remote/Directory.hs mode change 100755 => 100644 Remote/Git.hs mode change 100755 => 100644 Remote/Helper/Hooks.hs mode change 100755 => 100644 Remote/Rsync.hs mode change 100755 => 100644 Seek.hs mode change 100755 => 100644 Test.hs mode change 100755 => 100644 Upgrade.hs mode change 100755 => 100644 Upgrade/V1.hs mode change 100755 => 100644 Utility/Daemon.hs mode change 100755 => 100644 Utility/Directory.hs mode change 100755 => 100644 Utility/Env.hs mode change 100755 => 100644 Utility/FileMode.hs mode change 100755 => 100644 Utility/Gpg.hs mode change 100755 => 100644 Utility/InodeCache.hs mode change 100755 => 100644 Utility/LogFile.hs mode change 100755 => 100644 Utility/Misc.hs mode change 100755 => 100644 Utility/Process.hs mode change 100755 => 100644 Utility/TempFile.hs mode change 100755 => 100644 Utility/Url.hs mode change 100755 => 100644 Utility/UserInfo.hs mode change 100755 => 100644 git-annex.hs diff --git a/Annex/Branch.hs b/Annex/Branch.hs old mode 100755 new mode 100644 diff --git a/Annex/Content.hs b/Annex/Content.hs old mode 100755 new mode 100644 diff --git a/Annex/Content/Direct.hs b/Annex/Content/Direct.hs old mode 100755 new mode 100644 diff --git a/Annex/Direct.hs b/Annex/Direct.hs old mode 100755 new mode 100644 diff --git a/Annex/Environment.hs b/Annex/Environment.hs old mode 100755 new mode 100644 diff --git a/Annex/Journal.hs b/Annex/Journal.hs old mode 100755 new mode 100644 diff --git a/Annex/Link.hs b/Annex/Link.hs old mode 100755 new mode 100644 diff --git a/Annex/LockPool.hs b/Annex/LockPool.hs old mode 100755 new mode 100644 diff --git a/Annex/Perms.hs b/Annex/Perms.hs old mode 100755 new mode 100644 diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs old mode 100755 new mode 100644 diff --git a/Backend/SHA.hs b/Backend/SHA.hs old mode 100755 new mode 100644 diff --git a/Backend/WORM.hs b/Backend/WORM.hs old mode 100755 new mode 100644 diff --git a/Build/Configure.hs b/Build/Configure.hs old mode 100755 new mode 100644 diff --git a/Build/DesktopFile.hs b/Build/DesktopFile.hs old mode 100755 new mode 100644 diff --git a/Build/TestConfig.hs b/Build/TestConfig.hs old mode 100755 new mode 100644 diff --git a/CmdLine.hs b/CmdLine.hs old mode 100755 new mode 100644 diff --git a/Command/Add.hs b/Command/Add.hs old mode 100755 new mode 100644 diff --git a/Command/Fix.hs b/Command/Fix.hs old mode 100755 new mode 100644 diff --git a/Command/FromKey.hs b/Command/FromKey.hs old mode 100755 new mode 100644 diff --git a/Command/Fsck.hs b/Command/Fsck.hs old mode 100755 new mode 100644 diff --git a/Command/Import.hs b/Command/Import.hs old mode 100755 new mode 100644 diff --git a/Command/Indirect.hs b/Command/Indirect.hs old mode 100755 new mode 100644 diff --git a/Command/ReKey.hs b/Command/ReKey.hs old mode 100755 new mode 100644 diff --git a/Command/RecvKey.hs b/Command/RecvKey.hs old mode 100755 new mode 100644 diff --git a/Command/Status.hs b/Command/Status.hs old mode 100755 new mode 100644 diff --git a/Command/TransferKeys.hs b/Command/TransferKeys.hs old mode 100755 new mode 100644 diff --git a/Command/Unannex.hs b/Command/Unannex.hs old mode 100755 new mode 100644 diff --git a/Common.hs b/Common.hs old mode 100755 new mode 100644 diff --git a/Creds.hs b/Creds.hs old mode 100755 new mode 100644 diff --git a/Git.hs b/Git.hs old mode 100755 new mode 100644 diff --git a/Git/CatFile.hs b/Git/CatFile.hs old mode 100755 new mode 100644 diff --git a/Git/Config.hs b/Git/Config.hs old mode 100755 new mode 100644 diff --git a/Git/Construct.hs b/Git/Construct.hs old mode 100755 new mode 100644 diff --git a/Git/CurrentRepo.hs b/Git/CurrentRepo.hs old mode 100755 new mode 100644 diff --git a/Git/HashObject.hs b/Git/HashObject.hs old mode 100755 new mode 100644 diff --git a/GitAnnex.hs b/GitAnnex.hs old mode 100755 new mode 100644 diff --git a/GitAnnexShell.hs b/GitAnnexShell.hs old mode 100755 new mode 100644 diff --git a/Init.hs b/Init.hs old mode 100755 new mode 100644 diff --git a/Limit.hs b/Limit.hs old mode 100755 new mode 100644 diff --git a/Logs/Transfer.hs b/Logs/Transfer.hs old mode 100755 new mode 100644 diff --git a/Remote/Directory.hs b/Remote/Directory.hs old mode 100755 new mode 100644 diff --git a/Remote/Git.hs b/Remote/Git.hs old mode 100755 new mode 100644 diff --git a/Remote/Helper/Hooks.hs b/Remote/Helper/Hooks.hs old mode 100755 new mode 100644 diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs old mode 100755 new mode 100644 diff --git a/Seek.hs b/Seek.hs old mode 100755 new mode 100644 diff --git a/Test.hs b/Test.hs old mode 100755 new mode 100644 diff --git a/Upgrade.hs b/Upgrade.hs old mode 100755 new mode 100644 diff --git a/Upgrade/V1.hs b/Upgrade/V1.hs old mode 100755 new mode 100644 diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs old mode 100755 new mode 100644 diff --git a/Utility/Directory.hs b/Utility/Directory.hs old mode 100755 new mode 100644 diff --git a/Utility/Env.hs b/Utility/Env.hs old mode 100755 new mode 100644 diff --git a/Utility/FileMode.hs b/Utility/FileMode.hs old mode 100755 new mode 100644 diff --git a/Utility/Gpg.hs b/Utility/Gpg.hs old mode 100755 new mode 100644 diff --git a/Utility/InodeCache.hs b/Utility/InodeCache.hs old mode 100755 new mode 100644 diff --git a/Utility/LogFile.hs b/Utility/LogFile.hs old mode 100755 new mode 100644 diff --git a/Utility/Misc.hs b/Utility/Misc.hs old mode 100755 new mode 100644 diff --git a/Utility/Process.hs b/Utility/Process.hs old mode 100755 new mode 100644 diff --git a/Utility/TempFile.hs b/Utility/TempFile.hs old mode 100755 new mode 100644 diff --git a/Utility/Url.hs b/Utility/Url.hs old mode 100755 new mode 100644 diff --git a/Utility/UserInfo.hs b/Utility/UserInfo.hs old mode 100755 new mode 100644 diff --git a/git-annex.hs b/git-annex.hs old mode 100755 new mode 100644 -- cgit v1.2.3