Home
last modified time | relevance | path

Searched refs:hide_refs (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/
H A Drefs.c1365 static struct string_list *hide_refs; variable
1382 if (!hide_refs) { in parse_hide_refs_config()
1383 hide_refs = xcalloc(1, sizeof(*hide_refs)); in parse_hide_refs_config()
1384 hide_refs->strdup_strings = 1; in parse_hide_refs_config()
1386 string_list_append(hide_refs, ref); in parse_hide_refs_config()
1395 if (!hide_refs) in ref_is_hidden()
1397 for (i = hide_refs->nr - 1; i >= 0; i--) { in ref_is_hidden()
1398 const char *match = hide_refs->items[i].string; in ref_is_hidden()
/dports/devel/git-p4/git-2.34.1/
H A Drefs.c1289 static struct string_list *hide_refs;
1306 if (!hide_refs) {
1307 CALLOC_ARRAY(hide_refs, 1);
1308 hide_refs->strdup_strings = 1;
1310 string_list_append(hide_refs, ref);
1319 if (!hide_refs)
1321 for (i = hide_refs->nr - 1; i >= 0; i--) {
1322 const char *match = hide_refs->items[i].string;
/dports/devel/git-svn/git-2.34.1/
H A Drefs.c1289 static struct string_list *hide_refs; variable
1306 if (!hide_refs) { in parse_hide_refs_config()
1307 CALLOC_ARRAY(hide_refs, 1); in parse_hide_refs_config()
1308 hide_refs->strdup_strings = 1; in parse_hide_refs_config()
1310 string_list_append(hide_refs, ref); in parse_hide_refs_config()
1319 if (!hide_refs) in ref_is_hidden()
1321 for (i = hide_refs->nr - 1; i >= 0; i--) { in ref_is_hidden()
1322 const char *match = hide_refs->items[i].string; in ref_is_hidden()
/dports/devel/git-gui/git-2.34.1/
H A Drefs.c1289 static struct string_list *hide_refs; variable
1306 if (!hide_refs) { in parse_hide_refs_config()
1307 CALLOC_ARRAY(hide_refs, 1); in parse_hide_refs_config()
1308 hide_refs->strdup_strings = 1; in parse_hide_refs_config()
1310 string_list_append(hide_refs, ref); in parse_hide_refs_config()
1319 if (!hide_refs) in ref_is_hidden()
1321 for (i = hide_refs->nr - 1; i >= 0; i--) { in ref_is_hidden()
1322 const char *match = hide_refs->items[i].string; in ref_is_hidden()
/dports/devel/git/git-2.34.1/
H A Drefs.c1289 static struct string_list *hide_refs; variable
1306 if (!hide_refs) { in parse_hide_refs_config()
1307 CALLOC_ARRAY(hide_refs, 1); in parse_hide_refs_config()
1308 hide_refs->strdup_strings = 1; in parse_hide_refs_config()
1310 string_list_append(hide_refs, ref); in parse_hide_refs_config()
1319 if (!hide_refs) in ref_is_hidden()
1321 for (i = hide_refs->nr - 1; i >= 0; i--) { in ref_is_hidden()
1322 const char *match = hide_refs->items[i].string; in ref_is_hidden()
/dports/devel/git-cvs/git-2.34.1/
H A Drefs.c1289 static struct string_list *hide_refs; variable
1306 if (!hide_refs) { in parse_hide_refs_config()
1307 CALLOC_ARRAY(hide_refs, 1); in parse_hide_refs_config()
1308 hide_refs->strdup_strings = 1; in parse_hide_refs_config()
1310 string_list_append(hide_refs, ref); in parse_hide_refs_config()
1319 if (!hide_refs) in ref_is_hidden()
1321 for (i = hide_refs->nr - 1; i >= 0; i--) { in ref_is_hidden()
1322 const char *match = hide_refs->items[i].string; in ref_is_hidden()