-
Committer:
Eric Anderson
-
Date:
2008-11-25 01:45:22 UTC
-
mto:
(0.200.116 trunk)
-
mto:
This revision was merged to the branch mainline in
revision
6960.
-
Revision ID:
eric@pixelwareinc.com-20081125014522-leeq8vts9nv3awjm
When reading branch use active branch instead of first branch.
This allows us to interact with whatever is set as the current activeÂ
branch instead of being limited to only the first branch (master).Â
Useful for creating a branch from somewhere other than master.
Limited in its usefulness as I believe git only allows switchingÂ
branches in a non-bare repositories and most trees being branched fromÂ
are bare repositories. Also requiring the source repository to switch
its active branch is pretty intrusive. But something is better than
nothing.