Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | copyright statements0.02 | Joey Hess | 2010-10-27 |
| | |||
* | pre-commit hook | Joey Hess | 2010-10-27 |
| | |||
* | don't try to set up .gitattributes every time; only do it on git annex init | Joey Hess | 2010-10-27 |
| | |||
* | use git command queue | Joey Hess | 2010-10-26 |
| | |||
* | bugfix | Joey Hess | 2010-10-25 |
| | |||
* | better messages | Joey Hess | 2010-10-25 |
| | |||
* | add setkey subcommand | Joey Hess | 2010-10-25 |
| | | | | And finished implementing move --to | ||
* | speed up git annex move --from | Joey Hess | 2010-10-25 |
| | | | | | | | | Avoid extra ssh to check if the remote has the key, just trust the location log (and propigate error if it's wrong). Quick exit when asked to move files that are not on the remote, so this is now suitable to be used on a big directory. | ||
* | fix failure propigation | Joey Hess | 2010-10-25 |
| | |||
* | typo | Joey Hess | 2010-10-25 |
| | |||
* | add dropkey subcommand and --quiet | Joey Hess | 2010-10-25 |
| | | | | Needed for better git annex move --from | ||
* | git annex move --from remote almost working | Joey Hess | 2010-10-25 |
| | |||
* | comments | Joey Hess | 2010-10-25 |
| | |||
* | wording | Joey Hess | 2010-10-25 |
| | |||
* | split commands into 3 phases | Joey Hess | 2010-10-25 |
| | | | | I feel like I just leveled up in Haskell. | ||
* | update | Joey Hess | 2010-10-25 |
| | |||
* | incomplete | Joey Hess | 2010-10-23 |
| | |||
* | implemented 1/4th of move subcommand | Joey Hess | 2010-10-23 |
| | |||
* | store from and to repositories separately | Joey Hess | 2010-10-23 |
| | |||
* | fix perl refugee code | Joey Hess | 2010-10-22 |
| | |||
* | --from/--to can be used to limit the remote repository that git-annex uses. | Joey Hess | 2010-10-22 |
| | |||
* | document move subcommand | Joey Hess | 2010-10-21 |
| | |||
* | new fromkey subcommand, for registering urls, etc0.01 | Joey Hess | 2010-10-21 |
| | | | | had to redo Annex monad's flag storage | ||
* | autocommit on init | Joey Hess | 2010-10-20 |
| | |||
* | update | Joey Hess | 2010-10-19 |
| | |||
* | less verbose failures seem better here | Joey Hess | 2010-10-19 |
| | |||
* | stop trapping all exceptions | Joey Hess | 2010-10-19 |
| | | | | | | Need to allow exceptions to be thrown for SIGPIPE propigation. Converted places that used error unncessarily to not. | ||
* | gratuitous rename | Joey Hess | 2010-10-18 |
| | |||
* | speling | Joey Hess | 2010-10-18 |
| | |||
* | experimentally, removing all actual git committing | Joey Hess | 2010-10-18 |
| | | | | Idea is the user will commit when ready, just stage everything. | ||
* | cleanup | Joey Hess | 2010-10-17 |
| | |||
* | commit logs at end; faster | Joey Hess | 2010-10-17 |
| | |||
* | don't complain if a file is not annexed | Joey Hess | 2010-10-17 |
| | |||
* | rename describe to init and show usage | Joey Hess | 2010-10-17 |
| | |||
* | remove some old todos | Joey Hess | 2010-10-17 |
| | |||
* | atomic file retrieval from backends | Joey Hess | 2010-10-17 |
| | |||
* | command output cleanup | Joey Hess | 2010-10-17 |
| | |||
* | verbosity | Joey Hess | 2010-10-17 |
| | |||
* | reorg | Joey Hess | 2010-10-17 |
| | |||
* | move supportedBackends list into annex monad | Joey Hess | 2010-10-17 |
| | | | | | | | This was necessary so the File backend could import Backend w/o a cycle. Moved code that checks whether enough backends have a file into File backend. | ||
* | git annex drop -- do not try to drop if key is not in backend | Joey Hess | 2010-10-17 |
| | |||
* | remove checksum from WORM | Joey Hess | 2010-10-17 |
| | | | | with size and mtime in the key, it's redundant | ||
* | bugfix | Joey Hess | 2010-10-16 |
| | |||
* | typo | Joey Hess | 2010-10-16 |
| | |||
* | actually, unannex w/o commit can work | Joey Hess | 2010-10-16 |
| | | | | just have to git rm | ||
* | nocommit does not make sense in unannex mode | Joey Hess | 2010-10-16 |
| | |||
* | bugfix: don't add files under .git-annex | Joey Hess | 2010-10-16 |
| | | | | That could happen if git annex add -N were used repeatedly.. | ||
* | oops, should commit descriptions! | Joey Hess | 2010-10-16 |
| | |||
* | remove useless checks | Joey Hess | 2010-10-16 |
| | | | | the file will always be a symlink at this point | ||
* | add fix subcommand | Joey Hess | 2010-10-16 |
| |