From 41ee56ea010a83748714c7b3aacd900d580bad50 Mon Sep 17 00:00:00 2001 From: Phil Tsarik Date: Tue, 15 Apr 2014 12:41:43 +0300 Subject: [PATCH] Fix missing empty line in commit message during gitcc checkin Fixes #44. The empty line is missing while parsing git log and then commiting to CC. Fix git log format to print raw body (%B). --- checkin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkin.py b/checkin.py index eecfa05..1c27f15 100644 --- a/checkin.py +++ b/checkin.py @@ -9,7 +9,7 @@ import cache, reset IGNORE_CONFLICTS=False -LOG_FORMAT = '%H%x01%s%n%b' +LOG_FORMAT = '%H%x01%B' CC_LABEL = '' ARGS = {