Amir Yalon
Amir Yalon
Commit eeff805e0bcdab5317ed1027bef2b625a8f7f94b (fix for issue #37) breaks detection of branch freshness. To avoid further confusion around this code, I have simplified it to not use regex back references.
From [the release notes](https://git.kernel.org/pub/scm/git/git.git/plain/Documentation/RelNotes/2.23.0.txt): > * Two new commands "git switch" and "git restore" are introduced to > split "checking out a branch to work on advancing its history" and...
I never tried to contribute [my `three_meld` tool](https://gist.github.com/amiryal/1159852) back to Git because it is ***ugly*** (with all the shell escaping). With JJ it is much simpler, the shell is not...
Because I always edit the result of `PromptlineSnapshot` to use `🏠` (U+1F3E0 HOUSE BUILDING) for `$HOME`. ☺
Hi, Sorry, I don’t know enough about vimscripts and tmux configuration to submit a patch myself. I noticed during the brief period I was using the Powerline tmux theme, that...
The default `loner()` method is accepting `*args`, but they are not passed along where this method is called. Note, this pull request includes a test case, but it only covers...
I have not tried to use your plugin yet, but definitely will. To show my thanks for the tips (most of which I discovered independently), here is another little one...
Hi, I stumbled upon a bug in the `route53` provider, where managed records kept being destroyed and re-created on every Puppet run, even though they were correct in the actual...
With the aim of better compatibility with tools that look for the state of working-copy files in the colocated Git’s `HEAD`, I propose to **include all the would-be working copy...
## Feature Request #### Is your feature request related to a problem? Please describe. Nix shells are impure by default. There is a common confusion between the two meanings of...