Re: [PATCH 2/3] init-db.c: normalize env var handling.
From: Linus Torvalds <torvalds@osdl.org>
Date: 2016-06-15 22:41:53
On Tue, 19 Apr 2005, Zach Welch wrote:
quoted hunk ↗ jump to hunk
This patch applies on top of: [PATCH 1/3] init-db.c: cleanup comments init-db.c | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) Signed-Off-By: Zach Welch <redacted> Normalize init-db environment variable handling, allowing the creation of object directories with something other than DEFAULT_DB_ENVIRONMENT.--- a/init-db.c +++ b/init-db.c
For future reference, this is in the wrong order. You should have "checkin comment" first, then "signed-off-by", then a line with three dashes, and then "administrative trivia". Ie I'd much rather see the email look like Normalize init-db environment variable handling, allowing the creation of object directories with something other than DEFAULT_DB_ENVIRONMENT. Signed-Off-By: Zach Welch [off-list ref] --- This patch applies on top of: [PATCH 1/3] init-db.c: cleanup comments init-db.c | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) .. actual patch goes here .. since otherwise I'll just have to edit it that way. I like seeing the administrative stuff (diffstat etc), but I don't want to have it in the commit message, and that's exactly what the "---" marker is for - my tools will automatically cut it off as if it was a signature (or the beginning of the patch). Linus