emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 461cb92: * CONTRIBUTE: Split git configuration from


From: Paul Eggert
Subject: [Emacs-diffs] master 461cb92: * CONTRIBUTE: Split git configuration from fetch-and-build
Date: Sat, 25 May 2019 21:29:56 -0400 (EDT)

branch: master
commit 461cb9217d83c0518de2e9bb6fd3ee0d8cd0626b
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * CONTRIBUTE: Split git configuration from fetch-and-build
---
 CONTRIBUTE | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTE b/CONTRIBUTE
index a5433e3..f257fc5 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -7,11 +7,14 @@ or run the shell command 'info "(emacs)Contributing"'.)
 ** The Emacs repository
 
 Emacs development uses Git on Savannah for its main repository.
-Briefly, the following shell commands build and run Emacs from scratch:
+To configure Git for Emacs development, you can run the following:
 
        git config --global user.name 'Your Name'
        git config --global user.email 'address@hidden'
        git config --global transfer.fsckObjects true
+
+The following shell commands then build and run Emacs from scratch:
+
        git clone git://git.sv.gnu.org/emacs.git
        cd emacs
        ./autogen.sh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]