$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Git usages
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2015-04-13 01:43:40
Folks,
could I ask everybody to follow a couple of simple conventions with git:
- Use a Linux-style convention for changlogs, where first line of commit
message is the summary, and is below 70 characters. It makes it easier
to review changes at later time
- When updating from git, do:
git fetch
git rebase develop origin/develop
as opposed to "git pull", since the latter creates commits like:
Merge branch 'develop' of https://github.com/boostorg/build into develop
that just are not useful.
Thanks,
-- Vladimir Prus http://vladimirprus.com