]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit186602e2a90aebbffb1515bf05e8587141731982
treec55103e41bcbac9c24c895073bd211f8320430cf
parented24c710d8789a766e0828e848470891fc3c1c2b
parent2431f5e0e5cd415a3ab1bddb435b692536cc95e8
Merge branch 'sp/shallow-deepen-on-non-shallow-repo-fix'

"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