]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - contrib/gcc-git-customization.sh
Rename commit-mklog alias to gcc-commit-mklog.
[thirdparty/gcc.git] / contrib / gcc-git-customization.sh
index dcc42683fa66973f232aeca09a45d236a89ef832..0e56dcf9873c263d806bf09feac305af30956760 100755 (executable)
@@ -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