Junio C Hamano writes: > Karthik Nayak writes: > >> From: Karthik Nayak >> Subject: Re: [PATCH v4 1/7] refs: accept symref values in `ref_transaction[_add]_update` >> >> The `ref_transaction[_add]_update` functions obtain ref information and >> flags to create a `ref_update` and add it to the transaction at hand. > > Just a very minor irritation, but ref_transaction_add_update() is a > function used internally in the ref subsystem and is exported only > because its visibility needs to cross file boundaries between refs.c > and refs/*backend.c files. Yes that is true. I'll amend this for the next version. Thanks