Oleg Utkin
Oleg Utkin
### What would you like to be added Support for PKCS12, both for inspection through `certificates` and `format`. ### Why this is needed PKCS12 File format is very useful for...
``` [log] excludeDecoration = refs/patches/* ``` In `git log` would cause references that start with `refs/patches/` to be hidden, but it seems like it has no effect on `tig`. Git...
In getHaves, allow the getHavesRef to fail with `object not found` when iterating over incomplete history, and don't treat it as a fatal error. It might also worth to revise...
Upstream Issues: * https://github.com/libgit2/libgit2/issues/6044 * https://github.com/libgit2/libgit2/issues/2263 Adding this issue to track upstream issues of LibGit2 related to sparse checkout support. Our company is using a huge monorepo, and we have...
The fact that `stg refresh` has subtle differences to git is fine, but it is also sometimes difficult to reason about. And leads to user confusion like [#161]. I have...
I have been giving `stg repair` workflow a lot of thought recently and I have a few ideas on how to make it more advanced user friendly and less magic....
## Problem: STG is using `git notes copy ` command to copy over notes upon modifying stack. This means that users only option is to set `core.notesRef` (if the noted...
POC implementation of issue #75
There are cases where I would like to `stg import` a GNU patch, but would like to update an existing patch rather than creating a new one. Currently the closest...