X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2FGIT-FOR-SBCL-HACKERS.txt;fp=doc%2FGIT-FOR-SBCL-HACKERS.txt;h=aedbd96f5b3751bf02a9ad9a10d300ca26d65be8;hb=0455d5cfeec048ed6c181bef872b1465bf9af8cc;hp=ca442e73b447872086d4799ce3877604104ba139;hpb=e033145440e3b3a5e1d1893305477e0d417ca642;p=sbcl.git diff --git a/doc/GIT-FOR-SBCL-HACKERS.txt b/doc/GIT-FOR-SBCL-HACKERS.txt index ca442e7..aedbd96 100644 --- a/doc/GIT-FOR-SBCL-HACKERS.txt +++ b/doc/GIT-FOR-SBCL-HACKERS.txt @@ -30,7 +30,7 @@ The command clones the SBCL Git mirror into the directory sbcl-git (there's a naming convention in play here, but ignore that for now.) The clone -contains full history, and is an independent repository on it's own +contains full history, and is an independent repository on its own right. Doing the clone takes as long as downloading 25Mb takes on your line, but after that things are very fast. @@ -155,7 +155,7 @@ current version as a single diff. Similarly, can be used to compare two arbitrary versions. The -w switch tells Git to ignore whitespace changes -- you can usually leave it out, but it's -nice when diffing across the great whilespacification patches. +nice when diffing across the great whitespacification patches. Onwards: just so that we have a bit more history on the branch, edit version.lisp-expr again, and git-commit again. You can use @@ -231,7 +231,7 @@ from where they end up in sbcl.git. Turtles, you see." in the comment box. Then you will be directed to set up an account, which you will then have to add as a "pusher" to your SBCL fork. -Finally, add the following snipped (adjusting for your own name) in +Finally, add the following snippet (adjusting for your own name) in ~/sbcl-git/.git/config [remote "public"]