commitfmt-windows 0.2.0__py3-none-any.whl → 0.3.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: commitfmt_windows
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Utility for formatting and verifying the commit message.
5
5
  Author-email: Mikhael Khrustik <misha@myrt.co>
6
6
  License: MIT
@@ -208,6 +208,30 @@ extends = "node_modules/commitfmt-config-standard/commitfmt.toml"
208
208
 
209
209
  Extension is only possible for the current configuration. If the current configuration extends another configuration, which in turn extends a third configuration, commitfmt will throw an error when trying to load such a configuration.
210
210
 
211
+ ### Parser Configuration
212
+
213
+ commitfmt can be configured to use custom footer separators and comment symbols for parsing commit messages.
214
+
215
+ #### Footer separators
216
+
217
+ By default, commitfmt uses git's `trailer.separators` configuration to determine which characters separate footer keys from values. You can override this in your config file:
218
+
219
+ ```toml
220
+ footer-separators = ":#"
221
+ ```
222
+
223
+ This allows footers like `Issue-ID: 123` or `Issue-ID #123` to be recognized.
224
+
225
+ #### Comment symbol
226
+
227
+ By default, commitfmt uses git's `core.commentChar` or `core.commentString` configuration to identify comment lines in commit messages. You can override this:
228
+
229
+ ```toml
230
+ comment-symbol = "//"
231
+ ```
232
+
233
+ Lines starting with the comment symbol will be ignored during parsing.
234
+
211
235
  ### Additional footers
212
236
 
213
237
  commitfmt can add additional footers to the commit message.
@@ -0,0 +1,5 @@
1
+ commitfmt_windows/__init__.py,sha256=N5cpNKEYYrVRlEGVenMAfJyE80zm2znA33zwxjuo0e0,25
2
+ commitfmt_windows-0.3.0.dist-info/METADATA,sha256=UrrMfg0sRJRiYFgELx4NgNlOLJV3EcebIRERvC3r7_k,8992
3
+ commitfmt_windows-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ commitfmt_windows-0.3.0.dist-info/top_level.txt,sha256=FeS959a1bDvuqrRrPrY_C7Xh131YuSCXvDDL2S1LYGI,18
5
+ commitfmt_windows-0.3.0.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- commitfmt_windows/__init__.py,sha256=N5cpNKEYYrVRlEGVenMAfJyE80zm2znA33zwxjuo0e0,25
2
- commitfmt_windows-0.2.0.dist-info/METADATA,sha256=QTbd79kH305kRJMoCtFCpkqsklZYSLOBNh0fDm1LBOQ,8251
3
- commitfmt_windows-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
- commitfmt_windows-0.2.0.dist-info/top_level.txt,sha256=FeS959a1bDvuqrRrPrY_C7Xh131YuSCXvDDL2S1LYGI,18
5
- commitfmt_windows-0.2.0.dist-info/RECORD,,