From: Nikodemus Siivola Date: Sat, 4 Aug 2007 14:49:32 +0000 (+0000) Subject: 1.0.8.15: making SBCL sources Git more friendly X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=inline;h=ef716ee5409d0d55020aea422e29a9175c2b4b74;hp=ef716ee5409d0d55020aea422e29a9175c2b4b74;p=sbcl.git 1.0.8.15: making SBCL sources Git more friendly * Git for SBCL Hackers guide. * If branch-version.lisp-expr exists, it's value is concatenated after the contents of version.lisp-expr, separated out by ".". Doing this allows reduces spurious conflicts on branches: otherwise a branch announcing it's name in version.lisp-expr is going to conflict at every turn, which prevents automatic rebasing and merging from doing TRT. * Added .gitignore ---