]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kn/ref-batch-output-error-reporting-fix' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Jan 2026 23:45:57 +0000 (15:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Jan 2026 23:45:57 +0000 (15:45 -0800)
commit180b93f7ba1f33771067375eccfecc3fdb237b11
tree7257ae8409e4f3d61632ab2f7276f301cca1e8db
parent58641de15945d35e1f12e2ad7e1552e3f0fc1fac
parentef73355076ff09346afd325cd3ff58edd84efd99
Merge branch 'kn/ref-batch-output-error-reporting-fix' into jch

A handful of code paths that started using batched ref update API
(after Git 2.51 or so) lost detailed error output, which have been
corrected.

* kn/ref-batch-output-error-reporting-fix:
  fetch: delay user information post committing of transaction
  receive-pack: utilize rejected ref error details
  fetch: utilize rejected ref error details
  update-ref: utilize rejected error details if available
  refs: add rejection detail to the callback function
  refs: skip to next ref when current ref is rejected
  refs: drop unnecessary header includes
builtin/receive-pack.c
refs.c
refs.h
refs/files-backend.c
refs/reftable-backend.c