Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | better output layout | Joey Hess | 2011-09-30 |
| | |||
* | list backends with more keys first, not last | Joey Hess | 2011-09-30 |
| | |||
* | really fix referring to remotes by uuid | Joey Hess | 2011-09-30 |
| | |||
* | fix handling of uuids with empty descriptions | Joey Hess | 2011-09-30 |
| | |||
* | Fix referring to remotes by uuid. | Joey Hess | 2011-09-30 |
| | | | | I think that I broke this in some fairly recent refactoring. | ||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawncBlzaDI248OZGjKQMXrLVQIx4XrZrzFo | 2011-09-30 |
| | |||
* | convert all git read/write functions to use ByteStrings | Joey Hess | 2011-09-29 |
| | | | | | | | | | | This yields a second or so speedup in unused, find, etc. Seems that even when the ByteString is immediately split and then converted to Strings, it's faster. I may try to push ByteStrings out into more of git-annex gradually, although I suspect most of the time-critical parts are already covered now, and many of the rest rely on libraries that only support Strings. | ||
* | layout | Joey Hess | 2011-09-29 |
| | |||
* | ssh | Joey Hess | 2011-09-29 |
| | |||
* | use ByteStrings when reading content of files | Joey Hess | 2011-09-29 |
| | | | | didn't bother to benchmark this | ||
* | Sped up unused. | Joey Hess | 2011-09-29 |
| | | | | | | | | | | | | | Added Git.ByteString which replaces Git IO methods with ones using lazy ByteStrings. This can be more efficient when large quantities of data are being read from git. In Git.LsTree, parse git ls-tree output more efficiently, thanks to ByteString. This benchmarks 25% faster, in a benchmark that includes (probably predominately) the run time for git ls-tree itself. In real world numbers, this makes git annex unused 2 seconds faster for each branch it needs to check, in my usual large repo. | ||
* | add | Joey Hess | 2011-09-29 |
| | |||
* | golfing | Joey Hess | 2011-09-28 |
| | |||
* | add news item for git-annex 3.20110928 | Joey Hess | 2011-09-28 |
| | |||
* | releasing version 3.201109283.20110928 | Joey Hess | 2011-09-28 |
| | |||
* | foo | Joey Hess | 2011-09-28 |
| | |||
* | typo | Joey Hess | 2011-09-28 |
| | |||
* | update test suite for smarter unused | Joey Hess | 2011-09-28 |
| | |||
* | enable short-circuiting optimisatons | Joey Hess | 2011-09-28 |
| | |||
* | refine new unused code | Joey Hess | 2011-09-28 |
| | | | | | | | | | Fixed the laziness space leak, so it runs in 60 mb or so again. Slightly faster due to using Data.Set.difference now, although this also makes it use slightly more memory. Also added display of the refs being checked, and made unused --from also check all refs for things in the remote. | ||
* | make unused check branches and tags too | Joey Hess | 2011-09-28 |
| | | | | needs time and space optimisation | ||
* | fix | Joey Hess | 2011-09-28 |
| | |||
* | refactor catfile code | Joey Hess | 2011-09-28 |
| | | | | split into generic IO code, and a thin Annex wrapper | ||
* | golf | Joey Hess | 2011-09-28 |
| | |||
* | use FileMode | Joey Hess | 2011-09-28 |
| | |||
* | Merge branch 'master' into unusedfull | Joey Hess | 2011-09-28 |
|\ | |||
| * | add ls-tree interface | Joey Hess | 2011-09-28 |
| | | | | | | | | This parser should be fast. I hope. | ||
| * | use a foldr | Joey Hess | 2011-09-28 |
| | | | | | | | | Should be faster here. | ||
| * | golfing | Joey Hess | 2011-09-28 |
| | | |||
| * | tweak | Joey Hess | 2011-09-25 |
| | | |||
| * | mention that add --force adds ignored files | Joey Hess | 2011-09-25 |
| | | |||
| * | include --bindir in all cabal install examples | Joey Hess | 2011-09-25 |
| | | |||
* | | refactor | Joey Hess | 2011-09-23 |
| | | |||
* | | documentation/warning message update for future feature | Joey Hess | 2011-09-23 |
|/ | |||
* | one more hlint | Joey Hess | 2011-09-20 |
| | |||
* | go go gadget hlint | Joey Hess | 2011-09-20 |
| | |||
* | pull out pure code | Joey Hess | 2011-09-20 |
| | |||
* | bugfix | Joey Hess | 2011-09-20 |
| | | | | | | Different keys can have the same size, so can't make a Set of the sizes. This version actually runs faster yet, too.. | ||
* | status: Massively sped up; remove --fast mode. | Joey Hess | 2011-09-20 |
| | | | | | | | | | | Using Sets is the right thing; they have constant size lookup like my SizeList, and logn insertation, which beats nub to death. Runs faster than --fast mode did before, and gives accurate counts. 13 seconds total runtime with a warm cache in a repository with 40 thousand keys. | ||
* | status: In --fast mode, all status info is displayed now; but some of it is ↵ | Joey Hess | 2011-09-20 |
| | | | | only approximate, and is marked as such. | ||
* | simplify | Joey Hess | 2011-09-20 |
| | |||
* | convert Token to have separate constructors for each peice of syntax | Joey Hess | 2011-09-20 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-09-19 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-09-19 |
|\ | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-09-19 |
| | | |||
* | | some of these are now done | Joey Hess | 2011-09-19 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-09-19 |
|/ | |||
* | typo | Joey Hess | 2011-09-19 |
| | |||
* | tweak | Joey Hess | 2011-09-19 |
| | |||
* | clarify wording | Joey Hess | 2011-09-19 |
| |