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
Collaborator

@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

cli/src/commands/describe.rs Outdated Show resolved Hide resolved
cli/src/commands/describe.rs Outdated Show resolved Hide resolved
cli/src/commands/describe.rs Show resolved Hide resolved
cli/src/commands/describe.rs Outdated Show resolved Hide resolved
@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
Collaborator

@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!

cli/src/commands/describe.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/tests/test_describe_command.rs Outdated Show resolved Hide resolved
@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 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
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Show resolved Hide resolved
cli/src/description_util.rs Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/commands/describe.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/commands/describe.rs Outdated Show resolved Hide resolved
@ilyagr
Copy link
Collaborator

ilyagr commented Jul 31, 2024

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

Copy link
Collaborator

@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.

cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/description_util.rs Show resolved Hide resolved
cli/src/description_util.rs Outdated Show resolved Hide resolved
cli/src/commands/describe.rs Outdated Show resolved Hide resolved
cli/src/commands/describe.rs Outdated Show resolved Hide resolved
If multiple commits are provided, the description of each commit
will be combined into a single file for editing.
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