summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* notesGravatar Joey Hess2012-09-25
|
* changelogGravatar Joey Hess2012-09-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-25
|\
* | use --more rather than --new to continue incremental fsckGravatar Joey Hess2012-09-25
| |
* | basic incremental fsck now workingGravatar Joey Hess2012-09-25
| |
* | add recordStartTime and getStartTimeGravatar Joey Hess2012-09-25
| |
* | move sticky bit code into Utility.FileModeGravatar Joey Hess2012-09-25
| | | | | | | | | | | | | | | | | | | | | | Simplified it using existing functions. I doubt setSticky needs to return the FileMode; if it does for some reason, it can be changed to use modifyFileMode' Converted isSticky to a pure function for consistency with isSymlink. Note that the sticky bit of a file can be tested thus: isSticky . fileMode <$> getFileStatus file
* | Justin's metadata codeGravatar Joey Hess2012-09-25
| |
* | add --incremental and --new optionsGravatar Joey Hess2012-09-25
| | | | | | | | Not yet used..
| * Added a commentGravatar http://joeyh.name/2012-09-25
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-25
|\
* | fix from JimmyGravatar Joey Hess2012-09-25
| |
* | switch to DYLD_FALLBACK_LIBRARY_PATHGravatar Joey Hess2012-09-25
| |
* | cleanupGravatar Joey Hess2012-09-25
| |
| * (no commit message)Gravatar sauluskahn2012-09-25
| |
| * Added a commentGravatar http://joeyh.name/2012-09-25
|/
* Test that uuid -m works, falling back to plain uuid if not.Gravatar Joey Hess2012-09-25
|
* remove old fileGravatar Joey Hess2012-09-25
|
* preserve library directoriesGravatar Joey Hess2012-09-25
| | | | | Should avoid overwriting libraries when there are multiple versions of a library used by different programs.
* file name changedGravatar Joey Hess2012-09-25
|
* fixesGravatar Joey Hess2012-09-25
|
* typoGravatar Joey Hess2012-09-25
|
* build osx app in tmp dirGravatar Joey Hess2012-09-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-25
|\
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc2012-09-25
| |
| * Added a comment: A few OS X bugsGravatar https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc2012-09-25
| |
* | updateGravatar Joey Hess2012-09-24
| |
* | add lost commentGravatar Joey Hess2012-09-24
| |
* | copy: avoid updating location log when no copy is performedGravatar Joey Hess2012-09-24
|/ | | | | git annex copy --to remote often does not need to copy a file, but it was still updating the location log in this case.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-24
|\
* | add osxapp targetGravatar Joey Hess2012-09-24
| | | | | | | | Not fully tested.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-09-24
| |
| * Added a comment: Haskell on MacPortsGravatar https://www.google.com/accounts/o8/id?id=AItOawlJEI45rGczFAnuM7gRSj4C6s9AS9yPZDc2012-09-24
|/
* add brew section to osx page and move away comments obsoleted by this changeGravatar Joey Hess2012-09-24
|
* blog for the dayGravatar Joey Hess2012-09-24
|
* fix linkGravatar Joey Hess2012-09-24
|
* link to assistantGravatar Joey Hess2012-09-24
|
* add news item for git-annex 3.20120924Gravatar Joey Hess2012-09-24
|
* releasing version 3.201209243.20120924Gravatar Joey Hess2012-09-24
|
* license the webapp under the AGPL 3+Gravatar Joey Hess2012-09-24
| | | | | | | | | | | | | This means that anyone serving up the webapp to users as a service (ie, without providing any git-annex binary at all to the user) still needs to provide a link to the source code for it, including any modifications they may make. This may make git-annex be covered by the AGPL as a whole when it is built with the webapp. If in doubt, you should ask a lawyer. When git-annex is built with the webapp disabled, no AGPLed code is used. Even building in the assistant does not pull in AGPLed code.
* add errata page for releaseGravatar Joey Hess2012-09-24
|
* remove blaze-markupGravatar Joey Hess2012-09-24
|
* lintian fixesGravatar Joey Hess2012-09-24
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q2012-09-24
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-24
|\
* | quiet calls to transferkeyGravatar Joey Hess2012-09-24
| |
| * Added a commentGravatar http://joeyh.name/2012-09-24
| |
* | fixes for transfer resumeGravatar Joey Hess2012-09-24
| | | | | | | | | | | | | | | | | | Fix resuming of downloads, which do not have a transfer info file to read. When checking upload progress, use the MVar, rather than re-reading the info file. Catch exceptions in the transfer action. Required a tryAnnex.
* | don't queue uploads for failed downloadsGravatar Joey Hess2012-09-24
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q2012-09-24
| |