git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob a24b40fcb428452a620a50199538a4437b8c1a5e 585 bytes (raw)
name: reftable/refname.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
/*
  Copyright 2020 Google LLC

  Use of this source code is governed by a BSD-style
  license that can be found in the LICENSE file or at
  https://developers.google.com/open-source/licenses/bsd
*/
#ifndef REFNAME_H
#define REFNAME_H

#include "reftable-record.h"
#include "reftable-generic.h"

struct modification {
	struct reftable_table tab;

	char **add;
	size_t add_len;

	char **del;
	size_t del_len;
};

int validate_ref_record_addition(struct reftable_table tab,
				 struct reftable_ref_record *recs, size_t sz);

int modification_validate(struct modification *mod);

#endif

debug log:

solving a24b40fcb42 ...
found a24b40fcb42 in https://80x24.org/mirrors/git.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).