summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix caching of decrypted ciphers, which failed when drop had to check ↵Gravatar Joey Hess2011-12-08
| | | | multiple different encrypted special remotes.
* (no commit message)Gravatar http://gebi.myopenid.com/2011-12-08
|
* Added a commentGravatar http://joey.kitenet.net/2011-12-07
|
* add: If interrupted, add can leave files converted to symlinks but not yet ↵Gravatar Joey Hess2011-12-07
| | | | added to git. Running the add again will now clean up this situtation.
* change footerGravatar Joey Hess2011-12-07
|
* responseGravatar Joey Hess2011-12-07
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU2011-12-07
|
* (no commit message)Gravatar http://gebi.myopenid.com/2011-12-07
|
* (no commit message)Gravatar http://gebi.myopenid.com/2011-12-07
|
* (no commit message)Gravatar http://gebi.myopenid.com/2011-12-07
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU2011-12-06
|
* responseGravatar Joey Hess2011-12-06
|
* (no commit message)Gravatar http://gebi.myopenid.com/2011-12-06
|
* Added a commentGravatar http://joey.kitenet.net/2011-12-06
|
* Prevent key names from containing newlines.Gravatar Joey Hess2011-12-06
| | | | | | | | | There are several places where it's assumed a key can be written on one line. One is in the format of the .git/annex/unused files. The difficult one is that filenames derived from keys are fed into git cat-file --batch, which has a line based input. (And no -z option.) So, for now it's best to block such keys being created.
* Added a commentGravatar http://joey.kitenet.net/2011-12-06
|
* Added a commentGravatar http://joey.kitenet.net/2011-12-06
|
* Gravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU2011-12-06
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU2011-12-06
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU2011-12-06
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU2011-12-06
|
* added a branch for the new monad-control 0.3Gravatar Joey Hess2011-12-05
|
* respondGravatar Joey Hess2011-12-05
|
* fixed a long time agoGravatar Joey Hess2011-12-05
|
* (no commit message)Gravatar http://peter-simons.myopenid.com/2011-12-05
|
* (no commit message)Gravatar http://peter-simons.myopenid.com/2011-12-05
|
* map: Fix a failure to detect a loop when both repositories are local and ↵Gravatar Joey Hess2011-12-04
| | | | refer to each other with relative paths.
* add news item for git-annex 3.20111203Gravatar Joey Hess2011-12-03
|
* releasing version 3.201112033.20111203Gravatar Joey Hess2011-12-03
|
* update for dead reposGravatar Joey Hess2011-12-03
|
* refactorGravatar Joey Hess2011-12-03
|
* addGravatar Joey Hess2011-12-02
|
* fix display of dead repositories in statusGravatar Joey Hess2011-12-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-12-02
|\
* | dead: A command which says that a repository is gone for good and you don't ↵Gravatar Joey Hess2011-12-02
| | | | | | | | want git-annex to mention it again.
* | closeGravatar Joey Hess2011-12-02
| |
| * closeGravatar Joey Hess2011-12-02
|/
* renameGravatar Joey Hess2011-12-02
|
* factor out untilTrueGravatar Joey Hess2011-12-02
|
* convert rsync special backend to using both hash directory typesGravatar Joey Hess2011-12-02
|
* use lowercase hash by default; non-bare repos are a special caseGravatar Joey Hess2011-12-02
| | | | | | | | Directory special remotes will now always store keys in the lowercase name, which avoids the complication of catching failures to create the mixed case name. Git remotes using http will now try the lowercase name first.
* refactorGravatar Joey Hess2011-12-02
|
* wordingGravatar Joey Hess2011-12-02
|
* Merge branch 'master' into hashdirlowerGravatar Joey Hess2011-12-01
|\
| * ideaGravatar Joey Hess2011-12-01
| |
* | cleanupGravatar Joey Hess2011-11-30
| |
* | clarifyGravatar Joey Hess2011-11-28
| |
* | refactorGravatar Joey Hess2011-11-28
| |
* | optimize gitAnnexLocationGravatar Joey Hess2011-11-28
| | | | | | | | For non-bare it's back to doing no work.
* | store content in hashDirLower directories in bare repositoriesGravatar Joey Hess2011-11-28
| | | | | | | | | | | | | | When storing content in bare repositories, use the hashDirLower directories. Bare repositories can be on USB drives, which might use the FAT filesystem, and fall afoul of recent bugs in linux's handling of mixed case on FAT. Using hashDirLower avoids that.