Mark Waite commented on Bug JENKINS-21215

The git-client-plugin 1.6.2 release writes a remotes section in the cases I've tried (both with command line git and JGit). It does not write a branch section.

For example:

[core]
	repositoryformatversion = 0
	filemode = true
	logallrefupdates = true
[remote "downstream"]
	url = ""
[remote "upstream"]
	url = ""

Can you describe the use case where you need the branch section in the file? I believe the plugin generally assumes it can freely switch from checking out one version to another, even if the version it uses is not the tip of a specific branch.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to