Home
last modified time | relevance | path

Searched refs:tagged_oid (Results 1 – 22 of 22) sorted by relevance

/dports/devel/git-svn/git-2.34.1/builtin/
H A Dmktag.c46 static int verify_object_in_tag(struct object_id *tagged_oid, int *tagged_type)
54 buffer = read_object_file(tagged_oid, &type, &size);
57 oid_to_hex(tagged_oid));
60 oid_to_hex(tagged_oid),
63 repl = lookup_replace_object(the_repository, tagged_oid);
80 struct object_id tagged_oid; in x30()
97 &tagged_oid, &tagged_type)) in x30()
100 if (verify_object_in_tag(&tagged_oid, &tagged_type)) in x30()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dmktag.c46 static int verify_object_in_tag(struct object_id *tagged_oid, int *tagged_type) in verify_object_in_tag() argument
54 buffer = read_object_file(tagged_oid, &type, &size); in verify_object_in_tag()
57 oid_to_hex(tagged_oid)); in verify_object_in_tag()
60 oid_to_hex(tagged_oid), in verify_object_in_tag()
63 repl = lookup_replace_object(the_repository, tagged_oid); in verify_object_in_tag()
80 struct object_id tagged_oid; in cmd_mktag() local
97 &tagged_oid, &tagged_type)) in cmd_mktag()
100 if (verify_object_in_tag(&tagged_oid, &tagged_type)) in cmd_mktag()
/dports/devel/git/git-2.34.1/builtin/
H A Dmktag.c46 static int verify_object_in_tag(struct object_id *tagged_oid, int *tagged_type) in verify_object_in_tag() argument
54 buffer = read_object_file(tagged_oid, &type, &size); in verify_object_in_tag()
57 oid_to_hex(tagged_oid)); in verify_object_in_tag()
60 oid_to_hex(tagged_oid), in verify_object_in_tag()
63 repl = lookup_replace_object(the_repository, tagged_oid); in verify_object_in_tag()
80 struct object_id tagged_oid; in cmd_mktag() local
97 &tagged_oid, &tagged_type)) in cmd_mktag()
100 if (verify_object_in_tag(&tagged_oid, &tagged_type)) in cmd_mktag()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dmktag.c46 static int verify_object_in_tag(struct object_id *tagged_oid, int *tagged_type) in verify_object_in_tag() argument
54 buffer = read_object_file(tagged_oid, &type, &size); in verify_object_in_tag()
57 oid_to_hex(tagged_oid)); in verify_object_in_tag()
60 oid_to_hex(tagged_oid), in verify_object_in_tag()
63 repl = lookup_replace_object(the_repository, tagged_oid); in verify_object_in_tag()
80 struct object_id tagged_oid; in cmd_mktag() local
97 &tagged_oid, &tagged_type)) in cmd_mktag()
100 if (verify_object_in_tag(&tagged_oid, &tagged_type)) in cmd_mktag()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dmktag.c46 static int verify_object_in_tag(struct object_id *tagged_oid, int *tagged_type) in verify_object_in_tag() argument
54 buffer = read_object_file(tagged_oid, &type, &size); in verify_object_in_tag()
57 oid_to_hex(tagged_oid)); in verify_object_in_tag()
60 oid_to_hex(tagged_oid), in verify_object_in_tag()
63 repl = lookup_replace_object(the_repository, tagged_oid); in verify_object_in_tag()
80 struct object_id tagged_oid; in cmd_mktag() local
97 &tagged_oid, &tagged_type)) in cmd_mktag()
100 if (verify_object_in_tag(&tagged_oid, &tagged_type)) in cmd_mktag()
/dports/devel/git-svn/git-2.34.1/
H A Dfsck.c882 struct object_id tagged_oid; in fsck_tag() local
884 return fsck_tag_standalone(oid, buffer, size, options, &tagged_oid, in fsck_tag()
890 struct object_id *tagged_oid, in fsck_tag_standalone() argument
906 if (parse_oid_hex(buffer, tagged_oid, &p) || *p != '\n') { in fsck_tag_standalone()
H A Dfsck.h176 struct object_id *tagged_oid,
H A Dref-filter.c2148 const struct object_id *tagged_oid = NULL;
2157 tagged_oid = get_tagged_oid((struct tag *)obj);
2158 if (tagged_oid && oid_array_lookup(points_at, tagged_oid) >= 0)
2159 return tagged_oid;
/dports/devel/git-gui/git-2.34.1/
H A Dfsck.c882 struct object_id tagged_oid; in fsck_tag() local
884 return fsck_tag_standalone(oid, buffer, size, options, &tagged_oid, in fsck_tag()
890 struct object_id *tagged_oid, in fsck_tag_standalone() argument
906 if (parse_oid_hex(buffer, tagged_oid, &p) || *p != '\n') { in fsck_tag_standalone()
H A Dfsck.h176 struct object_id *tagged_oid,
H A Dref-filter.c2148 const struct object_id *tagged_oid = NULL; in match_points_at() local
2157 tagged_oid = get_tagged_oid((struct tag *)obj); in match_points_at()
2158 if (tagged_oid && oid_array_lookup(points_at, tagged_oid) >= 0) in match_points_at()
2159 return tagged_oid; in match_points_at()
/dports/devel/git-p4/git-2.34.1/
H A Dfsck.c882 struct object_id tagged_oid; in fsck_tag() local
884 return fsck_tag_standalone(oid, buffer, size, options, &tagged_oid, in fsck_tag()
890 struct object_id *tagged_oid, in fsck_tag_standalone() argument
906 if (parse_oid_hex(buffer, tagged_oid, &p) || *p != '\n') { in fsck_tag_standalone()
H A Dfsck.h176 struct object_id *tagged_oid,
H A Dref-filter.c2148 const struct object_id *tagged_oid = NULL; in match_points_at() local
2157 tagged_oid = get_tagged_oid((struct tag *)obj); in match_points_at()
2158 if (tagged_oid && oid_array_lookup(points_at, tagged_oid) >= 0) in match_points_at()
2159 return tagged_oid; in match_points_at()
/dports/devel/git/git-2.34.1/
H A Dfsck.c882 struct object_id tagged_oid; in fsck_tag() local
884 return fsck_tag_standalone(oid, buffer, size, options, &tagged_oid, in fsck_tag()
890 struct object_id *tagged_oid, in fsck_tag_standalone() argument
906 if (parse_oid_hex(buffer, tagged_oid, &p) || *p != '\n') { in fsck_tag_standalone()
H A Dfsck.h176 struct object_id *tagged_oid,
H A Dref-filter.c2148 const struct object_id *tagged_oid = NULL; in match_points_at() local
2157 tagged_oid = get_tagged_oid((struct tag *)obj); in match_points_at()
2158 if (tagged_oid && oid_array_lookup(points_at, tagged_oid) >= 0) in match_points_at()
2159 return tagged_oid; in match_points_at()
/dports/devel/git-cvs/git-2.34.1/
H A Dfsck.c882 struct object_id tagged_oid; in fsck_tag() local
884 return fsck_tag_standalone(oid, buffer, size, options, &tagged_oid, in fsck_tag()
890 struct object_id *tagged_oid, in fsck_tag_standalone() argument
906 if (parse_oid_hex(buffer, tagged_oid, &p) || *p != '\n') { in fsck_tag_standalone()
H A Dfsck.h176 struct object_id *tagged_oid,
H A Dref-filter.c2148 const struct object_id *tagged_oid = NULL; in match_points_at() local
2157 tagged_oid = get_tagged_oid((struct tag *)obj); in match_points_at()
2158 if (tagged_oid && oid_array_lookup(points_at, tagged_oid) >= 0) in match_points_at()
2159 return tagged_oid; in match_points_at()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dref-filter.c1997 const struct object_id *tagged_oid = NULL; in match_points_at() local
2006 tagged_oid = get_tagged_oid((struct tag *)obj); in match_points_at()
2007 if (tagged_oid && oid_array_lookup(points_at, tagged_oid) >= 0) in match_points_at()
2008 return tagged_oid; in match_points_at()
H A Dfsck.c843 struct object_id tagged_oid; in fsck_tag() local
857 if (parse_oid_hex(buffer, &tagged_oid, &p) || *p != '\n') { in fsck_tag()