We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2a458 commit 5921055Copy full SHA for 5921055
cookbook/git.md
@@ -17,7 +17,7 @@ git branch --merged | lines | where ($it != "* master" and $it != "* main") | ea
17
# => ───┴───────────────────────────────────────────
18
```
19
20
-Parse formatted commit messages (more details in the parsing git log section)
+### Parse formatted commit messages (more details in the parsing git log section)
21
22
```nu
23
git log --pretty=%h»¦«%aN»¦«%s»¦«%aD | lines | split column "»¦«" sha1 committer desc merged_at | first 10
0 commit comments