summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* | blog for the dayGravatar Joey Hess2013-02-10
| |
* | updateGravatar Joey Hess2013-02-10
| |
| * Now uses the Haskell uuid library, rather than needing a uuid program.Gravatar Joey Hess2013-02-10
| | | | | | | | | | | | | | | | Been meaning to do this for some time; Android port was last straw. Note that newer versions of the uuid library have a Data.UUID.V4 that generates random UUIDs slightly more cleanly, but Debian has an old version of the library, so I do it slightly round-about.
* | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC02013-02-10
| |
* | Added a comment: Write and exec on unrooted Android.Gravatar hhm2013-02-10
| |
* | Added a commentGravatar http://edheil.wordpress.com/2013-02-09
| |
* | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o2013-02-09
| |
* | removedGravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o2013-02-09
| |
* | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o2013-02-09
| |
* | Added a comment: Use a remote as a sharing site for files with obfuscated URLsGravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o2013-02-09
| |
* | Added a commentGravatar http://joeyh.name/2013-02-09
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-08
|\ \
* | | blog for the dayGravatar Joey Hess2013-02-08
| |/ |/|
| * (no commit message)Gravatar andy2013-02-08
|/
* blog for the dayGravatar Joey Hess2013-02-08
| | | | Which spanned 5 am to 1 am. Urk.
* try percentage width.. will it work?Gravatar Joey Hess2013-02-07
|
* sizingGravatar Joey Hess2013-02-07
|
* layoutGravatar Joey Hess2013-02-07
|
* layoutGravatar Joey Hess2013-02-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-07
|\
* | add my lca talkGravatar Joey Hess2013-02-07
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm642UBkwhyj_oG2Fno1LiuO2naxCJYaN02013-02-07
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmhjlfoU21OiXKH_MXw75Uq5EsX7LJW5p02013-02-07
| |
| * Added a commentGravatar http://joeyh.name/2013-02-07
| |
| * Added a commentGravatar http://joeyh.name/2013-02-07
| |
| * Added a commentGravatar http://joeyh.name/2013-02-07
|/
* update for releaseGravatar Joey Hess2013-02-07
|
* add news item for git-annex 3.20130207Gravatar Joey Hess2013-02-07
|
* Clean up direct mode cache and mapping info when dropping keys.Gravatar Joey Hess2013-02-07
| | | | | | | | | | | | | | These files were left behind, and made getKeysPresent find keys that were not present. It would be expensive to make getKeysPresent check that the actual key files are present (it just lists the directories). But that's not needed if we just clean up the stale cache and mapping files. To handle systems that were in direct mode and got switched back with stale direct mode files, made cleanObjectLoc remove all files in the key's directory. git annex unused will still list keys that are gone but for which the stale direct mode files exists. To deal with that, made dropunused remove the key's directory even if the key does not seem to be present.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-07
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawksKHc0H_4WXgagabhi8w3dJjgkAl335R42013-02-07
| |
| * (no commit message)Gravatar https://launchpad.net/~arand2013-02-07
| |
| * (no commit message)Gravatar https://launchpad.net/~arand2013-02-07
| |
* | add link to ghc-androidGravatar Joey Hess2013-02-07
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawksKHc0H_4WXgagabhi8w3dJjgkAl335R42013-02-07
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawksKHc0H_4WXgagabhi8w3dJjgkAl335R42013-02-07
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-06
|\
* | blog for the dayGravatar Joey Hess2013-02-06
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm642UBkwhyj_oG2Fno1LiuO2naxCJYaN02013-02-06
| |
* | uninit, unannex --fast: If hard link creation fails, fall back to slow mode.Gravatar Joey Hess2013-02-06
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-06
|\
* | pre-commit: Update direct mode mappings.Gravatar Joey Hess2013-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Making the pre-commit hook look at git diff-index to find changed direct mode files and update the mappings works pretty well. One case where it does not work is when a file is git annex added, and then git rmed, and then this is committed. That's a no-op commit, so the hook probably doesn't even run, and it certianly never notices that the file was deleted, so the mapping will still have the original filename in it. For this and other reasons, it's important that the mappings still be treated as possibly inconsistent. Also, the assistant now allows the pre-commit hook to run when in direct mode, so the mappings also get updated there.
| * poll vote (An Ubuntu PPA would be supercool! Thanks for your great work!!)Gravatar 110.32.114.1442013-02-06
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE2013-02-06
| |
| * Fix typosGravatar Richard Hartmann2013-02-06
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-02-05
|\
* | blog for the dayGravatar Joey Hess2013-02-05
| |
* | updateGravatar Joey Hess2013-02-05
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q2013-02-05
| |
* | Deal with stale mappings for deleted file in direct mode.Gravatar Joey Hess2013-02-05
|/ | | | | | | | | | | | The most common way for a mapping to be stale is when a file was deleted, or renamed. Nothing updates the mappings for deletions yet. But they can also become stale in other ways. For example a file can be modified. So, the mapping is not trusted to be consistent. When we get a key, only replace symlinks that still point to that key with its content. When we drop a key, only put back symlinks for files that still have the direct mode content.