]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit67dd491aaebc37859df0e9718567b90caf49d0a4
treed79cd6175bf4e87ee10a8c7bb08db4b6ce131d95
parentd258bb5e5553f7b644c50d4b6f1907924042f0aa
parent2431f5e0e5cd415a3ab1bddb435b692536cc95e8
Merge branch 'sp/shallow-deepen-on-non-shallow-repo-fix' into next

"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