summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | avoid double commits with inotify when direct mode file is createdGravatar Joey Hess2012-12-29
| |
* | convert notBareRepo to a CommandCheckGravatar Joey Hess2012-12-29
| | | | | | | | | | | | This avoids some small overhead by only running the check once per command; it also ensures that, even if the command doesn't find anything to run on, it still fails to run when in a bare repo.
* | document --autostartGravatar Joey Hess2012-12-29
| |
* | block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
| | | | | | | | | | I left status working in direct mode, although it doesn't show correct stats for known annex keys.
* | memoize parsing of annex.direct config settingGravatar Joey Hess2012-12-29
| | | | | | | | | | | | It occurs to me that all config settings should be parsed once at startup, into a proper ADT, rather than all this ad-hoc parsing and memoization. One day..
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-12-29
| |
| * Added a comment: Release + Version NumberGravatar https://www.google.com/accounts/o8/id?id=AItOawnFhHPFP7j3wGNgBxEJoA8LcBJ4Xd1tTMY2012-12-29
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog2012-12-29
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA2012-12-28
| |
| * Added a commentGravatar http://phil.0x539.de/2012-12-28
| |
| * Added a comment: Large Mountain Loin package sizeGravatar https://www.google.com/accounts/o8/id?id=AItOawkBTVYS5lTecuenAB01eHgfUxE20vWVpU42012-12-28
|/
* blog for the dayGravatar Joey Hess2012-12-28
|
* OSX assistant: Uses direct mode by default when setting up a new local ↵Gravatar Joey Hess2012-12-28
| | | | repository.
* fix fsevents rename handlingGravatar Joey Hess2012-12-28
| | | | | For both files and whole directories; also tested on moving whole dirs out of and into the working copy.
* ignore events generated by us in fseventsGravatar Joey Hess2012-12-28
| | | | This avoids some churn.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-28
|\
* | add missing modifyHook for watcherGravatar Joey Hess2012-12-28
| | | | | | | | | | Needed for FSEvents, which calls that hook for modified files. inotify seems to call the add hook, so I didn't notice it before.
* | fix logic error breaking direct mode assistant autocommit of modified filesGravatar Joey Hess2012-12-28
| |
| * Added a comment: Great util!Gravatar markus2012-12-28
|/
* Added a commentGravatar http://joeyh.name/2012-12-28
|
* Added a comment: Linux SupportGravatar https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M2012-12-27
|
* blog for the dayGravatar Joey Hess2012-12-27
|
* OSX no longer affected by kqueue bugsGravatar Joey Hess2012-12-27
|
* typoGravatar Joey Hess2012-12-27
|
* exclude closed bugsGravatar Joey Hess2012-12-27
|
* startup scan for FSEventsGravatar Joey Hess2012-12-27
|
* fsevents bugfix for symlinksGravatar Joey Hess2012-12-27
|
* OSX FSEvents supportGravatar Joey Hess2012-12-27
| | | | | Needs work to deal with directory renames better; otherwise seems to basically work.
* poll vote (Tahoe-LAFS)Gravatar 108.13.12.202012-12-26
|
* sudo should not be used with homebrewGravatar https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q2012-12-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-25
|\
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawltmUlf_zHb-hDkjLLYeUxyd81YVoIgZew2012-12-25
| |
* | updateGravatar Joey Hess2012-12-25
| |
* | blog for the dayGravatar Joey Hess2012-12-25
| |
* | assistant direct mode file add/change bookkeepingGravatar Joey Hess2012-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file is changed in direct mode, the old content is probably lost (at least from the local repo), and bookeeping needs to be updated to reflect this. Also, synthetic add events are generated at assistant startup, so make it detect when the file has not really changed, and avoid re-adding it. This does add the overhead of querying the runing git cat-file for the key that's recorded in git for the file, each time a file is added or modified in direct mode.
* | document direct mode filesGravatar Joey Hess2012-12-25
| |
* | use sync command merge engine in assistantGravatar Joey Hess2012-12-25
| | | | | | | | To handle direct mode merging.
| * Added a comment: Still somewhat brokenGravatar https://www.google.com/accounts/o8/id?id=AItOawltmUlf_zHb-hDkjLLYeUxyd81YVoIgZew2012-12-25
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-25
|\
* | add a guard against using git annex add in direct mode repoGravatar Joey Hess2012-12-24
| | | | | | | | | | Currently, it deletes files when run in one, so until I get a chance to fix it, block foot shooting.
* | assistant adding of modified files in direct modeGravatar Joey Hess2012-12-24
| | | | | | | | | | Works with inotify, but I think in kqueue we don't get events existing files that get modified.
* | make startup scan for deleted files work in direct modeGravatar Joey Hess2012-12-24
| | | | | | | | | | | | | | | | | | | | git add --update cannot be used, because it'll stage typechanged direct mode files. Intead, use ls-files to find deleted files, and stage them ourselves. It seems that no commit was made before when the scan staged deleted files. (Probably masked since if files were added, a commit happened then..) Now that I'm doing the staging, I was also able to fix that bug.
* | assistant adding of files in direct modeGravatar Joey Hess2012-12-24
| |
| * Added a commentGravatar http://joeyh.name/2012-12-23
| |
| * Added a commentGravatar http://joeyh.name/2012-12-23
| |
| * Added a commentGravatar http://joeyh.name/2012-12-23
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-12-23
| |
| * (no commit message)Gravatar http://www.joachim-breitner.de/2012-12-22
| |
| * added link to forum postGravatar Steve2012-12-22
| |
| * (no commit message)Gravatar Steve2012-12-22
| |