commit | 859c30175f7d8f64f61968cb3ece7aca9218b314 | [log] [tgz] |
---|---|---|
author | Erick Mattos <erick.mattos@gmail.com> | Fri May 21 21:28:36 2010 -0300 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jun 02 11:17:46 2010 -0700 |
tree | 09c38d76cb9cd4593987353c528ac4168cec66d0 | |
parent | feb98d134289527eeb9d1fd11d8c284819a0aa1d [diff] |
refs: split log_ref_write logic into log_ref_setup Separation of the logic for testing and preparing the reflogs from function log_ref_write to a new non static new function: log_ref_setup. This allows to be performed from outside the first all reasonable checks and procedures for writing reflogs. Signed-off-by: Erick Mattos <erick.mattos@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>