Andrei Polushin

Results 5 issues of Andrei Polushin

Start replacing $ZSH variable with $DOTFILES in a backward-compatible way, so that existing users have a chance to migrate. This implements the core idea of #246 in a more compatible...

Running actual VCS command could be extremely slow. Fortunately, we don't have to run `hg branch` command unless the `.hg` directory exists either in the current directory or in any...

Using solution from http://stackoverflow.com/a/18660163 Getting branch name using `git symbolic-ref --short` will not require additional parsing and permits branch names with embedded slash. Before this change: * branches like `one/two/three`...

Preamble taken from the LLVM project (likely Apache License v2.0) https://github.com/llvm/llvm-project/blob/main/.git-blame-ignore-revs GitHub has support for this feature: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view

Abseil associative containers having keys of a string type provide so-called heterogeneous lookup: they allow either `std::string`, `std::string_view`, or `absl::Cord` values in lookup. On the other hand, using either of...