-
Notifications
You must be signed in to change notification settings - Fork 317
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
Where can I find the commit description #866
Comments
Hi @hawlcat, I don't think this is currently possible from the extension UI, but this would a nice improvement. It looks as though the commit message is making it to the frontend in the Lines 638 to 644 in 0e1e697
|
Actually maybe I was confused. It seems that jupyterlab-git/src/components/PastCommitNode.tsx Lines 107 to 111 in 4efb0a7
Though perhaps it's best to leave ISingleCommitInfo without the commit message to reduce the size of packets being passed between the front and backend. Instead the backend function jupyterlab-git/jupyterlab_git/git.py Line 449 in 3c28978
Then the frontend calls
|
I marked this a Good first issue, because I think that my final proposal shouldn't require any significant changes to data flow. But anyone feel free to clear that if this is harder than I think |
Closing as resolved by #1134 |
Hi there,
For committing, a commit message could be input including a title and description. After committing, I can see the commit title, but cannot find the description. Just wondering it is lost or just hidden somewhere? If hidden, where can I find this description because usually put lots of update information there so it is easy for other people to get the update idea at the first glance.
thanks
The text was updated successfully, but these errors were encountered: