> I agree that the approach taken here is a sensible way to implement
> the design, _if_ the design and the problem it tries to solve makes
> sense. I am not sure about that yet myself, though.
This is a "first things first".
What aspect of the problem to be solved is in question?
). Given that this is something you probably
want tightly scoped, does it make sense to expose it anywhere else?
Is it accurate to speak of this as exposing merge minimal?
Thanks!
commit 3a8bc89950576c0445167e4f5ee5f42d9d737d2d
Author: Daniel Hagerty
Date: Mon Nov 17 15:42:04 2014 -
Given a repository setup thusly:
$ git --version
git version 2.2.0.rc2
git init .
echo '0.0' > version
git add version
git commit -m "master"
for i in a b ; do
git checkout -b $i master
echo '0.1' > version
git commit -a -m "leg $i"
done
git checkout -b c master
echo '0.2' > version
3 matches
Mail list logo