Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add uninit subcommand. Closes: #605749 | Joey Hess | 2010-12-03 |
| | |||
* | Bugfix: Always correctly handle gitattributes when in a subdirectory of the ↵ | Joey Hess | 2010-11-28 |
| | | | | repository. | ||
* | In .gitattributes, the git-annex-numcopies attribute can be used to control ↵ | Joey Hess | 2010-11-28 |
| | | | | the number of copies to retain of different types of files. | ||
* | finished hlinting | Joey Hess | 2010-11-22 |
| | |||
* | simplifiy | Joey Hess | 2010-11-17 |
| | |||
* | add unsetFileMode | Joey Hess | 2010-11-08 |
| | |||
* | tweak | Joey Hess | 2010-10-31 |
| | |||
* | more accurate type | Joey Hess | 2010-10-31 |
| | |||
* | more Wall cleaning | Joey Hess | 2010-10-31 |
| | |||
* | another memory optimisation | Joey Hess | 2010-10-31 |
| | | | | | | | | | This time memory leaked if lots of UUIDs needed to be pretty-printed, as in a get or drop of many files. Essentially the same strict read buffering problem that affected the LocationLog underneath though. uuidMap really could stand to be cached, as the uuid log is read many times in this case. But it is a fairly edge case. | ||
* | really fix SIGINT handling | Joey Hess | 2010-10-29 |
| | | | | | Have to completly avoid SIGINT being trapped, which means going very low-level. | ||
* | Fix SIGINT handling. | Joey Hess | 2010-10-29 |
| | |||
* | copyright statements0.02 | Joey Hess | 2010-10-27 |
| | |||
* | fix perl refugee code | Joey Hess | 2010-10-22 |
| | |||
* | add shellEscape | Joey Hess | 2010-10-22 |
| | | | | | | ugly, but sometimes necessary There is a haskell shell-escape module, but it is not packaged in Debian | ||
* | add boolSystem | Joey Hess | 2010-10-19 |
| | |||
* | now finds files in git or not depending on what command wants | Joey Hess | 2010-10-16 |
| | |||
* | basic recursion done; skipping git stuff still todo | Joey Hess | 2010-10-16 |
| | |||
* | use some library functions | Joey Hess | 2010-10-15 |
| | | | | retry with a bugfix | ||
* | Revert "use some library functions" | Joey Hess | 2010-10-15 |
| | | | | | | This reverts commit 8e742bd89e6bd3d83c44847c0455043809c64c89. meh? | ||
* | use some library functions | Joey Hess | 2010-10-15 |
| | |||
* | relative link fix | Joey Hess | 2010-10-15 |
| | |||
* | fix parentDir to work for relative too | Joey Hess | 2010-10-13 |
| | |||
* | explicit exports | Joey Hess | 2010-10-11 |
| | |||
* | fixed close after locking | Joey Hess | 2010-10-10 |
| | |||
* | strictness and handle closing | Joey Hess | 2010-10-10 |
| | |||
* | add | Joey Hess | 2010-10-10 |