davsclaus commented on code in PR #8661: URL: https://github.com/apache/camel/pull/8661#discussion_r1015451221
########## components/camel-git/src/main/java/org/apache/camel/component/git/GitEndpoint.java: ########## @@ -77,6 +77,9 @@ public class GitEndpoint extends DefaultEndpoint { label = "producer") private String operation; + @UriParam(description = "A String with path to a .gitconfig file", label = "producer,consumer,advanced") Review Comment: producer and consumer is default, so only use "advanced" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org