Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | memoize parsing of annex.direct config setting | Joey Hess | 2012-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.. | ||
* | blog for the day | Joey Hess | 2012-12-28 |
| | |||
* | OSX assistant: Uses direct mode by default when setting up a new local ↵ | Joey Hess | 2012-12-28 |
| | | | | repository. | ||
* | fix fsevents rename handling | Joey Hess | 2012-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 fsevents | Joey Hess | 2012-12-28 |
| | | | | This avoids some churn. | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-12-28 |
|\ | |||
* | | add missing modifyHook for watcher | Joey Hess | 2012-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 files | Joey Hess | 2012-12-28 |
| | | |||
| * | Added a comment: Great util! | markus | 2012-12-28 |
|/ | |||
* | Added a comment | http://joeyh.name/ | 2012-12-28 |
| | |||
* | Added a comment: Linux Support | https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M | 2012-12-27 |
| | |||
* | blog for the day | Joey Hess | 2012-12-27 |
| | |||
* | OSX no longer affected by kqueue bugs | Joey Hess | 2012-12-27 |
| | |||
* | typo | Joey Hess | 2012-12-27 |
| | |||
* | exclude closed bugs | Joey Hess | 2012-12-27 |
| | |||
* | startup scan for FSEvents | Joey Hess | 2012-12-27 |
| | |||
* | fsevents bugfix for symlinks | Joey Hess | 2012-12-27 |
| | |||
* | OSX FSEvents support | Joey Hess | 2012-12-27 |
| | | | | | Needs work to deal with directory renames better; otherwise seems to basically work. | ||
* | poll vote (Tahoe-LAFS) | 108.13.12.20 | 2012-12-26 |
| | |||
* | sudo should not be used with homebrew | https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q | 2012-12-26 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-12-25 |
|\ | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawltmUlf_zHb-hDkjLLYeUxyd81YVoIgZew | 2012-12-25 |
| | | |||
* | | update | Joey Hess | 2012-12-25 |
| | | |||
* | | blog for the day | Joey Hess | 2012-12-25 |
| | | |||
* | | assistant direct mode file add/change bookkeeping | Joey Hess | 2012-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 files | Joey Hess | 2012-12-25 |
| | | |||
* | | use sync command merge engine in assistant | Joey Hess | 2012-12-25 |
| | | | | | | | | To handle direct mode merging. | ||
| * | Added a comment: Still somewhat broken | https://www.google.com/accounts/o8/id?id=AItOawltmUlf_zHb-hDkjLLYeUxyd81YVoIgZew | 2012-12-25 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-12-25 |
|\ | |||
* | | add a guard against using git annex add in direct mode repo | Joey Hess | 2012-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 mode | Joey Hess | 2012-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 mode | Joey Hess | 2012-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 mode | Joey Hess | 2012-12-24 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2012-12-23 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2012-12-23 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2012-12-23 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo | 2012-12-23 |
| | | |||
| * | (no commit message) | http://www.joachim-breitner.de/ | 2012-12-22 |
| | | |||
| * | added link to forum post | Steve | 2012-12-22 |
| | | |||
| * | (no commit message) | Steve | 2012-12-22 |
| | | |||
| * | (no commit message) | Steve | 2012-12-22 |
|/ | |||
* | adjust path for logs | Joey Hess | 2012-12-21 |
| | |||
* | moved my autobuild | Joey Hess | 2012-12-21 |
| | |||
* | SHA*E backends: Exclude non-alphanumeric characters from extensions. | Joey Hess | 2012-12-20 |
| | | | | | | * SHA*E backends: Exclude non-alphanumeric characters from extensions. * migrate: Remove leading \ in SHA* checksums, and non-alphanumerics from extensions of SHA*E keys. | ||
* | handle sha*sum's leading \ in checksum with certian unsual filenames | Joey Hess | 2012-12-20 |
| | | | | | | | | * Bugfix: Remove leading \ from checksums output by sha*sum commands, when the filename contains \ or a newline. Closes: #696384 * fsck: Still accept checksums with a leading \ as valid, now that above bug is fixed. * migrate: Remove leading \ in checksums | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-12-20 |
|\ | |||
| * | (no commit message) | spwhitton | 2012-12-20 |
| | | |||
* | | check | Joey Hess | 2012-12-20 |
| | | |||
* | | another quickcheck | Joey Hess | 2012-12-20 |
| | | |||
* | | test | Joey Hess | 2012-12-19 |
| | |