mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
332438b0c7
To segregate the historical commits (can't remember why),
I originally placed their pack in an alternate object store,
but later I found that a *.keep file does the job as well.
This gives a considerable speedup in git gc. It takes some
more disk space but OTOH you might then run gc more often
and have fewer loose objects.
real user sys (tested in this order)
1m15.900s 0m59.732s 0m4.336s gc after clone&graft without *.keep
0m23.162s 0m17.549s 0m1.588s gc after clone&graft with *.keep
0m06.932s 0m04.440s 0m0.588s gc after clone&graft&gc with *.keep
0m32.214s 0m24.138s 0m2.284s gc after clone&graft&gc without *.keep
Total size of .git/objects/pack/ was 90592 KiB without *.keep
and 97397 KiB with *.keep. So *.keep reduced gc time by 70-80%
but increased disk space usage by 7.5%.
(cherry picked from commit
|
||
---|---|---|
.. | ||
conv | ||
debian | ||
guile | ||
lua | ||
perl | ||
proxy | ||
python | ||
ruby | ||
smjs | ||
vim | ||
.gitignore | ||
colws.diff | ||
elinks-vim.diff | ||
elinks.conf | ||
elinks.fortune | ||
elinks.spec.in | ||
elinks.vim | ||
grafthistory.sh | ||
js-1.5-rc6a+elinks.patch | ||
keybind-full.conf | ||
keybind.conf | ||
links_wps.zip | ||
LinksOS2Icon.zip | ||
README | ||
TIPS-AND-TRICKS | ||
user.css | ||
wipe-out-ssl | ||
wipe-out-ssl.awk |
This directory contains unsorted stuff contributed by other people, which is not incorporated to main ELinks distribution, however may be still interesting for someone. You will find here i.e. example configuration files or patches, which weren't (possibly yet) for some reason applied. Note that this stuff is mostly unmaintained and is not guaranteed to work, apply, compile etc. However, if you feel like fixing that, no problem. Files not listed here have description included in their header. * links_wps.zip - David Mediavilla <davidme@idecnet.com> Scripts for OS/2 to create Links icon and assign Links as viewer of URLs. * LinksOS2Icon.zip - Alex Taylor <alex@eddie.cis.uoguelph.ca> Links icons for OS/2 in various sizes and color depths * colws.diff - <ard@waikato.ac.nz> Show two spaces after full stops/periods, especially when HTML It shouldn't adversely affect web pages. Two spaces will only appear where the HTML contains them. * elinks[.-]vim* - Jonas Fonseca <fonseca@diku.dk> Syntax file for vim so that elinks.conf is highlighted nicely, and patch for $VIMRUNTIME/filetype.vim so that elinks.conf is properly detected and the elinks syntax is associated to it.