Files
dotfiles/.local/bin
Julian Prein bbc6d5c9e0 git: Fix working directory of shell aliases
In git aliases, shell commands are executed from the top-level directory
of the repo. Because of this, something like `git glog -- file` didn't
work in subdirectories.

Fix this by creating a wrapper script that first changes into
$GIT_PREFIX before executing the script. Since (currently) the only
use-case is to launch the functions in `autoload/git/`, most of the path
could move into the script, making the git config a lot cleaner.
2025-05-23 16:30:58 +02:00
..
2024-11-04 23:14:52 +01:00
2022-07-12 21:00:02 +02:00
2023-02-23 14:44:59 +01:00
2020-10-06 03:26:08 +02:00
2023-06-26 13:32:02 +02:00