summaryrefslogtreecommitdiff
path: root/git-annex.hs
Commit message (Collapse)AuthorAge
* workaround ghc weirdness with -odirGravatar Joey Hess2011-01-07
| | | | | | The option cause it to always build to build/Main.o, no matter what binary it was building. This caused extra work, and in some cases, could cause the wrong code to be put into the final binary.
* make test suite link in git-annex's commands and run directlyGravatar Joey Hess2011-01-06
| | | | this way, test coverage works
* git-annex-shell is completeGravatar Joey Hess2010-12-31
| | | | still not used
* git-annex-shell mostly done now, only needs 2 more subcommandsGravatar Joey Hess2010-12-30
|
* add git-annex-shell commandGravatar Joey Hess2010-12-30
| | | | This is not yet complete, as it does not allow starting rsync or scp.
* factor out a little moreGravatar Joey Hess2010-12-30
|
* refactor in preparation for adding a git-annex-shell commandGravatar Joey Hess2010-12-30
|
* Add --exclude option to exclude files from processing.Gravatar Joey Hess2010-12-08
| | | | | Required some lifting so flags are evaled in the Annex monad before file filtering.
* Avoid deleting temp files when rsync fails.Gravatar Joey Hess2010-12-02
|
* move stuff out of CoreGravatar Joey Hess2010-11-14
|
* broke subcommands out into separate modulesGravatar Joey Hess2010-11-02
|
* moveGravatar Joey Hess2010-11-01
|
* simplify evalsGravatar Joey Hess2010-10-31
|
* Fix crash on unknown symlinks.Gravatar Joey Hess2010-10-31
|
* more Wall cleaningGravatar Joey Hess2010-10-31
|
* got rid of almost all 'return ()'Gravatar Joey Hess2010-10-28
|
* copyright statements0.02Gravatar Joey Hess2010-10-27
|
* fix failure propigationGravatar Joey Hess2010-10-25
|
* new fromkey subcommand, for registering urls, etc0.01Gravatar Joey Hess2010-10-21
| | | | had to redo Annex monad's flag storage
* stop trapping all exceptionsGravatar Joey Hess2010-10-19
| | | | | | Need to allow exceptions to be thrown for SIGPIPE propigation. Converted places that used error unncessarily to not.
* move supportedBackends list into annex monadGravatar Joey Hess2010-10-17
| | | | | | | This was necessary so the File backend could import Backend w/o a cycle. Moved code that checks whether enough backends have a file into File backend.
* tweaksGravatar Joey Hess2010-10-16
|
* now finds files in git or not depending on what command wantsGravatar Joey Hess2010-10-16
|
* add flags, and change to subcommand styleGravatar Joey Hess2010-10-14
|
* better shutdownGravatar Joey Hess2010-10-14
|
* bugGravatar Joey Hess2010-10-14
|
* commentGravatar Joey Hess2010-10-14
|
* cooler command-line handlingGravatar Joey Hess2010-10-14
|
* refactorGravatar Joey Hess2010-10-14
|
* more refactorGravatar Joey Hess2010-10-14
|
* more reorg, spiffed up state monadGravatar Joey Hess2010-10-14
|
* convert GitRepo to qualified importGravatar Joey Hess2010-10-14
|
* add module that only exports abstract typesGravatar Joey Hess2010-10-14
|
* use a state monadGravatar Joey Hess2010-10-13
| | | | enormous reworking
* copying almost workingGravatar Joey Hess2010-10-13
|
* wordingGravatar Joey Hess2010-10-11
|
* better result summaryGravatar Joey Hess2010-10-11
|
* better option handlingGravatar Joey Hess2010-10-10
| | | | multiple-file support for all modes
* updateGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* convert GitRepo to struct with constructorGravatar Joey Hess2010-10-10
|
* stub checksum backendGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* don't repeatedly call repoTop, it's a bit expensiveGravatar Joey Hess2010-10-10
|
* log compactionGravatar Joey Hess2010-10-10
|
* fixed close after lockingGravatar Joey Hess2010-10-10
|
* add gitPrep to handle .gitattributesGravatar Joey Hess2010-10-10
|
* addGravatar Joey Hess2010-10-10