Files
dotfiles/.config
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
..
2023-12-01 03:43:06 +01:00
2020-12-28 03:09:02 +01:00
2024-11-04 23:17:58 +01:00
2025-03-11 11:54:18 +01:00
2025-05-22 15:49:03 +02:00
2025-05-22 16:47:04 +02:00
2023-06-23 17:43:58 +02:00
2025-03-24 18:36:41 +01:00
2021-10-05 12:01:46 +02:00
2025-01-20 17:45:20 +01:00