summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* direct mode committingGravatar Joey Hess2012-12-12
|
* starting a page about direct modeGravatar Joey Hess2012-12-12
|
* add notStagedGravatar Joey Hess2012-12-12
|
* where indentationGravatar Joey Hess2012-12-12
|
* remove unused functionGravatar Joey Hess2012-12-12
|
* fix associated files to not fall back to object locationGravatar Joey Hess2012-12-12
|
* also update direct mode associated files in local mergeGravatar Joey Hess2012-12-12
|
* make parent directoryGravatar Joey Hess2012-12-12
|
* updateGravatar Joey Hess2012-12-10
|
* Merge branch 'master' into desymlinkGravatar Joey Hess2012-12-10
|\
| * update list of things TODO to make git annex sync work in direct modeGravatar Joey Hess2012-12-10
| |
* | direct mode mappings now updated by git annex syncGravatar Joey Hess2012-12-10
| | | | | | | | | | Still lots to do to make sync handle direct mode, but this is a good first step.
* | git diff-tree interfaceGravatar Joey Hess2012-12-10
| |
* | Merge branch 'master' into desymlinkGravatar Joey Hess2012-12-10
|\|
| * Enable WebDAV support in Debian package. Closes: #695532Gravatar Joey Hess2012-12-10
| |
| * typoGravatar Joey Hess2012-12-09
| |
| * run bzip2 in fast modeGravatar Joey Hess2012-12-09
| |
| * install libs in subdirs againGravatar Joey Hess2012-12-09
| |
| * install_name_tool fixGravatar Joey Hess2012-12-09
| |
| * optimisation; only run install_name_tool once per binaryGravatar Joey Hess2012-12-09
| |
| * use full path name to generate library filenameGravatar Joey Hess2012-12-09
| | | | | | | | avoids overlaps
| * typoGravatar Joey Hess2012-12-09
| |
| * avoid using short lib names that clash with unix command namesGravatar Joey Hess2012-12-09
| |
| * syntaxGravatar Joey Hess2012-12-09
| |
| * remove unused cruftGravatar Joey Hess2012-12-09
| |
| * oh yeah, OSX is case insensativeGravatar Joey Hess2012-12-09
| |
| * tweakGravatar Joey Hess2012-12-09
| |
| * reverse symlinksGravatar Joey Hess2012-12-09
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-09
| |\
| * | install libs using short names, with symlinks to we can tell what librariesGravatar Joey Hess2012-12-09
| | | | | | | | | | | | they are supposed to be
| * | fix executable permissionsGravatar Joey Hess2012-12-09
| | | | | | | | | | | | sh at least does not default to having a write bit
| * | fix infinite loopGravatar Joey Hess2012-12-09
| | |
| * | add yesod-form to cabalGravatar Joey Hess2012-12-09
| | |
| * | improve cabal instructions to handle installing c2hsGravatar Joey Hess2012-12-09
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk3dZt8HylpdWM-cEpHkxiKobwOsSzEaMY2012-12-09
| | |
| | * Added a comment: gadu 0.03 is upGravatar Steve2012-12-09
| | |
| | * Added a commentGravatar spwhitton2012-12-08
| |/
| * blog for the dayGravatar Joey Hess2012-12-08
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-08
| |\
| * | insane osx short library name hackGravatar Joey Hess2012-12-08
| | | | | | | | | | | | | | | | | | | | | | | | Since I'm dealing with arbitrarily short fields in which to store the library name, and would have to rebuild a bunch of stuff like git to avoid that, and I have to prefix this obnoxiously long "@executable_path" to it, it's easy to run out of space. This makes it use 1 and 2 letter long filenames for libraries in the app. Fun fun fun fun fun.
| | * Added a commentGravatar http://edheil.wordpress.com/2012-12-08
| | |
| * | fix library filenames in osx appGravatar Joey Hess2012-12-08
| | |
| * | fix bin paths in osx appGravatar Joey Hess2012-12-08
| | |
| * | updateGravatar Joey Hess2012-12-08
| |/
* | Got object sending working in direct mode.Gravatar Joey Hess2012-12-08
| | | | | | | | | | | | | | | | | | | | | | However, I don't yet have a reliable way to deal with files being modified while they're being transferred. I have code that detects it on the sending side, but the receiver is still free to move the wrong content into its annex, and record that it has the content. So that's not acceptable, and I'll need to work on it some more. However, at this point I can use a direct mode repository as a remote and transfer files from and to it.
| * better messageGravatar Joey Hess2012-12-08
| |
| * chmod libs so install_name_tool can modify themGravatar Joey Hess2012-12-08
| |
* | better messageGravatar Joey Hess2012-12-08
| |
* | chmod libs so install_name_tool can modify themGravatar Joey Hess2012-12-08
| |
* | update the cache automatically when moving objects in or outGravatar Joey Hess2012-12-08
| |