summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 0.201106100.20110610Gravatar Joey Hess2011-06-10
|
* Bugfix: Fix fsck to not think all SHAnE keys are bad.Gravatar Joey Hess2011-06-10
|
* get --from is the same as copy --fromGravatar Joey Hess2011-06-09
| | | | | | | | get not honoring --from has surprised me a few times, so least surprise suggests it should just behave like copy --from. This leaves the difference between get and copy being that copy always requires the remote to copy from, while get will decide whether to get a file from a key/value store or a remote.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-06-09
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-06-08
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnEpj9IoEzNagnLDTTc9ormo5orwHW5aaI2011-06-08
| |
| * (no commit message)Gravatar ssqq2011-06-04
| |
| * Added a comment: git annex unusedGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-06-02
| |
| * Added a comment: git annex unusedGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-06-02
| |
| * Added a comment: git annex unlock --readonlyGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-06-02
| |
* | tweakGravatar Joey Hess2011-06-02
| |
* | refactorGravatar Joey Hess2011-06-02
|/
* updateGravatar Joey Hess2011-06-02
|
* fixGravatar Joey Hess2011-06-02
|
* reformatGravatar Joey Hess2011-06-02
|
* updateGravatar Joey Hess2011-06-02
|
* updateGravatar Joey Hess2011-06-02
|
* adjust to use primary git repoGravatar Joey Hess2011-06-02
|
* add fedora install instructionsGravatar Joey Hess2011-06-02
|
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
|
* better types allowed breaking module dep loopGravatar Joey Hess2011-06-01
|
* (no commit message)Gravatar http://joey.kitenet.net/2011-06-01
|
* Add --trust, --untrust, and --semitrust options.Gravatar Joey Hess2011-06-01
|
* mention --numcopiesGravatar Joey Hess2011-06-01
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-06-01
|
* Add --numcopies option.Gravatar Joey Hess2011-06-01
|
* Added a commentGravatar http://joey.kitenet.net/2011-06-01
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-06-01
|
* (no commit message)Gravatar http://joey.kitenet.net/2011-06-01
|
* (no commit message)Gravatar http://joey.kitenet.net/2011-06-01
|
* add news item for git-annex 0.20110601Gravatar Joey Hess2011-06-01
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-06-01
|\
* | releasing version 0.201106010.20110601Gravatar Joey Hess2011-06-01
| |
* | remove unnecessary importsGravatar Joey Hess2011-06-01
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-05-31
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-05-31
|/
* Somewhat sped up `git commit` of modifications to unlocked files.Gravatar Joey Hess2011-05-31
| | | | | | | | | | | | Avoid git reset here too, so I no longer need to care that it's much more expensive than seems wise (but I asked the git list about that anyway). It's not necessary to reset the staged file content from the index, as the `git add` of the the symlink will replace it anyway. `git commit` of unlocked files is still slow, since git still has to shove their entire content into the index, only to have it be thrown away. So it's still better to use `git annex add`
* Fix locking of files with staged changes.Gravatar Joey Hess2011-05-31
| | | | | Previously, lock would skip files that had staged changes, but that is counterintuitive, I think.
* Added a comment: fixedGravatar http://joey.kitenet.net/2011-05-31
|
* Massively sped up `git annex lock` by avoiding use of the uber-slow `git ↵Gravatar Joey Hess2011-05-31
| | | | reset`, and only running `git checkout` once, even when many files are being locked.
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-05-31
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2011-05-31
|
* unused --from . checks local repo, for consistencyGravatar Joey Hess2011-05-28
|
* bugfix: fix unused list numberingGravatar Joey Hess2011-05-28
| | | | Introduced in 43f0a666f0f6cc152a2b778921831d6d7daedcaf
* tweakGravatar Joey Hess2011-05-28
|
* improve unused command's outputGravatar Joey Hess2011-05-28
| | | | | Display the name of the remote being checked, with "." for the current remote, echoing the way describe takes that to change its description.
* improve error message when no remote name is specifiedGravatar Joey Hess2011-05-28
| | | | list available remotes in case user wanted to use or change one of them
* show error message on unexpected parameters to commands that take noneGravatar Joey Hess2011-05-28
| | | | Before it would exit nonzero w/o doing anything, which was confusing.
* simplifyGravatar Joey Hess2011-05-28
|
* bleaghGravatar Joey Hess2011-05-28
|