diff options
author | David Turner <dturner@twopensource.com> | 2016-09-04 18:08:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-09 15:28:14 -0700 |
commit | fc6814637d2e756029b45cb5fd952359bfec6f88 (patch) | |
tree | 9c36d5e9db0ddefefcf2394e4e583736b2b08415 /refs/refs-internal.h | |
parent | e3688bd6cf159f6026a6bca7a6f53d0a22fe21a2 (diff) | |
download | git-fc6814637d2e756029b45cb5fd952359bfec6f88.tar.gz |
refs: add method for initial ref transaction commit
Signed-off-by: Ronnie Sahlberg <rsahlberg@google.com>
Signed-off-by: David Turner <dturner@twopensource.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs/refs-internal.h')
-rw-r--r-- | refs/refs-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/refs/refs-internal.h b/refs/refs-internal.h index a20b62261f..08c85861ec 100644 --- a/refs/refs-internal.h +++ b/refs/refs-internal.h @@ -582,6 +582,7 @@ struct ref_storage_be { const char *name; ref_store_init_fn *init; ref_transaction_commit_fn *transaction_commit; + ref_transaction_commit_fn *initial_transaction_commit; pack_refs_fn *pack_refs; peel_ref_fn *peel_ref; |