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 92dfd65 commit 889aeb3Copy full SHA for 889aeb3
README.md
@@ -321,7 +321,8 @@ git graphlinelog
321
# Generating reports with git
322
git shortlog -sne --after="28 Feb 2021" --before="01 Apr 2021" # short list of commits sorted by contributors during a given period
323
git shortlog --after="28 Feb 2021" --before="01 Apr 2021" --merges # merge commits, replace shortlog by log for commit messages
324
-git log --format=%B -n 1 <commit-hash> # Show commit message
+git log --format=%B -n 1 <commit-hash> # show commit message
325
+git log --merges --first-parent master --pretty=format:"%h %C(blue)%<(15,trunc)%aN %C(white)%<(22)%ar%Creset %C(green)%s" # log of merge commits to master, with commit hash & author name
326
```
327
328
[Atlassian Git Tutorials](https://www.atlassian.com/git/tutorials)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments