diff options
author | Martin Liska <mliska@suse.cz> | 2020-05-27 10:16:21 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2020-05-27 10:16:21 +0200 |
commit | b423f910dcc2a58a86b61cc5b966a81066abbf12 (patch) | |
tree | db34fb29141588fc6627ad0c0bd006100c9d5400 | |
parent | 7b8ee33affd968d3a8f5f6224268702d1900f0a1 (diff) | |
download | gcc-b423f910dcc2a58a86b61cc5b966a81066abbf12.zip gcc-b423f910dcc2a58a86b61cc5b966a81066abbf12.tar.gz gcc-b423f910dcc2a58a86b61cc5b966a81066abbf12.tar.bz2 |
Rename commit-mklog alias to gcc-commit-mklog.
contrib/ChangeLog:
* gcc-git-customization.sh: Rename
commit-mklog to gcc-commit-mklog.
-rwxr-xr-x | contrib/gcc-git-customization.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/gcc-git-customization.sh b/contrib/gcc-git-customization.sh index dcc4268..0e56dcf 100755 --- a/contrib/gcc-git-customization.sh +++ b/contrib/gcc-git-customization.sh @@ -27,10 +27,8 @@ git config alias.gcc-undescr \!"f() { o=\$(git config --get gcc-config.upstream) git config alias.gcc-verify '!f() { "`git rev-parse --show-toplevel`/contrib/gcc-changelog/git_check_commit.py" $@; } ; f' git config alias.gcc-backport '!f() { rev=$1; git cherry-pick -x $@; } ; f' - git config alias.gcc-mklog '!f() { "`git rev-parse --show-toplevel`/contrib/mklog.py" $@; } ; f' - -git config alias.commit-mklog '!f() { GCC_FORCE_MKLOG=1 git commit "$@"; }; f' +git config alias.gcc-commit-mklog '!f() { GCC_FORCE_MKLOG=1 git commit "$@"; }; f' # Make diff on MD files use "(define" as a function marker. # Use this in conjunction with a .gitattributes file containing |