-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow setting the default state for sign-off of commits. Identified a problem with reseting the footer model which was not changing the signoff to the default value. By fixing this issue, there is no need to use the toggle signoff method within the footer model.
- Loading branch information
1 parent
78c7f77
commit f765d56
Showing
6 changed files
with
106 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
commit 1 (HEAD -> master) | ||
author: John Doe <[email protected]> | ||
date: Sat Jan 1 01:00:00 2022 +0000 | ||
|
||
┌────┐ ┌─────────────────────────────────────────────────────────────┐ | ||
│ │ │ placeholder │ 0/50 | ||
└────┘ └─────────────────────────────────────────────────────────────┘ | ||
|
||
┌──────────────────────────────────────────────────────────────────────────┐ | ||
│? Choose an emoji: ● │ | ||
│❯ 🎨 - Improve structure / format of the code. │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
└──────────────────────────────────────────────────────────────────────────┘ | ||
|
||
┌──────────────────────────────────────────────────────────────────────────┐ | ||
│ placeholder │ | ||
│ ~ │ | ||
│ ~ │ | ||
│ ~ │ | ||
│ ~ │ | ||
│ ~ │ | ||
└──────────────────────────────────────────────────────────────────────────┘ | ||
|
||
Alt + <enter> Commit <s> Sign-off </> Help Summary <tab> | ||
Ctrl + <c> Cancel Author <tab> + Shift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
commit 1 (HEAD -> master) | ||
author: John Doe <[email protected]> | ||
date: Sat Jan 1 01:00:00 2022 +0000 | ||
|
||
┌────┐ ┌─────────────────────────────────────────────────────────────┐ | ||
│ │ │ placeholder │ 0/50 | ||
└────┘ └─────────────────────────────────────────────────────────────┘ | ||
|
||
┌──────────────────────────────────────────────────────────────────────────┐ | ||
│? Choose an emoji: ● │ | ||
│❯ 🎨 - Improve structure / format of the code. │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
│ │ | ||
└──────────────────────────────────────────────────────────────────────────┘ | ||
|
||
┌──────────────────────────────────────────────────────────────────────────┐ | ||
│ placeholder │ | ||
│ ~ │ | ||
│ ~ │ | ||
│ ~ │ | ||
└──────────────────────────────────────────────────────────────────────────┘ | ||
|
||
Signed-off-by: John Doe <[email protected]> | ||
|
||
Alt + <enter> Commit <s> Sign-off </> Help Summary <tab> | ||
Ctrl + <c> Cancel Author <tab> + Shift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters