Skip to content
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

describe: allow updating the description of multiple commits #3828

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

bnjmnt4n
Copy link
Member

@bnjmnt4n bnjmnt4n commented Jun 4, 2024

If multiple commits are provided, the description of each commit will be combined into a single file for editing.

Closes #3120.

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • [NA] I have updated the documentation (README.md, docs/, demos/)
  • [NA] I have updated the config schema (cli/src/config-schema.json)
  • I have added tests to cover my changes

@bnjmnt4n bnjmnt4n force-pushed the bnjmnt4n/push-mtypsntrzvuk branch 3 times, most recently from a12664b to a1b718e Compare June 6, 2024 16:17
Copy link
Contributor

@yuja yuja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bnjmnt4n bnjmnt4n force-pushed the bnjmnt4n/push-mtypsntrzvuk branch 4 times, most recently from 9e568a2 to fd71d62 Compare June 14, 2024 13:06
@bnjmnt4n bnjmnt4n force-pushed the bnjmnt4n/push-mtypsntrzvuk branch 4 times, most recently from 80c486a to 1bc9de0 Compare July 5, 2024 09:46
@bnjmnt4n bnjmnt4n force-pushed the bnjmnt4n/push-mtypsntrzvuk branch from 1bc9de0 to 160f0c7 Compare July 16, 2024 15:44
@bnjmnt4n bnjmnt4n force-pushed the bnjmnt4n/push-mtypsntrzvuk branch 3 times, most recently from 7e40875 to a516a34 Compare July 25, 2024 14:04
@bnjmnt4n bnjmnt4n force-pushed the bnjmnt4n/push-mtypsntrzvuk branch 2 times, most recently from ae7c7c5 to 8721f7a Compare July 25, 2024 19:12
@bnjmnt4n bnjmnt4n force-pushed the bnjmnt4n/push-mtypsntrzvuk branch from 8721f7a to acca71e Compare July 26, 2024 16:52
@ilyagr
Copy link
Contributor

ilyagr commented Jul 31, 2024

BTW, I started using this PR myself, and it is (unsurprisingly) incredibly convenient. Thank you!

@bnjmnt4n bnjmnt4n force-pushed the bnjmnt4n/push-mtypsntrzvuk branch from acca71e to 7dfd74c Compare August 4, 2024 09:52
Copy link
Contributor

@yuja yuja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for implementing this feature.

There are minor things that can be improved, but it's probably better to not make this commit bigger. Please feel free to leave some nits unchanged and address separately. Add TODO comments as needed.

If multiple commits are provided, the description of each commit
will be combined into a single file for editing.
@bnjmnt4n bnjmnt4n force-pushed the bnjmnt4n/push-mtypsntrzvuk branch from 7dfd74c to 24131d8 Compare August 4, 2024 16:52
@bnjmnt4n bnjmnt4n merged commit 35b04f4 into main Aug 4, 2024
29 checks passed
@bnjmnt4n bnjmnt4n deleted the bnjmnt4n/push-mtypsntrzvuk branch August 4, 2024 18:06
bryceberger added a commit that referenced this pull request Feb 7, 2025
closes #5432

Since #3828, it's been possible to describe multiple commits in the same
editor. This makes that the default method for `jj split`.
bryceberger added a commit that referenced this pull request Feb 7, 2025
closes #5432

Since #3828, it's been possible to describe multiple commits in the same
editor. This makes that the default method for `jj split`.
bryceberger added a commit that referenced this pull request Feb 7, 2025
closes #5432

Since #3828, it's been possible to describe multiple commits in the same
editor. This makes that the default method for `jj split`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: support for bulk-editing of commit descriptions
6 participants