Vitalio

Results 142 comments of Vitalio

For the time being I will just `rm` these two tests for ALT. But it's definitely better to make tests skip, as maintainers of other distributions may not be very...

Supporting the excludeDecoration feature would be a great addition, since it's a standard feature of Git.

(I think it worth to write follow up.) For example, we have config like this ``` [log] excludeDecoration = tags/gb-*-task* ``` Our (ALT Linux) package build system tags on successful...

ps. Btw, just a UI/UX thought: It would be easier to understand TUI navigation if `q` (or maybe arrow left) in `G` view would return to `S` view (i.e. to...

One more thought or maybe this is the TUI bug? Hard to tell since I never seen other behavior. (Context) I want to analyze very huge trace (of `apt-get install`...

``` [root@eca26e7a5988 /]# locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= ``` But this prompted me to try other locale: ``` [root@eca26e7a5988 /]#...

> So I want everything collapsed in Graph view (G) but when I press `C` it only collapses a single branch like `c`, not everything. 🤷 I realized I could...

Parallel feature would very useful for large projects like Linux kernel. (On my box it's generating ~5 minutes.) As an alternative feature is to merge multiple `tags` files into one....

@dtikhonov When working with the Linux kernel just not updating tags too frequently. I had not heard about `ptags` before, thanks for the tip.

> These two appear to be cases where k = base-point - 1 and base-point - 2 If I remember correctly, these are not fixable and special cases of underlying...