Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unannex: Commit staged changes at end | Joey Hess | 2011-02-01 |
| | | | | | to avoid some confusing behavior with the pre-commit hook, which would see some types of commits after an unannex as checking in of an unlocked file. | ||
* | followup | Joey Hess | 2011-02-01 |
| | |||
* | rename (caused by ikiwiki bug, now fixed) | Joey Hess | 2011-02-01 |
| | |||
* | Merge remote branch 'branchable/master' | Joey Hess | 2011-02-01 |
|\ | |||
| * | (no commit message) | http://joey.kitenet.net/ | 2011-02-02 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-02-02 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-02-02 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-02-02 |
| | | |||
| * | getting git-annex files back to git | http://christian.amsuess.com/chrysn | 2011-02-01 |
| | | |||
* | | use forM_ in a few places | Joey Hess | 2011-01-31 |
|/ | |||
* | cleanup last change | Joey Hess | 2011-01-31 |
| | |||
* | Preserve specified file ordering when instructed to act on multiple files or ↵ | Joey Hess | 2011-01-31 |
| | | | | directories. | ||
* | annoyance | Joey Hess | 2011-01-31 |
| | |||
* | use mapM_ | Joey Hess | 2011-01-31 |
| | |||
* | use a newtype for Key | Joey Hess | 2011-01-31 |
| | | | | should be more efficient | ||
* | idiomatic elem | Joey Hess | 2011-01-30 |
| | |||
* | use Set instead of existence Map | Joey Hess | 2011-01-30 |
| | | | | | | more efficient and idiomatic I did try using Set.difference, it's still slower than my method. | ||
* | tweak | Joey Hess | 2011-01-30 |
| | |||
* | more pure code refactoring | Joey Hess | 2011-01-29 |
| | |||
* | shutdown no longer a special case | Joey Hess | 2011-01-29 |
| | |||
* | factor out pure code | Joey Hess | 2011-01-29 |
| | |||
* | cleanup | Joey Hess | 2011-01-29 |
| | |||
* | add news item for git-annex 0.19 | Joey Hess | 2011-01-28 |
| | |||
* | releasing version 0.190.19 | Joey Hess | 2011-01-28 |
| | |||
* | Merge remote branch 'branchable/master' | Joey Hess | 2011-01-28 |
|\ | |||
* | | Improved temp file handling | Joey Hess | 2011-01-28 |
| | | | | | | | | | | | | | | * Improved temp file handling. Transfers of content can now be resumed from temp files later; the resume does not have to be the immediate next git-annex run. * unused: Include partially transferred content in the list. | ||
* | | use safewritefile | Joey Hess | 2011-01-28 |
| | | |||
| * | Added a comment: I actually *do* want to avoid duplication of filenames | https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I | 2011-01-28 |
| | | |||
* | | idiom | Joey Hess | 2011-01-27 |
|/ | |||
* | better directory handling | Joey Hess | 2011-01-27 |
| | | | | | | | | | | Rename Locations functions for better consitency, and make their values more consistent too. Used </> rather than manually building paths. There are still more places that manually do so, but are tricky, due to the behavior of </> when the second FilePath is absolute. So I only changed places where it obviously was relative. | ||
* | use isPrefixOf | Joey Hess | 2011-01-27 |
| | |||
* | avoid warning when symlink in the repo contains a colon but is not a | Joey Hess | 2011-01-27 |
| | | | | pointer to annexed content | ||
* | Merge remote branch 'branchable/master' | Joey Hess | 2011-01-27 |
|\ | |||
* | | bugfix to move --to | Joey Hess | 2011-01-27 |
| | | | | | | | | | | Due to recent changes, the remotes config was not read before the remote to act on was picked. | ||
* | | less verbose | Joey Hess | 2011-01-27 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-01-27 |
| | | |||
* | | add test of adding a second file with the same sha1 | Joey Hess | 2011-01-27 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I | 2011-01-27 |
|/ | |||
* | Merge remote branch 'branchable/master' | Joey Hess | 2011-01-26 |
|\ | |||
* | | wording | Joey Hess | 2011-01-26 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I | 2011-01-27 |
| | | |||
| * | Fix some formatting. | https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I | 2011-01-27 |
| | | |||
| * | Feature request for a sort of "dedup" for filenames | https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I | 2011-01-27 |
|/ | |||
* | make filename available to fsck messages | Joey Hess | 2011-01-26 |
| | |||
* | better warnings display | Joey Hess | 2011-01-26 |
| | |||
* | bring back display of keys | Joey Hess | 2011-01-26 |
| | | | | in fsck -q, that's the only way to know what file it means | ||
* | this should be a warning | Joey Hess | 2011-01-26 |
| | |||
* | test untrusted repo handling | Joey Hess | 2011-01-26 |
| | |||
* | drop: suppprt untrusted repos | Joey Hess | 2011-01-26 |
| | |||
* | wording | Joey Hess | 2011-01-26 |
| |