Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | contentlocation, examinekey, lookupkey: Added --batch mode option. | Joey Hess | 2015-05-06 |
| | |||
* | assistant: Added --autostop to complement --autostart. | Joey Hess | 2015-05-01 |
| | |||
* | Improve behavior when a git-annex command is told to operate on a file that ↵ | Joey Hess | 2015-04-30 |
| | | | | doesn't exist. It will now continue to other files specified after that on the command line, and only error out at the end. | ||
* | move nubbing into function whose algo needs a nubbed list | Joey Hess | 2015-04-30 |
| | |||
* | improve messages | Joey Hess | 2015-04-30 |
| | |||
* | import: Before removing a duplicate file in --deduplicate or ↵ | Joey Hess | 2015-04-30 |
| | | | | --clean-duplicates mode, verify that enough copies of its content still exist. | ||
* | refactor | Joey Hess | 2015-04-30 |
| | |||
* | nub list after adding ocal uuid to it | Joey Hess | 2015-04-30 |
| | | | | | | This potentially fixes a numcopies counting bug when dropping --from a remote, and the local repository is trusted. The local repo would end up in the list twice, so it would verify one less copy than it was supposed to. | ||
* | import: Don't stop entire import when one file fails due to being gitignored ↵ | Joey Hess | 2015-04-29 |
| | | | | or conflicting with something in the work tree. | ||
* | import: Check for gitignored files before moving them into the tree. (Needs ↵ | Joey Hess | 2015-04-29 |
| | | | | git 1.8.4 or newer.) | ||
* | Fix bogus failure of fsck --fast. | Joey Hess | 2015-04-27 |
| | |||
* | clean up imports | Joey Hess | 2015-04-19 |
| | |||
* | removed all uses of undefined from code base | Joey Hess | 2015-04-19 |
| | | | | It's a code smell, can lead to hard to diagnose error messages. | ||
* | forgot to add these | Joey Hess | 2015-04-18 |
| | |||
* | required: New command, like wanted, but for required content. | Joey Hess | 2015-04-18 |
| | | | | Also refactored some code to reduce duplication. | ||
* | fsck --from remote: Avoid downloading a key if it would go over the ↵ | Joey Hess | 2015-04-18 |
| | | | | annex.diskreserve limit. | ||
* | fsck --from remote: When bad content is found in the remote, and the local ↵ | Joey Hess | 2015-04-18 |
| | | | | repo does not have a copy of the content, preserve the bad content in .git/annex/bad/ to avoid further data loss. | ||
* | info: Added --bytes option. | Joey Hess | 2015-04-12 |
| | |||
* | info dir: Added information about repositories that contain files in the ↵ | Joey Hess | 2015-04-12 |
| | | | | | | | | | | | specified directory. This is a nearly free feature; it piggybacks on the location log lookups done for the numcopies stats. So, the only extra overhead is updating the map of repository sizes. However, I had to switch to Data.Map.Strict, which needs containers 0.5. If backporting to wheezy, will probably need to revert this commit. | ||
* | unused import | Joey Hess | 2015-04-10 |
| | |||
* | contentlocationn: New plumbing command. | Joey Hess | 2015-04-09 |
| | |||
* | importfeed: Error out when passed a non-url. | Joey Hess | 2015-04-09 |
| | |||
* | importfeed: Fix feed download when curl is used. | Joey Hess | 2015-04-09 |
| | | | | | This bug used to only afflict file:/// urls, but became more exposed by b1483ee577dded9e00f8d82d52a806ee02888b2c. | ||
* | info: Display repository mode: bare when in a bare (non-direct mode) repo. | Joey Hess | 2015-04-09 |
| | |||
* | proxy: Made it work when run in a new repository before initial commit. | Joey Hess | 2015-04-09 |
| | |||
* | wording | Joey Hess | 2015-04-08 |
| | |||
* | add: If annex.largefiles is set and does not match a file that's being ↵ | Joey Hess | 2015-04-08 |
| | | | | added, the file will be checked into git rather than being added to the annex. Previously, git annex add skipped over such files; this new behavior is more useful in direct mode. | ||
* | fromkey, registerurl: When reading from stdin, allow the filename and url, ↵ | Joey Hess | 2015-04-07 |
| | | | | respectively, to contain whitespace. | ||
* | expire --no-act | Joey Hess | 2015-04-05 |
| | |||
* | info remove: show trust level | Joey Hess | 2015-04-05 |
| | |||
* | rethought distributed fsck; instead add activity.log and expire command | Joey Hess | 2015-04-05 |
| | | | | This is much more space efficient! | ||
* | rename bothHandles -> ioHandles | Joey Hess | 2015-04-03 |
| | |||
* | Steer towards deduplication | Jean Jordaan | 2015-04-03 |
| | |||
* | version: Add --raw | Joey Hess | 2015-04-02 |
| | |||
* | remove unused param | Joey Hess | 2015-04-01 |
| | |||
* | fsck: Added --distributed and --expire options, for distributed fsck. | Joey Hess | 2015-04-01 |
| | |||
* | import: --deduplicate and --cleanduplicates now output the keys ↵ | Joey Hess | 2015-03-31 |
| | | | | corresponding to duplicated files they process. | ||
* | addurl --file: When used with a special remote that claims urls and checks ↵ | Joey Hess | 2015-03-31 |
| | | | | their contents, don't override the user's provided filename with filenames that the special remote suggests. Also, don't allow adding the url if the special remote says it contains multiple files. | ||
* | importfeed: Avoid downloading a redundant item from a feed whose guid has ↵ | Joey Hess | 2015-03-31 |
| | | | | | | | been downloaded before, even when the url has changed. To support this, always store itemid in metadata; before this was only done when annex.genmetadata was set. | ||
* | --auto is no longer a global option; only get, drop, and copy accept it. | Joey Hess | 2015-03-25 |
| | | | | Not a behavior change unless you were passing it to a command that ignored it. | ||
* | a few command usage fixes | Joey Hess | 2015-03-25 |
| | |||
* | Man pages for individual commands now available, and can be opened using ↵ | Joey Hess | 2015-03-23 |
| | | | | "git annex help <command>" | ||
* | splitting up the man page | Joey Hess | 2015-03-23 |
| | | | | | | | | Common command man pages all split out and often expanded. A few sections split out into their own pages. Still need to do all the other commands.. | ||
* | migrate: --force will force migration of keys already using the destination ↵ | Joey Hess | 2015-03-23 |
| | | | | backend. Useful in rare cases. | ||
* | checkpresentkey: New plumbing command to check if a key can be verified to ↵ | Joey Hess | 2015-03-20 |
| | | | | be present on a remote. | ||
* | readpresentkey: New plumbing command for checking location log. | Joey Hess | 2015-03-20 |
| | |||
* | registerurl: New plumbing command for mass-adding urls to keys. | Joey Hess | 2015-03-15 |
| | |||
* | fromkey: Add stdin mode. | Joey Hess | 2015-03-15 |
| | |||
* | fromkey --force: Skip test that the key has its content in the annex. | Joey Hess | 2015-03-15 |
| | |||
* | addurl: Added --raw option, which bypasses special handling of quvi, ↵ | Joey Hess | 2015-03-05 |
| | | | | bittorrent etc urls. |