Karel Zak wrote:
On Tue, Apr 10, 2007 at 08:53:23AM -0700, H. Peter Anvin wrote:
Could we please make the devel branch the default branch?
How?
I can move things to the "master" and delete the "devel" branch and
use the "master" for all development only. Something like:
git checkout master
git pull . devel
git push ko
+ "git branch -d devel" at kernel.org
This is probably a way how to make it more useful for people who are
not too much familiar with git and branches.
You can do that, but you can also simply point HEAD (which denotes the
default branch) to the devel branch.
-hpa
-
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html