summaryrefslogtreecommitdiff
path: root/Options.hs
Commit message (Collapse)AuthorAge
* clarifyGravatar Joey Hess2011-05-22
|
* Add --debug option. Closes: #627499Gravatar Joey Hess2011-05-21
| | | | | | | This takes advantage of the debug logging done by missingh, and I added my own debug messages for executeFile calls. There are still some other low-level ways git-annex runs stuff that are not shown by debugging, but this gets most of it easily.
* --backend now overrides any backend configured in .gitattributes files.Gravatar Joey Hess2011-05-18
|
* Clear up short option confusion between --from and --force (-f is now ↵Gravatar Joey Hess2011-04-03
| | | | --from, and there is no short option for --force).
* fast modeGravatar Joey Hess2011-03-22
| | | | | | | | | | Add --fast flag, that can enable less expensive, but also less thurough versions of some commands. * Add --fast flag, that can enable less expensive, but also less thurough versions of some commands. * fsck: In fast mode, avoid checking checksums. * unused: In fast mode, just show all existing temp files as unused, and avoid expensive scan for other unused content.
* rework config storageGravatar Joey Hess2011-01-26
| | | | | | | Moved away from a map of flags to storing config directly in the AnnexState structure. Got rid of most accessor functions in Annex. This allowed supporting multiple --exclude flags.
* successfully split Annex and AnnexState out of TypeInternalsGravatar Joey Hess2011-01-25
|
* git-annex-shell is completeGravatar Joey Hess2010-12-31
| | | | still not used
* add git-annex-shell commandGravatar Joey Hess2010-12-30
This is not yet complete, as it does not allow starting rsync or scp.