git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob cee9168a04651a13ce4cb50407bc1cce0530fa0a 687 bytes (raw)
name: merge-strategies.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
 
#ifndef MERGE_STRATEGIES_H
#define MERGE_STRATEGIES_H

struct object_id;
struct index_state;
typedef int (*merge_index_fn)(struct index_state *istate,
			      const struct object_id *orig_blob,
			      const struct object_id *our_blob,
			      const struct object_id *their_blob,
			      const char *path, unsigned int orig_mode,
			      unsigned int our_mode, unsigned int their_mode,
			      void *data);

int merge_index_path(struct index_state *istate, int oneshot, int quiet,
		     const char *path, merge_index_fn fn, void *data);
int merge_all_index(struct index_state *istate, int oneshot, int quiet,
		    merge_index_fn fn, void *data);

#endif /* MERGE_STRATEGIES_H */

debug log:

solving cee9168a046 ...
found cee9168a046 in https://public-inbox.org/git/patch-v9-10.12-c7a131a9a86-20221118T110058Z-avarab@gmail.com/ ||
	https://public-inbox.org/git/patch-v10-10.12-0efc5039e46-20221215T084803Z-avarab@gmail.com/

applying [1/1] https://public-inbox.org/git/patch-v9-10.12-c7a131a9a86-20221118T110058Z-avarab@gmail.com/
diff --git a/merge-strategies.h b/merge-strategies.h
new file mode 100644
index 00000000000..cee9168a046

Checking patch merge-strategies.h...
Applied patch merge-strategies.h cleanly.

skipping https://public-inbox.org/git/patch-v10-10.12-0efc5039e46-20221215T084803Z-avarab@gmail.com/ for cee9168a046
index at:
100644 cee9168a04651a13ce4cb50407bc1cce0530fa0a	merge-strategies.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).