summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | blog for the dayGravatar Joey Hess2012-12-07
| | |
* | | support for checking presence of objects in direct modeGravatar Joey Hess2012-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also for dropping objects in direct mode. Checking presence reliably needs a cache of mtime, size, and inode. This way, if a file is modified, keys that point to it are no longer present. Also, the code for restoring the symlink when removing objects is unnecessarily messy. calcGitLink was generating links starting with "../../remote/.git/", when running "git annex move --from remote". I put in a workaround, but calcGitLink should probably be fixed. There is not yet support for getting objects from repositories in direct mode; it still looks for content in .git/annex/objects, and there's no once place I can change to fix that. Also, getting objects from direct mode repositories is problematic since the can be changed while the object is being transferred. It probably needs to quarantine it first.
| | * removedGravatar http://edheil.wordpress.com/2012-12-07
| | |
| | * Added a commentGravatar http://edheil.wordpress.com/2012-12-07
| | |
| | * Added a commentGravatar http://edheil.wordpress.com/2012-12-07
| |/
* | support for storing files in direct modeGravatar Joey Hess2012-12-07
| |
| * runshell: start sh, not $SHELLGravatar Joey Hess2012-12-07
| | | | | | | | $SHELL may need libraries not included in the bundle
| * include /bin/sh in standalone buildsGravatar Joey Hess2012-12-07
| | | | | | | | | | | | | | | | oberon:MacOS joeyh$ ./runshell dyld: Symbol not found: _environ Referenced from: /bin/sh Expected in: /Volumes/git-annex/git-annex.app/Contents/MacOS/usr/lib/libSystem.B.dylib in /bin/sh
| * Revert "skip frameworks"Gravatar Joey Hess2012-12-07
| | | | | | | | | | | | This reverts commit 206451dd02b4deea8b1cba9309883bef4cfbbc89. At least CoreFoundation framework seems to be needed.
* | annex.direct config settingGravatar Joey Hess2012-12-07
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-07
|\
* | skip frameworksGravatar Joey Hess2012-12-07
| | | | | | | | I suspect this might be related to recent reports of hangs.
* | remove some settings that should not be neededGravatar Joey Hess2012-12-07
| |
| * Added a commentGravatar http://joeyh.name/2012-12-07
| |
| * question : use btrfs clones / reflinksGravatar http://mildred.fr/2012-12-07
| |
| * poll vote (My phone (or MP3 player))Gravatar 2001:660:7304:c::1572012-12-07
| |
| * (no commit message)Gravatar http://edheil.wordpress.com/2012-12-07
|/
* closeGravatar Joey Hess2012-12-06
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-06
|\
* | add libxml2 to brew instructionsGravatar Joey Hess2012-12-06
| |
| * Added a comment: Got it to work!Gravatar https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA2012-12-06
| |
| * Added a commentGravatar spwhitton2012-12-06
| |
| * removedGravatar https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA2012-12-06
| |
| * Added a comment: Got it to workGravatar https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA2012-12-06
| |
* | add http-types dep for webdavGravatar Joey Hess2012-12-06
| |
| * Added a commentGravatar http://joeyh.name/2012-12-06
| |
| * Added a commentGravatar spwhitton2012-12-06
| |
| * Added a commentGravatar http://joeyh.name/2012-12-06
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-06
|\
* | blog for the dayGravatar Joey Hess2012-12-06
| |
* | assistant: Fix syncing to just created ssh remotes.Gravatar Joey Hess2012-12-06
| | | | | | | | | | This got broken when I optimised reconnecting with remotes, to not do a full scan if the remote was not diverged.
* | webapp: Allow user to specify the ssh port when setting up a remote.Gravatar Joey Hess2012-12-06
| |
| * Added a comment: ThanksGravatar https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA2012-12-06
| |
| * Added a commentGravatar http://joeyh.name/2012-12-06
| |
| * rename forum/Can__39__t_install:_Mac_Os_10.8.2.mdwn to ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA2012-12-06
| | | | | | | | forum/Can__39__t_install:_Mac_OS_10.8.2.mdwn
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA2012-12-06
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlxKQEwwP6J58W0Dmfq0-v0j3LXtT5gNAA2012-12-06
| |
| * Added a commentGravatar http://joeyh.name/2012-12-06
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-06
|\
* | --auto fixesGravatar Joey Hess2012-12-06
| | | | | | | | | | | | | | * get/copy --auto: Transfer data even if it would exceed numcopies, when preferred content settings want it. * drop --auto: Fix dropping content when there are no preferred content settings.
* | correct commentGravatar Joey Hess2012-12-06
| |
| * Added a commentGravatar http://joeyh.name/2012-12-06
| |
| * Added a commentGravatar http://joeyh.name/2012-12-06
| |
| * Added a commentGravatar spwhitton2012-12-06
| |
| * Added a commentGravatar http://joeyh.name/2012-12-06
| |
| * Added a commentGravatar spwhitton2012-12-06
| |
| * Added a commentGravatar http://joeyh.name/2012-12-06
| |
| * Added a commentGravatar spwhitton2012-12-06
| |
| * Added a commentGravatar http://joeyh.name/2012-12-06
| |
| * (no commit message)Gravatar spwhitton2012-12-06
|/