]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sp/shallow-deepen-on-non-shallow-repo-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 May 2026 01:46:54 +0000 (10:46 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 May 2026 01:46:54 +0000 (10:46 +0900)
"git fetch --deepen=<n>" in a full clone truncated the history to <n>
commits deep, which has been corrected to be a no-op instead.

* sp/shallow-deepen-on-non-shallow-repo-fix:
  shallow: fix relative deepen on non-shallow repositories


Trivial merge