From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 384AC3851C12; Wed, 27 May 2020 10:08:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 384AC3851C12 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3f34db996fd1f62bdffacc37cfa5285026e69bfb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 035bdc56110914329c860870e338463793fb5597 X-Git-Newrev: 3f34db996fd1f62bdffacc37cfa5285026e69bfb Message-Id: <20200527100806.384AC3851C12@sourceware.org> Date: Wed, 27 May 2020 10:08:06 +0000 (GMT) From: Martin Liska X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 10:08:06 -0000 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 3f34db996fd1f62bdffacc37cfa5285026e69bfb (commit) from 035bdc56110914329c860870e338463793fb5597 (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 3f34db996fd1f62bdffacc37cfa5285026e69bfb Author: Martin Liska Date: Wed May 27 12:07:56 2020 +0200 Update documentation for git-backport. diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html index b9bcb768..e5dccd8e 100644 --- a/htdocs/gitwrite.html +++ b/htdocs/gitwrite.html @@ -434,7 +434,9 @@ repository:

  • gcc-descr - Undocumented
  • gcc-undescr - Undocumented
  • gcc-verify - verify ChangeLog format for a particular commit
  • -
  • gcc-backport - alias for git cherry-pick -x
  • +
  • gcc-backport - run script that doesgit cherry-pick -x + and reverts all modifications of ChangeLog files (both from index + and conflicting files)
  • gcc-mklog - generate a ChangeLog template for a patch
  • gcc-commit-mklog - commit a git revision with a pre-filled ChangeLog template
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gitwrite.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs