Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Git clone produces a non-wildcard fetch refspec since 2019-12
Git clone produces a non-wildcard fetch refspec since 2019-12 [message #1821049] Tue, 04 February 2020 15:39 Go to next message
Eclipse UserFriend
Hi everybody,

whenever I clone a Git repo from within the 2019-12 Eclipse via "File > Import... > Projects from Git" I get an individual fetch entry in origin's remote section of the local config for each branch.

This is an extract for a remote repo that only has a master branch:

Eclipse 2019-12
[remote "origin"]
	fetch = +refs/heads/master:refs/remotes/origin/master


Eclipse 2019-09
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*


I haven't found anything in the Egit/Jgit Changelog, nor in the forums, so is this really desired behaviour?

Might it have to do with the switch to the FileReftableDatabase of JGit as announced here?: https://wiki.eclipse.org/JGit/New_and_Noteworthy/5.6

Best regards
Rice
Re: Git clone produces a non-wildcard fetch refspec since 2019-12 [message #1821060 is a reply to message #1821049] Tue, 04 February 2020 22:58 Go to previous messageGo to next message
Eclipse UserFriend
It will be better to ask on the EGit forum: https://www.eclipse.org/forums/index.php/f/48/
Re: Git clone produces a non-wildcard fetch refspec since 2019-12 [message #1821118 is a reply to message #1821060] Wed, 05 February 2020 17:44 Go to previous messageGo to next message
Eclipse UserFriend
Thanks Ed, I reposted it over there.
Can you close this thread?
Re: Git clone produces a non-wildcard fetch refspec since 2019-12 [message #1821124 is a reply to message #1821118] Thu, 06 February 2020 00:27 Go to previous message
Eclipse UserFriend
Threads don't actually get closed. Someone else looking here can follow to your new post via:

https://www.eclipse.org/forums/index.php/mv/msg/1102306/1821117/#msg_1821117
Previous Topic:Bug? Unused field warning disappears when annotations used.
Next Topic:Eclipse for x86 or ARM64
Goto Forum:
  


Current Time: Fri Jun 20 11:01:10 EDT 2025

Powered by FUDForum. Page generated in 0.04519 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top