generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [#123] git-queue does not require to set 40-char for commit hashes
Bug external project: nautilus-cyberneering/library-consumer#22 Internal issue: #123 The bug was temporarily fixed by setting git config to: git config --global core.abbrev 7 We do not need it anymore becuase SimpleGit has force commit hash length to the maximum (40 chararters). So we only use full hashes.
- Loading branch information
1 parent
9d933a4
commit ea85e15
Showing
12 changed files
with
134 additions
and
336 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.