gcc/contrib
Marc Poulhiès f3f6ff7b16 mklog: handle Signed-off-by, minor cleanup
Consider Signed-off-by lines as part of the ending of the initial
commit to avoid having these in the middle of the log when the
changelog part is injected after.

This is particularly usefull with:

 $ git gcc-commit-mklog --amend -s

that can be used to create the changelog and add the Signed-off-by line.

Also applies most of the shellcheck suggestions on the
prepare-commit-msg hook.

contrib/ChangeLog:

	* mklog.py: Leave SOB lines after changelog.
	* prepare-commit-msg: Apply most shellcheck suggestions.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2023-09-04 21:43:36 +02:00
..
gcc-changelog Closing the GCC 10 branch 2023-07-07 09:11:46 +02:00
header-tools Daily bump. 2022-09-01 00:17:39 +00:00
legacy Update copyright years. 2023-01-16 11:52:17 +01:00
reghunt Daily bump. 2023-05-19 00:17:43 +00:00
regression Daily bump. 2023-02-17 00:17:49 +00:00
testsuite-management [contrib] validate_failures.py: Don't consider summary line in wrong place 2023-06-17 16:02:22 -06:00
unicode diagnostics: add support for "text art" diagrams 2023-06-21 21:49:00 -04:00
vim-gcc-dev Update copyright years. 2023-01-16 11:52:17 +01:00
analyze_brprob.py Update copyright years. 2023-01-16 11:52:17 +01:00
analyze_brprob_spec.py Update copyright years. 2023-01-16 11:52:17 +01:00
bench-stringop contrib: Fix nonportable shell syntax in "test" and "[" commands [PR105831] 2023-05-18 14:01:40 +01:00
ChangeLog Daily bump. 2023-08-30 00:18:25 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
check-internal-format-escaping.py Fix flake8 errors. 2021-11-02 10:27:27 +01:00
check-MAINTAINERS.py Update copyright years. 2023-01-16 11:52:17 +01:00
check-params-in-docs.py Update copyright years. 2023-01-16 11:52:17 +01:00
check_GNU_style.py Update copyright years. 2023-01-16 11:52:17 +01:00
check_GNU_style.sh Update copyright years. 2023-01-16 11:52:17 +01:00
check_GNU_style_lib.py Update copyright years. 2023-01-16 11:52:17 +01:00
check_makefile_deps.sh Update copyright years. 2023-01-16 11:52:17 +01:00
check_warning_flags.sh Update copyright years. 2023-01-16 11:52:17 +01:00
clang-format Add more ForEachMacros to clang-format file 2023-06-03 09:54:24 -06:00
compare-all-tests Update copyright years. 2023-01-16 11:52:17 +01:00
compare-debug Update copyright years. 2023-01-16 11:52:17 +01:00
compare-lto Update copyright years. 2023-01-16 11:52:17 +01:00
compare_tests
compare_two_ftime_report_sets Update copyright years. 2023-01-16 11:52:17 +01:00
compareSumTests3 Update copyright years. 2023-01-16 11:52:17 +01:00
config-list.mk In 'contrib/config-list.mk', clarify i686-symbolics-gnu to i686-gnu 2023-02-22 09:07:15 +01:00
dg-cmp-results.sh Update copyright years. 2023-01-16 11:52:17 +01:00
dg-extract-results.py Update copyright years. 2023-01-16 11:52:17 +01:00
dg-extract-results.sh Update copyright years. 2023-01-16 11:52:17 +01:00
dg-out-generator.pl Update copyright years. 2023-01-16 11:52:17 +01:00
dglib.pm Update copyright years. 2023-01-16 11:52:17 +01:00
download_prerequisites Update copyright years. 2023-01-16 11:52:17 +01:00
filter-clang-warnings.py Update copyright years. 2023-01-16 11:52:17 +01:00
filter_gcc_for_doxygen contrib: port doxygen script to Python3 2023-04-28 16:42:17 +02:00
filter_knr2ansi.pl
filter_params.py contrib: port doxygen script to Python3 2023-04-28 16:42:17 +02:00
gcc-git-customization.sh contrib: Fix non-portable shell commands in gcc-git-customization.sh [PR102664] 2022-03-10 11:48:59 +00:00
gcc.doxy contrib: doxygen: add gcc/analyzer subdirectory to INPUT 2022-12-06 13:26:56 -05:00
gcc_build Update copyright years. 2023-01-16 11:52:17 +01:00
gcc_update Add libstdc++-v3/include/bits/version.h to gcc_update touch part 2023-08-16 15:36:43 -07:00
gen_autofdo_event.py Update perf auto profile script 2023-06-12 19:22:22 -07:00
gennews Update gennews for GCC 13. 2023-04-26 09:05:49 +02:00
git-add-user-branch.sh contrib: Change 'remote' for personal branches and add branch creation script 2020-01-24 14:38:16 +00:00
git-add-vendor-branch.sh contrib: script to create a new vendor branch 2020-01-22 10:06:50 +00:00
git-backport.py Update copyright years. 2023-01-16 11:52:17 +01:00
git-commit-mklog.py Update copyright years. 2023-01-16 11:52:17 +01:00
git-descr.sh gcc-descr: by default show revision for HEAD 2022-07-04 12:27:43 +02:00
git-fetch-vendor.sh contrib: Fix a typo in contrib/git-fetch-vendor.sh 2022-08-18 17:34:58 +02:00
git-fix-changelog.py Update copyright years. 2023-01-16 11:52:17 +01:00
git-undescr.sh contrib: Fix up git-descr.sh regression [PR102664] 2022-03-10 09:42:03 +01:00
gthr_supp_vxw_5x.c
index-prop
jit-coverage-report.py Update copyright years. 2023-01-16 11:52:17 +01:00
make-obstacks-texi.pl
make_sunver.pl contrib: Fix make_sunver.pl warning 2023-02-17 13:33:25 +01:00
mark_spam.py Update copyright years. 2023-01-16 11:52:17 +01:00
mklog.py mklog: handle Signed-off-by, minor cleanup 2023-09-04 21:43:36 +02:00
paranoia.cc Change references of .c files to .cc files 2022-01-17 22:12:07 +01:00
patch_tester.sh Update copyright years. 2023-01-16 11:52:17 +01:00
prepare-commit-msg mklog: handle Signed-off-by, minor cleanup 2023-09-04 21:43:36 +02:00
prepare_patch.sh Update copyright years. 2023-01-16 11:52:17 +01:00
prerequisites.md5 Update GMP/MPFR/MPC/ISL version in contrib/download_prerequisites 2021-11-24 11:10:06 +01:00
prerequisites.sha512 Update GMP/MPFR/MPC/ISL version in contrib/download_prerequisites 2021-11-24 11:10:06 +01:00
repro_fail contrib: Fix nonportable shell syntax in "test" and "[" commands [PR105831] 2023-05-18 14:01:40 +01:00
test_installed Update copyright years. 2023-01-16 11:52:17 +01:00
test_mklog.py Update copyright years. 2023-01-16 11:52:17 +01:00
test_recheck
test_summary
texi2pod.pl Update copyright years. 2023-01-16 11:52:17 +01:00
uninclude
unused_functions.py Update copyright years. 2023-01-16 11:52:17 +01:00
update-copyright.py Ignore test_patches.txt in update-copyright.py. 2023-01-17 14:01:24 +01:00
vimrc Update copyright years. 2023-01-16 11:52:17 +01:00
warn_summary