Bagas Sanjaya <bagasdotme@xxxxxxxxx> writes: > What about fetching with --deepen? > > Will "unintended" unshallowing with --update-shallow possibly happen > if --update-shallow is used, as opposed to --depth/--deepen? This does change the graft status, but from grafted to ungrafted, so instead of trying to read parents that are not there, we will not read parents that are there. Which is also a problem, but more difficult to demonstrate why it is a problem, I think.