]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/fast-import-avoid-self-replace'
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 Nov 2024 22:57:08 +0000 (07:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Nov 2024 22:57:08 +0000 (07:57 +0900)
commit8eaa06590fe916d4f2baa1fdb93959f1cfa9ab47
treebae07cc5dc2973486420b8f64a611fb99d7c7031
parent89ceab7b4c1ecb07e575a7caaeaba4d478c6a104
parent5e904f1a4ade49372970bd172d63f9c9fd7b2653
Merge branch 'en/fast-import-avoid-self-replace'

"git fast-import" can be tricked into a replace ref that maps an
object to itself, which is a useless thing to do.

* en/fast-import-avoid-self-replace:
  fast-import: avoid making replace refs point to themselves
builtin/fast-import.c
t/t9300-fast-import.sh