Home
last modified time | relevance | path

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

/dports/devel/cgit/cgit-1.2.3/git/
H A Dcommit-graph.c790 char **commit_graph_hash_after; member
1476 free(ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2]); in write_commit_graph_file()
1478 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2] = new_base_hash; in write_commit_graph_file()
1513 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1] = xstrdup(oid_to_hex(&file_hash)); in write_commit_graph_file()
1515 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1]); in write_commit_graph_file()
1521 fprintf(lk.tempfile->fp, "%s\n", ctx->commit_graph_hash_after[i]); in write_commit_graph_file()
1580 ALLOC_ARRAY(ctx->commit_graph_hash_after, ctx->num_commit_graphs_after); in split_graph_merge_strategy()
1591 ctx->commit_graph_hash_after[i] = xstrdup(oid_to_hex(&g->oid)); in split_graph_merge_strategy()
1906 free(ctx->commit_graph_hash_after[i]); in write_commit_graph()
1914 free(ctx->commit_graph_hash_after); in write_commit_graph()
/dports/devel/git-p4/git-2.34.1/
H A Dcommit-graph.c1019 char **commit_graph_hash_after; member
1936 free(ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2]); in write_commit_graph_file()
1938 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2] = new_base_hash; in write_commit_graph_file()
1978 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1] = xstrdup(hash_to_hex(file_hash)); in write_commit_graph_file()
1980 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1]); in write_commit_graph_file()
1986 fprintf(get_lock_file_fp(&lk), "%s\n", ctx->commit_graph_hash_after[i]); in write_commit_graph_file()
2058 CALLOC_ARRAY(ctx->commit_graph_hash_after, ctx->num_commit_graphs_after); in split_graph_merge_strategy()
2069 ctx->commit_graph_hash_after[i] = xstrdup(oid_to_hex(&g->oid)); in split_graph_merge_strategy()
2422 free(ctx->commit_graph_hash_after[i]); in write_commit_graph()
2430 free(ctx->commit_graph_hash_after); in write_commit_graph()
/dports/devel/git/git-2.34.1/
H A Dcommit-graph.c1019 char **commit_graph_hash_after; member
1936 free(ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2]); in write_commit_graph_file()
1938 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2] = new_base_hash; in write_commit_graph_file()
1978 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1] = xstrdup(hash_to_hex(file_hash)); in write_commit_graph_file()
1980 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1]); in write_commit_graph_file()
1986 fprintf(get_lock_file_fp(&lk), "%s\n", ctx->commit_graph_hash_after[i]); in write_commit_graph_file()
2058 CALLOC_ARRAY(ctx->commit_graph_hash_after, ctx->num_commit_graphs_after); in split_graph_merge_strategy()
2069 ctx->commit_graph_hash_after[i] = xstrdup(oid_to_hex(&g->oid)); in split_graph_merge_strategy()
2422 free(ctx->commit_graph_hash_after[i]); in write_commit_graph()
2430 free(ctx->commit_graph_hash_after); in write_commit_graph()
/dports/devel/git-gui/git-2.34.1/
H A Dcommit-graph.c1019 char **commit_graph_hash_after; member
1936 free(ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2]); in write_commit_graph_file()
1938 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2] = new_base_hash; in write_commit_graph_file()
1978 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1] = xstrdup(hash_to_hex(file_hash)); in write_commit_graph_file()
1980 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1]); in write_commit_graph_file()
1986 fprintf(get_lock_file_fp(&lk), "%s\n", ctx->commit_graph_hash_after[i]); in write_commit_graph_file()
2058 CALLOC_ARRAY(ctx->commit_graph_hash_after, ctx->num_commit_graphs_after); in split_graph_merge_strategy()
2069 ctx->commit_graph_hash_after[i] = xstrdup(oid_to_hex(&g->oid)); in split_graph_merge_strategy()
2422 free(ctx->commit_graph_hash_after[i]); in write_commit_graph()
2430 free(ctx->commit_graph_hash_after); in write_commit_graph()
/dports/devel/git-cvs/git-2.34.1/
H A Dcommit-graph.c1019 char **commit_graph_hash_after; member
1936 free(ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2]); in write_commit_graph_file()
1938 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2] = new_base_hash; in write_commit_graph_file()
1978 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1] = xstrdup(hash_to_hex(file_hash)); in write_commit_graph_file()
1980 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1]); in write_commit_graph_file()
1986 fprintf(get_lock_file_fp(&lk), "%s\n", ctx->commit_graph_hash_after[i]); in write_commit_graph_file()
2058 CALLOC_ARRAY(ctx->commit_graph_hash_after, ctx->num_commit_graphs_after); in split_graph_merge_strategy()
2069 ctx->commit_graph_hash_after[i] = xstrdup(oid_to_hex(&g->oid)); in split_graph_merge_strategy()
2422 free(ctx->commit_graph_hash_after[i]); in write_commit_graph()
2430 free(ctx->commit_graph_hash_after); in write_commit_graph()
/dports/devel/git-svn/git-2.34.1/
H A Dcommit-graph.c1019 char **commit_graph_hash_after; member
1936 free(ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2]); in write_commit_graph_file()
1938 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 2] = new_base_hash; in write_commit_graph_file()
1978 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1] = xstrdup(hash_to_hex(file_hash)); in write_commit_graph_file()
1980 ctx->commit_graph_hash_after[ctx->num_commit_graphs_after - 1]); in write_commit_graph_file()
1986 fprintf(get_lock_file_fp(&lk), "%s\n", ctx->commit_graph_hash_after[i]); in write_commit_graph_file()
2058 CALLOC_ARRAY(ctx->commit_graph_hash_after, ctx->num_commit_graphs_after); in split_graph_merge_strategy()
2069 ctx->commit_graph_hash_after[i] = xstrdup(oid_to_hex(&g->oid)); in split_graph_merge_strategy()
2422 free(ctx->commit_graph_hash_after[i]); in write_commit_graph()
2430 free(ctx->commit_graph_hash_after); in write_commit_graph()