1.0.8.15: making SBCL sources Git more friendly
commitef716ee5409d0d55020aea422e29a9175c2b4b74
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 4 Aug 2007 14:49:32 +0000 (4 14:49 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 4 Aug 2007 14:49:32 +0000 (4 14:49 +0000)
tree22282535a7596415993886ad47439e3195ed2f0a
parent359546053b96bee72f507c186e0df306e0cbb410
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
.gitignore [new file with mode: 0644]
src/code/misc.lisp
version.lisp-expr