git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bug: depth 1 and recursive update of submodules broke in 2.9.0
@ 2016-07-07 16:40 Stephanos
  2016-07-07 16:59 ` Stefan Beller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephanos @ 2016-07-07 16:40 UTC (permalink / raw)
  To: git

When I try to ```git clone --depth 1 --recursive
https://github.com/davidhalter/jedi-vim.git``` in 2.9.0, it fails with
the message: ```
Cloning into 'jedi-vim'...
remote: Counting objects: 37, done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 37 (delta 1), reused 16 (delta 0), pack-reused 0
Unpacking objects: 100% (37/37), done.
Checking connectivity... done.
Submodule 'jedi' (https://github.com/davidhalter/jedi.git) registered
for path 'jedi'
Cloning into '/home/stephanos/jedi-vim/jedi'...
error: no such remote ref 995a6531225ba0b65e1ff863d97e5404d989047b
Fetched in submodule path 'jedi', but it did not contain
995a6531225ba0b65e1ff863d97e5404d989047b. Direct fetching of that
commit failed.
```, while with git 2.8.3 it succeeds. The commit
995a6531225ba0b65e1ff863d97e5404d989047b exists.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bug: depth 1 and recursive update of submodules broke in 2.9.0
  2016-07-07 16:40 bug: depth 1 and recursive update of submodules broke in 2.9.0 Stephanos
@ 2016-07-07 16:59 ` Stefan Beller
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Beller @ 2016-07-07 16:59 UTC (permalink / raw)
  To: Stephanos; +Cc: git

See the discussion and bug fix at
http://thread.gmane.org/gmane.comp.version-control.git/297687/focus=297719

This is a known regression in 2.9.0 and the fix is in the master branch already.
(I think Junio will also roll it into 2.9.1)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-07 17:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-07 16:40 bug: depth 1 and recursive update of submodules broke in 2.9.0 Stephanos
2016-07-07 16:59 ` Stefan Beller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).