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

  /src/external/gpl3/gcc/dist/contrib/
prepare-commit-msg 22 COMMIT_MSG_FILE=$1
29 # Can't do anything if $COMMIT_MSG_FILE isn't a file.
30 if ! [ -f "$COMMIT_MSG_FILE" ]; then exit 0; fi
81 git $cmd | $tee | git gcc-mklog -c "$COMMIT_MSG_FILE"
  /src/external/gpl3/gcc.old/dist/contrib/
prepare-commit-msg 22 COMMIT_MSG_FILE=$1
29 # Can't do anything if $COMMIT_MSG_FILE isn't a file.
30 if ! [ -f "$COMMIT_MSG_FILE" ]; then exit 0; fi
81 git $cmd | $tee | git gcc-mklog $GCC_MKLOG_ARGS -c "$COMMIT_MSG_FILE"

Completed in 16 milliseconds