Commit Graph

2 Commits

Author SHA1 Message Date
acbde813a7 when creating linked clone with branch, make sure to ff to the current state
the git-new-workdir helper is mostly useful to have one pristine clone
where the updates get pulled into & from that you create working copies.
As pulling to that master copy only updates the current branch (usually
master), checking out a different branch using git-new-workdir will
result in "your branch is behind the remote branch by xx commits" when
there have been commits after the branch was first checked out locally.

Thus this change adds a fast-forwarding merge when a branch is given.
2011-12-16 12:43:06 +01:00
f61644158e add some utility scripts to create new workdir
based on kohei blog on the subject, adapted for the 'bootstrap' build
2010-11-30 20:25:21 -06:00