summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 3.201204303.20120430Gravatar Joey Hess2012-04-30
|
* fix test suite buildGravatar Joey Hess2012-04-30
|
* percentage libraryGravatar Joey Hess2012-04-29
|
* show percent the bloom filter is fullGravatar Joey Hess2012-04-29
|
* refactorGravatar Joey Hess2012-04-29
|
* Added a commentGravatar http://joey.kitenet.net/2012-04-29
|
* Added shared cipher mode to encryptable special remotes.Gravatar Joey Hess2012-04-29
| | | | | | This option avoids gpg key distribution, at the expense of flexability, and with the requirement that all clones of the git repository be equally trusted.
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-04-29
|
* Added a commentGravatar http://joey.kitenet.net/2012-04-29
|
* Added a commentGravatar http://joey.kitenet.net/2012-04-29
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-04-29
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-04-28
|
* display "Recording state in git..." when staging the journalGravatar Joey Hess2012-04-27
| | | | | | | | A bit tricky to avoid printing it twice in a row when there are queued git commands to run and journal to stage. Added a generic way to run an action that may output multiple side messages, with only the first displayed.
* uninit: Clear annex.uuid from .git/config. Closes: #670639Gravatar Joey Hess2012-04-27
|
* Added a comment: Problems with Base & CryptoGravatar https://www.google.com/accounts/o8/id?id=AItOawkO9tsPZkAxEulq2pGCdwz4md-LqB0RcMw2012-04-25
|
* Added a commentGravatar http://joey.kitenet.net/2012-04-24
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE2012-04-24
|
* show amount of reserved spaceGravatar Joey Hess2012-04-23
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-04-23
|\
| * Added a commentGravatar http://joey.kitenet.net/2012-04-23
| |
| * Added a commentGravatar http://joey.kitenet.net/2012-04-23
| |
| * Added a commentGravatar http://christian.amsuess.com/chrysn2012-04-23
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-04-23
|\|
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlYu7QmD7wrbHWkoxuriaA9XcijM-g5vrQ2012-04-23
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE2012-04-22
| |
* | fix namesGravatar Joey Hess2012-04-22
|/
* remove unneeded dependencyGravatar Joey Hess2012-04-22
|
* Added a commentGravatar http://joey.kitenet.net/2012-04-22
|
* unbreak code inside ifdefGravatar Joey Hess2012-04-22
|
* simplfy versioned base dependencyGravatar Joey Hess2012-04-22
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE2012-04-22
|
* Added a commentGravatar http://joey.kitenet.net/2012-04-22
|
* typoGravatar Joey Hess2012-04-22
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE2012-04-22
|
* bugfixesGravatar Joey Hess2012-04-22
|
* fixedGravatar Joey Hess2012-04-22
|
* Add annex.httpheaders and annex.httpheader-command config settingsGravatar Joey Hess2012-04-22
| | | | | | Allow custom headers to be sent with all HTTP requests. (Requested by the Internet Archive)
* addGravatar Joey Hess2012-04-22
|
* noopGravatar Joey Hess2012-04-21
|
* in which I discover voidGravatar Joey Hess2012-04-21
| | | | void :: Functor f => f a -> f () -- ah, of course that's useful :)
* Added a commentGravatar http://joey.kitenet.net/2012-04-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-04-21
|\
* | cache parsed core.sharedrepositoryGravatar Joey Hess2012-04-21
| |
* | honor core.sharedRepository when making all the other files in the annexGravatar Joey Hess2012-04-21
| | | | | | | | Lock files, directories, etc.
* | better file mode setting codeGravatar Joey Hess2012-04-21
| |
* | Support git's core.sharedRepository configurationGravatar Joey Hess2012-04-21
| | | | | | | | | | | | This is incomplete, it does not honor it yet for hash directories and other annex bookkeeping files. Some of that is not needed for a bare repo; some of it may be.
| * Added a commentGravatar http://joey.kitenet.net/2012-04-21
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-04-21
|\|
* | avoid chown call if the current file mode is same as newGravatar Joey Hess2012-04-21
| | | | | | | | | | | | | | Not only an optimisation. fsck always tried to preventWrite to make sure file modes are good, and in a shared repo, that will fail on directories not owned by the current user. Although there may be other problems with such a setup.
| * getting "permission denied" in fsck, looking for causeGravatar http://christian.amsuess.com/chrysn2012-04-21
|/