Skip to content

Add interface to configure details of JGit's pack implementation#617

Merged
tomaswolf merged 1 commit into
apache:masterfrom
JohnnyJayJay:master
Oct 8, 2024
Merged

Add interface to configure details of JGit's pack implementation#617
tomaswolf merged 1 commit into
apache:masterfrom
JohnnyJayJay:master

Conversation

@JohnnyJayJay
Copy link
Copy Markdown

My proposal to close #616 .

I'm open for suggestions for changes to the interface or the naming, but in general I think this would be a very useful thing to have.

Copy link
Copy Markdown
Member

@tomaswolf tomaswolf left a comment

Choose a reason for hiding this comment

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

Looks good, just some minor details that will make the CI build fail.

Also: run this at least once through the maven build. The maven build enforces our formatting rules by re-formatting. If there are any changes after that, commit them: the CI build will fail if formatting is not clean.

Finally, please squash all these small commits into one.

Comment thread sshd-git/src/test/java/org/apache/sshd/git/pack/GitPackCommandTest.java Outdated
Comment thread sshd-git/src/main/java/org/apache/sshd/git/pack/GitPackConfiguration.java Outdated
@JohnnyJayJay JohnnyJayJay requested a review from tomaswolf October 8, 2024 16:57
@tomaswolf tomaswolf merged commit 1198cdb into apache:master Oct 8, 2024
@tomaswolf
Copy link
Copy Markdown
Member

Thank you!

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.

Add support for git hooks on GitPackCommand

2 participants