1.0.8.15: making SBCL sources Git more friendly
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 4 Aug 2007 14:49:32 +0000 (14:49 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 4 Aug 2007 14:49:32 +0000 (14:49 +0000)
 * 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


No differences found