]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kn/ref-batch-output-error-reporting-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Feb 2026 20:09:10 +0000 (12:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Feb 2026 20:09:10 +0000 (12:09 -0800)
commit6176ee2349ae9b4c54948e86fb8de4b9fd4f0c94
tree74f44277a6f2d8bdf73af5167c798d83334e506f
parent8087aae54061d056b61da736664cea84eff3dee4
parenteff9299eacb9d88ded6efdc2a78024dc5fc20eea
Merge branch 'kn/ref-batch-output-error-reporting-fix'

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
builtin/receive-pack.c
refs.c
refs.h
refs/files-backend.c
refs/reftable-backend.c