Revision 021ff34c256e1a1eb9de3f80e0d27a5b3477a2e4 authored by Mohammad Akhlaghi on 02 December 2020, 01:01:45 UTC, committed by Mohammad Akhlaghi on 02 December 2020, 01:01:45 UTC
Less is rarely used in non-interactive mode and is primarily intended for
interactively viewing large files. So its need within Maneage (for batch
processing) wasn't often felt until now. However, when running './project
shell' (which completely closes-off the outside environment), or building a
Maneage'd project within a minimal container that doesn't have less, it
becomes hard to use Git (and in particular its 'diff' output which depends
on 'less').

With this commit, Less has been added as a dependency of Git in
'basic.mk'. In total its built product is roughly 800KB and builds within a
second or two. So it isn't a burden on any project. But it can be very
useful when the projects are being developed within the Maneage environment
itself.
1 parent 1ee1d66
History
File Mode Size
reproduce
tex
.dir-locals.el -rw-r--r-- 1.3 KB
.file-metadata -rw-r--r-- 9.0 KB
.gitignore -rw-r--r-- 994 bytes
COPYING -rw-r--r-- 34.3 KB
README-hacking.md -rw-r--r-- 90.9 KB
README.md -rw-r--r-- 18.8 KB
paper.tex -rw-r--r-- 14.2 KB
project -rwxr-xr-x 20.7 KB

README.md

back to top