Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | reinit: New command that can initialize a new reposotory using the ↵ | Joey Hess | 2014-04-15 |
| | | | | configuration of a previously known repository. Useful if a repository got deleted and you want to clone it back the way it was. | ||
* | add missing Network.URI Ord instance for Debian stable | Joey Hess | 2014-04-14 |
| | |||
* | Fix direct mode getKeysPresent false positive & also sped up direct mode ↵ | Joey Hess | 2014-03-07 |
| | | | | | | | | | unused and unannex unused: In direct mode, files that are deleted from the work tree are no longer incorrectly detected as unused. Direct mode `git annex info` slows down a bit due to more stringent checking, but not by a lot. | ||
* | Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for ↵ | Joey Hess | 2014-02-26 |
| | | | | | | | | | | | | | | | | | | | | only partially transferred objects. This allows eg, putting .git/annex/tmp on a ram disk, if the disk IO of temp object files is too annoying (and if you don't want to keep partially transferred objects across reboots). .git/annex/misctmp must be on the same filesystem as the git work tree, since files are moved to there in a way that will not work cross-device, as well as symlinked into there. I first wanted to put the tmp objects in .git/annex/objects/tmp, but that would pose transition problems on upgrade when partially transferred objects existed. git annex info does not currently show the size of .git/annex/misctemp, since it should stay small. It would also be ok to make something clean it out, periodically. | ||
* | random hlint (to give the autobuilder something new to build) | Joey Hess | 2014-02-11 |
| | |||
* | reorg | Joey Hess | 2014-01-26 |