-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commit message always set to "Committing changes..." (v0.50.0a0) #1281
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Indeed, jupyterlab-git/src/components/GitPanel.tsx Lines 782 to 806 in e95a9e5
It is quite interesting case of TypeScript not picking it up because it is in another scope (try-catch context). |
Thanks for releasing with support for JupyterLab 4 !
Trying out the
0.50.0a0
release, I noticed that my commit messages (summary and/or description) are not registered with git, instead every commit showsCommitting changes...
as commit message.Description
When committing changes using the extension UI, the commit message is always set to
Committing changes...
.This can be verified using
git log
or the history view of the extension (commitconsole
was created from command line):Reproduce
COMMIT
in the extension UIgit log
Expected behavior
The commit message summary and description provided by the user should be attached to the commit.
Context
Command Line Output
Web Browser Output
The text was updated successfully, but these errors were encountered: