aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* 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
| |
| * (no commit message)Gravatar Steve2012-12-22
|/
* adjust path for logsGravatar Joey Hess2012-12-21
|
* moved my autobuildGravatar Joey Hess2012-12-21
|
* SHA*E backends: Exclude non-alphanumeric characters from extensions.Gravatar Joey Hess2012-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 filenamesGravatar Joey Hess2012-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.comGravatar Joey Hess2012-12-20
|\
| * (no commit message)Gravatar spwhitton2012-12-20
| |
* | checkGravatar Joey Hess2012-12-20
| |
* | another quickcheckGravatar Joey Hess2012-12-20
| |
* | testGravatar Joey Hess2012-12-19
| |
* | remove unused fieldsGravatar Joey Hess2012-12-19
| |
* | refactorGravatar Joey Hess2012-12-19
| |
* | more quickcheck funGravatar Joey Hess2012-12-19
| | | | | | | | and the code gets better..
| * Added a commentGravatar http://edheil.wordpress.com/2012-12-20
|/
* blog for the dayGravatar Joey Hess2012-12-19
|
* more quickcheck funGravatar Joey Hess2012-12-19
|
* quickcheck test for transfer info read/write codeGravatar Joey Hess2012-12-19
| | | | Fixed a bug the quickcheck turned up.
* move old comments away so as not to scare usersGravatar Joey Hess2012-12-19
|
* renamed; not assistant specificGravatar Joey Hess2012-12-19
|
* updateGravatar Joey Hess2012-12-19
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-19
|\
* | improve pagespecGravatar Joey Hess2012-12-19
| |
| * Added a commentGravatar http://joeyh.name/2012-12-19
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-19
|\
* | Bugfix: Fixed bug parsing transfer info filesGravatar Joey Hess2012-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The newline after the filename was included in it. This was generally benign -- mostly these filenames are just displayed, and the newline didn't matter. But in the assistant, it caused unexpected dropping of preferred content. A characteristic of this bug is that the drop was displayed like this: drop some_file ok
| * Added a commentGravatar http://edheil.wordpress.com/2012-12-19
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-12-19
|\
* | commentGravatar Joey Hess2012-12-19
| |
* | updateGravatar Joey Hess2012-12-19
| |
* | commentGravatar Joey Hess2012-12-19
| |
* | normalise associated filesGravatar Joey Hess2012-12-19
| | | | | | | | | | Sometimes ./file will be passed in, and sometimes file; need to treat these the same.
| * (no commit message)Gravatar spwhitton2012-12-19
|/
* blog for the dayGravatar Joey Hess2012-12-18
|