Sha256: a39d0c71b214d1ce4975b4e2f060d9fe2a55f44e8cef0311f057c6d9a68289cf

Contents?: true

Size: 737 Bytes

Versions: 1

Compression:

Stored size: 737 Bytes

Contents

# Commit Format

## 0.2.0

### Added

- [5c3aed6](https://github.com/tombruijn/commit-format/commit/5c3aed6b4d4610842fbf57e7b4fede06283c6bba) minor - Add paragraph flag to format message body output to join paragraph lines. This is similar to how GitHub now formats Pull Requests with a single commit. Use `-p`/`--paragraph` to use this feature.
  
  Given a commit with the message body of two lines:
  
  ```
  Line 1.
  Line 2.
  
  - Item 1.
  - Item 2.
  ```
  
  This is output as:
  
  ```
  Line 1. Line 2.
  
  - Item 1.
  - Item 2.
  ```
  
  Other Markdown syntax, like tables, lists, code blocks, etc. are all kept in their original format in the output. Their lines are not joined into one line.

## 0.1.0

Initial release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commit_format-0.2.0 CHANGELOG.md