git-annex/CmdLine
Joey Hess 2e9d4ac754
fix fastDebug to check if debugging is actually enabled
Had to add to AnnexRead an indication of whether debugging is enabled.

Could have just made setupConsole not install a debug output action that
outputs, and have enableDebug be what installs that, but then in the
common case where there is no debug selector, and so all debug output is
selected, it would run the debug output action every time, which entails
an IORef access. Which would make fastDebug too slow..
2021-04-06 16:28:37 -04:00
..
GitAnnex implement fastDebug 2021-04-06 15:24:28 -04:00
GitAnnexShell finished this stage of the RawFilePath conversion 2020-11-04 14:20:37 -04:00
Action.hs start splitting out readonly values from AnnexState 2021-04-02 15:51:44 -04:00
Batch.hs remove unused contentFile = Nothing 2021-03-01 16:35:38 -04:00
GitAnnex.hs unregisterurl: New command 2021-03-01 14:28:24 -04:00
GitAnnexShell.hs implement fastDebug 2021-04-06 15:24:28 -04:00
GitRemoteTorAnnex.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
GlobalSetter.hs implement fastDebug 2021-04-06 15:24:28 -04:00
Option.hs fix fastDebug to check if debugging is actually enabled 2021-04-06 16:28:37 -04:00
Seek.hs add git ls-tree --long parser 2021-03-23 12:47:00 -04:00
Usage.hs improve synopsis 2020-12-17 12:51:49 -04:00