git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob 13bf1e686133267a9c8eb77131e6ac37119ffdd9 846 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
30
31
32
33
34
35
36
37
38
 
/*
  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.h"

struct modification {
	struct reftable_table tab;

	char **add;
	size_t add_len;

	char **del;
	size_t del_len;
};

// -1 = error, 0 = found, 1 = not found
int modification_has_ref(struct modification *mod, const char *name);

// -1 = error, 0 = found, 1 = not found.
int modification_has_ref_with_prefix(struct modification *mod,
				     const char *prefix);

// 0 = OK.
int validate_refname(const char *name);

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 13bf1e6861 ...
found 13bf1e6861 in https://public-inbox.org/git/64d98e60b2609f6b4d27f69545d16bd00c8578ba.1600283416.git.gitgitgadget@gmail.com/ ||
	https://public-inbox.org/git/169f6c7f543f1d3e5c91a0b38961c765d6900107.1593457018.git.gitgitgadget@gmail.com/ ||
	https://public-inbox.org/git/12d98125c2bacdaab797cbaca47bdbfe000c293f.1596209238.git.gitgitgadget@gmail.com/

applying [1/1] https://public-inbox.org/git/64d98e60b2609f6b4d27f69545d16bd00c8578ba.1600283416.git.gitgitgadget@gmail.com/
diff --git a/reftable/refname.h b/reftable/refname.h
new file mode 100644
index 0000000000..13bf1e6861

Checking patch reftable/refname.h...
Applied patch reftable/refname.h cleanly.

skipping https://public-inbox.org/git/169f6c7f543f1d3e5c91a0b38961c765d6900107.1593457018.git.gitgitgadget@gmail.com/ for 13bf1e6861
skipping https://public-inbox.org/git/12d98125c2bacdaab797cbaca47bdbfe000c293f.1596209238.git.gitgitgadget@gmail.com/ for 13bf1e6861
index at:
100644 13bf1e686133267a9c8eb77131e6ac37119ffdd9	reftable/refname.h

(*) 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).