Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 20:39 Go to next message
Rice Bauer is currently offline Rice BauerFriend
Messages: 34
Registered: August 2009
Member
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] Wed, 05 February 2020 03:58 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
It will be better to ask on the EGit forum: https://www.eclipse.org/forums/index.php/f/48/

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Git clone produces a non-wildcard fetch refspec since 2019-12 [message #1821118 is a reply to message #1821060] Wed, 05 February 2020 22:44 Go to previous messageGo to next message
Rice Bauer is currently offline Rice BauerFriend
Messages: 34
Registered: August 2009
Member
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 05:27 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
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


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Bug? Unused field warning disappears when annotations used.
Next Topic:Eclipse for x86 or ARM64
Goto Forum:
  


Current Time: Fri Apr 19 12:50:17 GMT 2024

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

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

Back to the top