From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id 0D38B386186F; Wed, 20 Dec 2023 23:09:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D38B386186F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703113784; bh=anlDmxv0/ubCmf1IMcRauXfoHoKweeOitHDpRoYpfA4=; h=To:Subject:Date:From:From; b=txEpr/o7h2F6lBtmQt8Q71b2+4RANzrPd3y2yR0frEgeT4/dHDmKyHwMuPlfQgOaw VRip+ljhoURxkaKlWLXaxl0SIKFvyi19aK2e7HdNSrnLfEpDZSofPn//3IsiPnNRie 6BZlSNGdYSvCgeR7AV7zmryaKOUh6dSui1cBLEG8= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 062897ff96bb9651f7a1e152bc2327cbda4ad89e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 79b804a9bda634f0efad4fe15564d1b2374adb35 X-Git-Newrev: 062897ff96bb9651f7a1e152bc2327cbda4ad89e Message-Id: <20231220230944.0D38B386186F@sourceware.org> Date: Wed, 20 Dec 2023 23:09:44 +0000 (GMT) From: Jason Merrill List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 062897ff96bb9651f7a1e152bc2327cbda4ad89e (commit) from 79b804a9bda634f0efad4fe15564d1b2374adb35 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 062897ff96bb9651f7a1e152bc2327cbda4ad89e Author: Jason Merrill Date: Mon Dec 11 22:10:53 2023 -0500 gitwrite: add gcc-style diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html index 1ffda77a..0c146aba 100644 --- a/htdocs/gitwrite.html +++ b/htdocs/gitwrite.html @@ -432,9 +432,11 @@ repository:

output. Of particular use is the --oneline option to summarize the commit on a single line. -
  • gcc-descr - Undocumented
  • -
  • gcc-undescr - Undocumented
  • +
  • gcc-descr - describe a commit relative to its first gcc release, + e.g. r12-1234
  • +
  • gcc-undescr - convert a gcc-descr back to a commit SHA
  • gcc-verify - verify ChangeLog format for a particular commit
  • +
  • gcc-style - verify coding style for a particular commit
  • gcc-backport - run script that does git cherry-pick -x and reverts all modifications of ChangeLog files (both from index and conflicting files)
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gitwrite.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs