CI to automate build of cargo lockfiles on different Alpine releases for git-annex aports https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/git-annex
Find a file
Joey Hess 6a9a9bd5a3 another memory optimisation
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.
2010-10-31 01:51:50 -04:00
Backend avoid unnessary newlines before progress in quiet mode 2010-10-29 14:10:55 -04:00
debian Fixed memory leak; git-annex no longer reads the whole file list from git before starting, and will be much faster with large repos. 2010-10-30 23:19:33 -04:00
doc link to ask.debian.net 2010-10-30 20:43:05 -04:00
.gitignore update 2010-10-19 15:59:40 -04:00
Annex.hs got rid of almost all 'return ()' 2010-10-28 12:40:05 -04:00
Backend.hs ok, let's just use extensible-exceptions 2010-10-30 17:29:11 -04:00
BackendList.hs copyright statements 2010-10-27 16:53:54 -04:00
CHANGELOG symlinks 2010-10-27 15:14:59 -04:00
Commands.hs factor out stagedFiles 2010-10-29 17:26:26 -04:00
Core.hs avoid unnessary newlines before progress in quiet mode 2010-10-29 14:10:55 -04:00
git-annex.hs got rid of almost all 'return ()' 2010-10-28 12:40:05 -04:00
GitQueue.hs got rid of almost all 'return ()' 2010-10-28 12:40:05 -04:00
GitRepo.hs Fixed memory leak; git-annex no longer reads the whole file list from git before starting, and will be much faster with large repos. 2010-10-30 23:19:33 -04:00
GPL symlinks 2010-10-27 15:14:59 -04:00
INSTALL symlinks 2010-10-27 15:14:59 -04:00
LocationLog.hs write to tmp file 2010-10-31 01:06:58 -04:00
Locations.hs copyright statements 2010-10-27 16:53:54 -04:00
Makefile cpp not needed 2010-10-30 22:47:34 -04:00
mdwn2man allow lines with leading tab, to be preformatted text 2010-10-19 15:17:26 -04:00
Remotes.hs ok, let's just use extensible-exceptions 2010-10-30 17:29:11 -04:00
TypeInternals.hs copyright statements 2010-10-27 16:53:54 -04:00
Types.hs copyright statements 2010-10-27 16:53:54 -04:00
Utility.hs another memory optimisation 2010-10-31 01:51:50 -04:00
UUID.hs another memory optimisation 2010-10-31 01:51:50 -04:00