summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* refactorGravatar Joey Hess2011-02-03
|
* map improvementsGravatar Joey Hess2011-02-03
| | | | | | | | | | | | added uuid.log repos group repos by host avoid displaying most urls display remote names on edges still some bugs
* new map subcommand, basically workingGravatar Joey Hess2011-02-03
| | | | | | | | | | | Still todo: - add repos from uuid.log that were not directly found - group repos into their respective hosts - display inaccessible repos and broken remote connections in red - anonymize the url display somewhat, so the maps can be shared - use uuid info to tell when two apparently different repos are actually the same repo accessed in different ways
* more accessor functions and better bad url handlingGravatar Joey Hess2011-02-03
|
* workaroundGravatar Joey Hess2011-02-03
|
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-03
|\
* | update instructions for pcreGravatar Joey Hess2011-02-03
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc2011-02-03
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc2011-02-03
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmd3qri1pXEYktlxYGwj37wCnrM4FMEJCc2011-02-03
|/
* add check for unclean treeGravatar Joey Hess2011-02-01
|
* unannex: Commit staged changes at endGravatar Joey Hess2011-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.
* followupGravatar Joey Hess2011-02-01
|
* rename (caused by ikiwiki bug, now fixed)Gravatar Joey Hess2011-02-01
|
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-02-01
|\
| * (no commit message)Gravatar http://joey.kitenet.net/2011-02-02
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-02-02
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-02-02
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-02-02
| |
| * getting git-annex files back to gitGravatar http://christian.amsuess.com/chrysn2011-02-01
| |
* | use forM_ in a few placesGravatar Joey Hess2011-01-31
|/
* cleanup last changeGravatar Joey Hess2011-01-31
|
* Preserve specified file ordering when instructed to act on multiple files or ↵Gravatar Joey Hess2011-01-31
| | | | directories.
* annoyanceGravatar Joey Hess2011-01-31
|
* use mapM_Gravatar Joey Hess2011-01-31
|
* use a newtype for KeyGravatar Joey Hess2011-01-31
| | | | should be more efficient
* idiomatic elemGravatar Joey Hess2011-01-30
|
* use Set instead of existence MapGravatar Joey Hess2011-01-30
| | | | | | more efficient and idiomatic I did try using Set.difference, it's still slower than my method.
* tweakGravatar Joey Hess2011-01-30
|
* more pure code refactoringGravatar Joey Hess2011-01-29
|
* shutdown no longer a special caseGravatar Joey Hess2011-01-29
|
* factor out pure codeGravatar Joey Hess2011-01-29
|
* cleanupGravatar Joey Hess2011-01-29
|
* add news item for git-annex 0.19Gravatar Joey Hess2011-01-28
|
* releasing version 0.190.19Gravatar Joey Hess2011-01-28
|
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-01-28
|\
* | Improved temp file handlingGravatar Joey Hess2011-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 safewritefileGravatar Joey Hess2011-01-28
| |
| * Added a comment: I actually *do* want to avoid duplication of filenamesGravatar https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I2011-01-28
| |
* | idiomGravatar Joey Hess2011-01-27
|/
* better directory handlingGravatar Joey Hess2011-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 isPrefixOfGravatar Joey Hess2011-01-27
|
* avoid warning when symlink in the repo contains a colon but is not aGravatar Joey Hess2011-01-27
| | | | pointer to annexed content
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-01-27
|\
* | bugfix to move --toGravatar Joey Hess2011-01-27
| | | | | | | | | | Due to recent changes, the remotes config was not read before the remote to act on was picked.
* | less verboseGravatar Joey Hess2011-01-27
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-01-27
| |
* | add test of adding a second file with the same sha1Gravatar Joey Hess2011-01-27
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I2011-01-27
|/
* Merge remote branch 'branchable/master'Gravatar Joey Hess2011-01-26
|\