Bence Ferdinandy <bence@xxxxxxxxxxxxxx> writes: > Allow the caller to specify that it only wants to update the symref if > it does not already exist. Silently ignore the error from the > transaction API if the symref already exists. Because it is not even an error, from the point of view of "create only if it does not exist", checking the current condition and finding that there already is one, this makes perfect sense.