git-annex/Git
Joey Hess c784ef4586 unify exception handling into Utility.Exception
Removed old extensible-exceptions, only needed for very old ghc.

Made webdav use Utility.Exception, to work after some changes in DAV's
exception handling.

Removed Annex.Exception. Mostly this was trivial, but note that
tryAnnex is replaced with tryNonAsync and catchAnnex replaced with
catchNonAsync. In theory that could be a behavior change, since the former
caught all exceptions, and the latter don't catch async exceptions.

However, in practice, nothing in the Annex monad uses async exceptions.
Grepping for throwTo and killThread only find stuff in the assistant,
which does not seem related.

Command.Add.undo is changed to accept a SomeException, and things
that use it for rollback now catch non-async exceptions, rather than
only IOExceptions.
2014-08-07 22:03:29 -04:00
..
Command reorg 2014-07-04 12:18:49 -04:00
AutoCorrect.hs Another round of s/amoung/among/ 2013-12-19 12:30:53 -04:00
Branch.hs Fix git version that supported --no-gpg-sign. 2014-07-08 12:46:15 -04:00
BuildVersion.hs
CatFile.hs Windows: Fix some filename encoding bugs. 2014-03-19 15:57:56 -04:00
CheckAttr.hs export CreateProcess fields from Utility.Process 2014-06-10 19:20:14 -04:00
CheckIgnore.hs
Command.hs reorg 2014-07-04 12:18:49 -04:00
Config.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Construct.hs Windows: Fix handling of absolute unix-style git repository paths. 2014-02-08 15:39:04 -04:00
CurrentRepo.hs export CreateProcess fields from Utility.Process 2014-06-10 19:20:14 -04:00
DiffTree.hs avoid bad commits after interrupted direct mode sync (or merge) 2014-06-09 19:40:28 -04:00
FileMode.hs
Filename.hs
FilePath.hs Windows: Fix handling of absolute unix-style git repository paths. 2014-02-08 15:39:04 -04:00
Fsck.hs export CreateProcess fields from Utility.Process 2014-06-10 19:20:14 -04:00
GCrypt.hs Set gcrypt-publish-participants when setting up a gcrypt repository, to avoid unncessary passphrase prompts. 2014-07-15 17:33:14 -04:00
HashObject.hs add git annex view command 2014-02-18 18:22:20 -04:00
Hook.hs pre-commit-annex hook script to automatically extract metadata from lots of types of files 2014-03-02 20:11:58 -04:00
Index.hs avoid bad commits after interrupted direct mode sync (or merge) 2014-06-09 19:40:28 -04:00
LsFiles.hs export CreateProcess fields from Utility.Process 2014-06-10 19:20:14 -04:00
LsTree.hs remove Read instance for Ref 2014-02-19 01:19:57 -04:00
Merge.hs support commit.gpgsign 2014-07-04 11:53:51 -04:00
Objects.hs remove Read instance for Ref 2014-02-19 01:19:57 -04:00
Queue.hs Fix bug in annex.queuesize calculation that caused much more queue flushing than necessary. 2014-06-18 17:23:36 -04:00
Ref.hs remove Read instance for Ref 2014-02-19 01:19:57 -04:00
RefLog.hs remove Read instance for Ref 2014-02-19 01:19:57 -04:00
Remote.hs
Repair.hs improve repair of bad branches 2014-07-21 18:42:58 -04:00
Sha.hs filter branches (incomplete) 2014-02-16 17:39:54 -04:00
SharedRepository.hs
Types.hs adjust to not use cpp in modules used by configure 2014-04-14 13:37:12 -04:00
UnionMerge.hs
UpdateIndex.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Url.hs
Version.hs