Skip to content

Commit

Permalink
Fix missing empty line in commit message during gitcc checkin
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
phts committed Apr 16, 2014
1 parent e81f9e9 commit 41ee56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkin.py
Expand Up @@ -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 = {
Expand Down

0 comments on commit 41ee56e

Please sign in to comment.