From 5155adb1fe43e2b166c3101ad48f05d502eef31a Mon Sep 17 00:00:00 2001 From: Urs Liska Date: Thu, 12 Dec 2013 12:06:39 +0100 Subject: [PATCH] Issue 3719: CG: Add comment about git-cl editor git-cl fires either the editor specified by the EDITOR environment variable or vi if EDITOR isn't defined. Commit mentions this in the CG Signed-off-by: David Kastrup --- Documentation/contributor/source-code.itexi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/contributor/source-code.itexi b/Documentation/contributor/source-code.itexi index f44dd31b3f..6a957052da 100644 --- a/Documentation/contributor/source-code.itexi +++ b/Documentation/contributor/source-code.itexi @@ -1384,6 +1384,11 @@ can be used. @end itemize +First you will see a terminal editor where you can edit the +message that will accompany your patch. @command{git-cl} will +respect the @env{EDITOR} environment variable if defined, +otherwise it will use @command{vi} as the default editor. + After prompting for your Google email address and password, the patch set will be posted to Rietveld, and you will be given a URL for your patch. -- 2.39.2