]> git.eshelyaron.com Git - emacs.git/commitdiff
* CONTRIBUTE: Split git configuration from fetch-and-build
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 May 2019 01:29:16 +0000 (18:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 May 2019 01:29:16 +0000 (18:29 -0700)
CONTRIBUTE

index a5433e30d37663a151f35ed9292a41fe6ac36e01..f257fc57f0f4568f779f7ea2dd2ca90d75851cdd 100644 (file)
@@ -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 'your.name@example.com'
        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