Reid Priedhorsky
Reid Priedhorsky
This PR is a rough prototype to do the following: 1. Add support for multiple date tags. 2. Change the default date tags to `due` and `t`. 3. Filter and...
Hi, It would be nice if `due` used the standard `todo.sh` coloring, rather than its own (which seems to just highlight priorities). Current behavior (`td` is my alias): Note that...
Closes #1470.
Things logged with `TRACE` are incredibly voluminous, so `-vvv` becomes almost unusable. Should we have some way to say *which* `TRACE` stuff we want? Alternately, we could eliminate the `TRACE`...
Git has a built-in profiler called [TRACE2](https://devblogs.microsoft.com/devops/a-deep-dive-into-git-performance-using-trace2/) that we could use for performance analysis if needed.
Currently, on large images it's fairly expensive to walk the image tree to see what's changed (low tens of seconds). This could be eliminated if there is a [Watchman](https://facebook.github.io/watchman/) daemon...
* `pack.writeReverseIndex=true` * multi-pack indexes
Many types of `COPY` errors result in an error message before the instruction is announced; e.g.: ``` $ printf 'FROM alpine:3.9\nCOPY /doesnotexist .\n' | ch-image build -t foo -f -...