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

git-team: update to 1.6.0. #30936

Merged
merged 1 commit into from
May 17, 2021
Merged

git-team: update to 1.6.0. #30936

merged 1 commit into from
May 17, 2021

Conversation

steinex
Copy link
Contributor

@steinex steinex commented May 16, 2021

General

Have the results of the proposed changes been tested?

  • I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  • I generally don't use the affected packages but briefly tested this PR

Comment on lines -17 to -18
mv ${DESTDIR}/usr/bin/prepare-commit-msg ${DESTDIR}/usr/bin/prepare-commit-msg-git-team
vinstall bash_completion/git-team.bash 0644 usr/share/bash-completion/completions git-team
Copy link
Member

Choose a reason for hiding this comment

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

Can you explain these removals in the commit message? (were the files removed? did something change how they work? ...)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

  • The mv isn't necessary anymore, because prepare-commit-msg isn't shipped anymore as a seperate script, instead it get's created on demand in ~/.git-team/hooks by the main git-team binary.
  • The bash completion file indeed is gone, instead there is the git-team completion command now which one can use in their bash startup scripts to source completion for git-team.

Copy link
Member

Choose a reason for hiding this comment

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

Can you just copy your comment comment into the commit message, then?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

reworded a bit but done.

- dropped installation of /usr/bin/prepare-commit-message-git-team, it
  gets installed on-demand now by the main git-team binary into
  ~/.git-team/hooks.
- dropped bash completion, one is supposed to source the output of
  `git-team completion` into their shell startup scripts now (only bash
  is supported for now).
@ericonr ericonr merged commit f111a50 into void-linux:master May 17, 2021
@steinex steinex deleted the git-team branch June 1, 2021 09:41
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants