HomeSort by: relevance | last modified time | path
    Searched refs:mklog (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
prepare-commit-msg 27 if ! [ -x contrib/mklog.py ]; then exit 0; fi
52 if [ "$(git config gcc-config.mklog-hook-type)" = "smart-amend" ]; then
81 git $cmd | $tee | git gcc-mklog -c "$COMMIT_MSG_FILE"
test_mklog.py 31 from mklog import generate_changelog
gcc-git-customization.sh 31 git config alias.gcc-mklog '!f() { "`git rev-parse --show-toplevel`/contrib/mklog.py" $@; } ; f'
32 git config alias.gcc-commit-mklog '!f() { "`git rev-parse --show-toplevel`/contrib/git-commit-mklog.py" "$@"; }; f'
145 ask "Install prepare-commit-msg git hook for 'git commit-mklog' alias" yes dohook
  /src/external/gpl3/gcc.old/dist/contrib/
prepare-commit-msg 27 if ! [ -x contrib/mklog.py ]; then exit 0; fi
52 if [ "$(git config gcc-config.mklog-hook-type)" = "smart-amend" ]; then
81 git $cmd | $tee | git gcc-mklog $GCC_MKLOG_ARGS -c "$COMMIT_MSG_FILE"
test_mklog.py 31 from mklog import generate_changelog
gcc-git-customization.sh 31 git config alias.gcc-mklog '!f() { "`git rev-parse --show-toplevel`/contrib/mklog.py" $@; } ; f'
32 git config alias.gcc-commit-mklog '!f() { "`git rev-parse --show-toplevel`/contrib/git-commit-mklog.py" "$@"; }; f'
136 ask "Install prepare-commit-msg git hook for 'git commit-mklog' alias" yes dohook
  /src/distrib/notes/
Makefile.inc 143 rm -f [Ee]rrs mklog core *.core ${TARGS} ${TOCS} \
  /src/share/mk/
bsd.hostlib.mk 46 CLEANFILES+= a.out [Ee]rrs mklog core *.core lib${HOSTLIB}.a ${OBJS}
bsd.hostprog.mk 139 CLEANFILES+= a.out [Ee]rrs mklog core *.core ${HOSTPROG} ${OBJS} ${LOBJS}
bsd.lua.mk 63 CLEANFILES+= a.out [Ee]rrs mklog core *.core
bsd.doc.mk 187 rm -f ${EXTRAHTMLFILES} [eE]rrs mklog ${CLEANFILES}
bsd.kmodule.mk 268 CLEANFILES+= a.out [Ee]rrs mklog core *.core ${PROG} ${OBJS} ${LOBJS}
bsd.prog.mk 36 CLEANFILES+= a.out [Ee]rrs mklog core *.core .gdbinit
bsd.lib.mk 848 CLEANFILES+= a.out [Ee]rrs mklog core *.core

Completed in 34 milliseconds