]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sp/shallow-deepen-on-non-shallow-repo-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 03:06:49 +0000 (12:06 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 03:06:49 +0000 (12:06 +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