Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tweak | Joey Hess | 2011-09-14 |
| | |||
* | refactor | Joey Hess | 2011-09-14 |
| | |||
* | optimize: A new subcommand that either gets or drops file content as needed ↵ | Joey Hess | 2011-09-14 |
| | | | | | | | | to work toward meeting the configured numcopies setting. This is currently rather simplistic, though still useful. In the future, it could become smarter about what content is stored where, etc. | ||
* | shorten synopsis | Joey Hess | 2011-09-14 |
| | |||
* | more newline fixes | Joey Hess | 2011-09-09 |
| | | | | | | | | | | Adds a missing newline when a longnote is followed by a endresult. Multiple longnotes in a row will now be separated by a blank line, which could be a bug or a feature depending on taste. Removed several places where newlines were explicitly displayed after longnotes. | ||
* | fix / escape | Joey Hess | 2011-09-09 |
| | |||
* | addurl: Always use whole url as destination filename, rather than only its ↵ | Joey Hess | 2011-09-07 |
| | | | | | | | | | | | | | file component. First, this ensures that git annex addurl, when run repeatedly with the same url, doesn't create duplicate files, which it did before when it fell back to the longer filename. Secondly, the file part of an url is frequently not very descriptive on its own. The uri scheme, auth, and port is intentionally left out, as clutter. | ||
* | simplify | Joey Hess | 2011-09-07 |
| | |||
* | Fix build without S3. | Joey Hess | 2011-09-07 |
| | |||
* | refactor | Joey Hess | 2011-09-06 |
| | |||
* | whereis: Show untrusted locations separately and do not include in location ↵ | Joey Hess | 2011-09-06 |
| | | | | count. | ||
* | add news item for git-annex 3.20110906 | Joey Hess | 2011-09-06 |
| | |||
* | releasing version 3.201109063.20110906 | Joey Hess | 2011-09-06 |
| | |||
* | Fix Makefile to work with cabal again. | Joey Hess | 2011-09-06 |
| | |||
* | switch to using cabal-install git-annex | Joey Hess | 2011-09-06 |
| | |||
* | add josn build dep | Joey Hess | 2011-09-06 |
| | |||
* | add json to build scripts | Joey Hess | 2011-09-06 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-09-06 |
|\ | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl0-EtQjVUNysjom6sTlQxRUwkwD6uPx88 | 2011-09-06 |
| | | |||
* | | Improve display of newlines around error and warning messages. | Joey Hess | 2011-09-06 |
|/ | |||
* | remove now unnecessary commit after get | Joey Hess | 2011-09-05 |
| | |||
* | remove now-unnecessary commit after drop | Joey Hess | 2011-09-05 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-09-05 |
| | |||
* | Added a comment: Is it necessary to commit after the 'drop'? | DavidEdmondson | 2011-09-05 |
| | |||
* | add news item for git-annex 3.20110902 | Joey Hess | 2011-09-02 |
| | |||
* | releasing version 3.201109023.20110902 | Joey Hess | 2011-09-02 |
| | |||
* | avoid showing json lists of remotes when not in json mode | Joey Hess | 2011-09-02 |
| | |||
* | rsync and wget use stderr for progress, so no problem | Joey Hess | 2011-09-01 |
| | |||
* | close bug with some caveats | Joey Hess | 2011-09-01 |
| | |||
* | add json formatted list of remotes | Joey Hess | 2011-09-01 |
| | | | | | Wherever a list of remotes is shown, --json now enables a json formatted list. | ||
* | basic json support | Joey Hess | 2011-09-01 |
| | | | | | | | | | | | | | | | | | | This includes a generic JSONStream library built on top of Text.JSON (somewhat hackishly). It would be possible to stream out a single json document describing all actions, but it's probably better for consumers if they can expect one json document per line, so I did it that way instead. Output from external programs used for transferring files is not currently hidden when outputting json, which probably makes it not very useful there. This may be dealt with if there is demand for json output for --get or --move to be parsable. The version, status, and find subcommands have hand-crafted output and don't do json. The whereis subcommand needs to be modified to produce useful json. | ||
* | generalize quiet flag to output type | Joey Hess | 2011-09-01 |
| | | | | This will allow adding other styles of output. | ||
* | add explanation for why strictness is needed here | Joey Hess | 2011-08-31 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-08-31 |
|\ | |||
* | | unused --remote: Reduced memory use to 1/4th what was used before. | Joey Hess | 2011-08-31 |
| | | | | | | | | | | | | | | Using a single strictness annotation, in just the right place. Tried several others, none of which helped and some of which potentially hurt. This is only the second time I've really had to deal with this in a year of using haskell, which is, I suppose not that bad. | ||
| * | (no commit message) | http://jefferai.org/ | 2011-08-30 |
| | | |||
* | | unused, status: Sped up by avoiding unnecessary stats of annexed files. | Joey Hess | 2011-08-30 |
|/ | | | | | | | | Statting files returned by dirContents to see if they exist and are regular files seems pretty useless. This code was originally part of fsck, and perhaps the idea then was to avoid things returned by dirContents that were not files. But it's certianly not needed in the current use cases for getKeysPresent. | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-08-30 |
|\ | |||
* | | smudge update: Not practical. | Joey Hess | 2011-08-30 |
| | | |||
* | | tweak | Joey Hess | 2011-08-30 |
| | | |||
| * | Added a comment | http://www.schleptet.net/~cfm/ | 2011-08-30 |
|/ | |||
* | link to patch | Joey Hess | 2011-08-29 |
| | |||
* | update; showstopper issue with current git | Joey Hess | 2011-08-29 |
| | | | | developed a patch for git, we'll see if they like it.. | ||
* | init: Make description an optional parameter. | Joey Hess | 2011-08-29 |
| | |||
* | update | Joey Hess | 2011-08-29 |
| | |||
* | close | Joey Hess | 2011-08-29 |
| | |||
* | update to not overstate the danger or WORM | Joey Hess | 2011-08-29 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-08-29 |
| | |||
* | (no commit message) | cwg | 2011-08-29 |
| | |||
* | (no commit message) | cwg | 2011-08-29 |
| |