Fix changes alias in gitconfig

This commit is contained in:
Maximilian Friedersdorff 2024-10-08 09:28:54 +01:00
parent 556e6ef696
commit e7e5930fbd

View file

@ -31,7 +31,7 @@
alias = "!req=$'\\033[0;31m=\\033[0m'; git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e \"s/\\ /\t$req\\ /\""
pa = !git remote | xargs -L1 git push --all
fi = flow finish --push --no-ff
changes = git log $(git tag -l --sort=taggerdate | tail -n 1)..HEAD --pretty=format:"* %s" --no-merges --reverse
changes = "!git log $(git tag -l --sort=taggerdate | tail -n 1)..HEAD --pretty=format:'* %s' --no-merges --reverse"
[pull]
rebase = false
[sendemail]