summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* uninit: Refuse to run in a subdirectory. Closes: #677076Gravatar Joey Hess2012-06-11
|
* noteGravatar Joey Hess2012-06-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-06-11
|\
* | updateGravatar Joey Hess2012-06-11
| |
| * Added a comment: re: cloudGravatar http://joeyh.name/2012-06-11
| |
| * Added a comment: Cloud Service LimitationsGravatar https://www.google.com/accounts/o8/id?id=AItOawkq0-zRhubO6kR9f85-5kALszIzxIokTUw2012-06-11
|/
* updateGravatar Joey Hess2012-06-10
|
* typoGravatar Joey Hess2012-06-10
|
* blog for the dayGravatar Joey Hess2012-06-10
|
* Makefile: ignore monads-tf in favour of mtlGravatar Sergei Trofimovich2012-06-10
| | | | | | | | | | | | | Fixes build breakage when both 'mtl' and 'monads-tf' are present: $ make git-annex > ghc -O2 -Wall -ignore-package monads-fd -outputdir tmp -IUtility -DWITH_S3 --make git-annex Utility/libdiskfree.o > > Common.hs:6:8: > Ambiguous module name `Control.Monad.State.Strict': > it was found in multiple packages: monads-tf-0.1.0.0 mtl-2.1.1 > make: *** [git-annex] Error 1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-10
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-10
|
* Added a commentGravatar http://joeyh.name/2012-06-09
|
* Added a comment: open source?Gravatar https://www.google.com/accounts/o8/id?id=AItOawldKnauegZulM7X6JoHJs7Gd5PnDjcgx-E2012-06-09
|
* responseGravatar Joey Hess2012-06-09
|
* New idea: using youtube-dl to download video URLsGravatar http://rmunn.myopenid.com/2012-06-09
|
* Added a commentGravatar http://joeyh.name/2012-06-09
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-08
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-08
|
* Added a commentGravatar http://joeyh.name/2012-06-08
|
* updateGravatar Joey Hess2012-06-07
|
* blog for the dayGravatar Joey Hess2012-06-07
|
* removedGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-07
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-07
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-07
|
* initremote: Automatically describe a remote when creating it.Gravatar Joey Hess2012-06-07
| | | | | | | This ensures that all special remotes show up in git annex status. Before, a special remote that was not manually described, and was not a current git remote, did not show up there, although initremote did list it.
* fixieGravatar Joey Hess2012-06-07
|
* Added a commentGravatar http://joeyh.name/2012-06-07
|
* Added a comment: WordingGravatar https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck2012-06-07
|
* Added a commentGravatar http://joeyh.name/2012-06-06
|
* Added a comment: Dropbox InotifyGravatar https://www.google.com/accounts/o8/id?id=AItOawkmtR6oVColYKoU0SjBORLDGrwR10G-mKo2012-06-06
|
* blog for the dayGravatar Joey Hess2012-06-06
|
* updateGravatar Joey Hess2012-06-06
|
* updateGravatar Joey Hess2012-06-06
|
* updateGravatar Joey Hess2012-06-06
|
* thoughtsGravatar Joey Hess2012-06-06
|
* fixed 2 races! Only 1 serious race to go!Gravatar Joey Hess2012-06-06
|
* layoutGravatar Joey Hess2012-06-06
|
* move hashObject to HashObject library and generalize it to support all git ↵Gravatar Joey Hess2012-06-06
| | | | object types
* factor out generic update-index code from unionmerge codeGravatar Joey Hess2012-06-06
|
* updateGravatar Joey Hess2012-06-06
|
* daily blogGravatar Joey Hess2012-06-05
|
* closed a race, although a less likely similar one remainsGravatar Joey Hess2012-06-05
|
* add: Prevent (most) modifications from being made to a file while it is ↵Gravatar Joey Hess2012-06-05
| | | | | | | | | | | being added to the annex. Anything that tries to open the file for write, or delete the file, or replace it with something else, will not affect the add. Only if a process has the file open for write before add starts can it still change it while (or after) it's added to the annex. (fsck will catch this later of course)
* use createAnnexDirectory when setting up tmp dirGravatar Joey Hess2012-06-05
|
* update test suiteGravatar Joey Hess2012-06-05
|
* separate source of content from the filename associated with the key when ↵Gravatar Joey Hess2012-06-05
| | | | | | generating a key This already made migrate's code a lot simpler.
* updateGravatar Joey Hess2012-06-05
|
* one moreGravatar Joey Hess2012-06-05
|
* another oneGravatar Joey Hess2012-06-05
|