Commit 9c54e27 1 parent 06a2bd8 commit 9c54e27 Copy full SHA for 9c54e27
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Options:
28
28
characters (or more if needed to avoid ambiguity).
29
29
See also whenmerged.abbrev below under CONFIGURATION.
30
30
--no-abbrev Do not abbreviate commit SHA1s.
31
+ -l, --log Show the log for the merge commit.
31
32
-d, --diff Show the diff for the merge commit.
32
33
-v, --visualize Visualize the merge commit using gitk.
33
34
Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ Examples:
49
49
git when-merged 0a1b -n releases # Use whenmerged.releases.pattern
50
50
git when-merged 0a1b -s # Use whenmerged.default.pattern
51
51
52
- git when-merged 0a1b -d feature-1 # Show diff for each merge commit
52
+ git when-merged 0a1b -l feature-1 # Show log for the merge commit
53
+ git when-merged 0a1b -d feature-1 # Show diff for the merge commit
53
54
git when-merged 0a1b -v feature-1 # Display merge commit in gitk
54
55
55
56
Configuration:
You can’t perform that action at this time.
0 commit comments