Home
last modified time | relevance | path

Searched refs:w_tree (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-legacy-stash.sh191 w_tree=$( (
213 w_tree=$(GIT_INDEX_FILE="$TMP-index" git write-tree) ||
216 git diff-tree -p HEAD $w_tree -- >"$TMP-patch" &&
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dstash.c107 struct object_id w_tree; member
124 get_oidf(&info->w_tree, "%s:", revision) || in assert_stash_like()
454 ret = merge_recursive_generic(&o, &c_tree, &info->w_tree, 1, bases, in do_apply_stash()
1029 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_patch()
1037 oid_to_hex(&info->w_tree), "--", NULL); in stash_patch()
1102 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_working_tree()
1226 if (commit_tree(stash_msg_buf->buf, stash_msg_buf->len, &info->w_tree, in do_create_stash()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dstash.c110 struct object_id w_tree; member
127 get_oidf(&info->w_tree, "%s:", revision) || in assert_stash_like()
556 ret = merge_recursive_generic(&o, &c_tree, &info->w_tree, 1, bases, in do_apply_stash()
1171 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_patch()
1179 oid_to_hex(&info->w_tree), "--", NULL); in stash_patch()
1244 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_working_tree()
1368 if (commit_tree(stash_msg_buf->buf, stash_msg_buf->len, &info->w_tree, in do_create_stash()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dstash.c110 struct object_id w_tree; member
127 get_oidf(&info->w_tree, "%s:", revision) || in assert_stash_like()
556 ret = merge_recursive_generic(&o, &c_tree, &info->w_tree, 1, bases, in do_apply_stash()
1171 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_patch()
1179 oid_to_hex(&info->w_tree), "--", NULL); in stash_patch()
1244 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_working_tree()
1368 if (commit_tree(stash_msg_buf->buf, stash_msg_buf->len, &info->w_tree, in do_create_stash()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dstash.c110 struct object_id w_tree; member
127 get_oidf(&info->w_tree, "%s:", revision) || in assert_stash_like()
556 ret = merge_recursive_generic(&o, &c_tree, &info->w_tree, 1, bases, in do_apply_stash()
1171 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_patch()
1179 oid_to_hex(&info->w_tree), "--", NULL); in stash_patch()
1244 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_working_tree()
1368 if (commit_tree(stash_msg_buf->buf, stash_msg_buf->len, &info->w_tree, in do_create_stash()
/dports/devel/git/git-2.34.1/builtin/
H A Dstash.c110 struct object_id w_tree; member
127 get_oidf(&info->w_tree, "%s:", revision) || in assert_stash_like()
556 ret = merge_recursive_generic(&o, &c_tree, &info->w_tree, 1, bases, in do_apply_stash()
1171 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_patch()
1179 oid_to_hex(&info->w_tree), "--", NULL); in stash_patch()
1244 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_working_tree()
1368 if (commit_tree(stash_msg_buf->buf, stash_msg_buf->len, &info->w_tree, in do_create_stash()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dstash.c110 struct object_id w_tree; member
127 get_oidf(&info->w_tree, "%s:", revision) || in assert_stash_like()
556 ret = merge_recursive_generic(&o, &c_tree, &info->w_tree, 1, bases, in do_apply_stash()
1171 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_patch()
1179 oid_to_hex(&info->w_tree), "--", NULL); in stash_patch()
1244 if (write_index_as_tree(&info->w_tree, &istate, stash_index_path.buf, 0, in stash_working_tree()
1368 if (commit_tree(stash_msg_buf->buf, stash_msg_buf->len, &info->w_tree, in do_create_stash()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dstash.c364 git_tree *w_tree = NULL, *i_tree = NULL; in commit_worktree() local
377 if ((error = build_workdir_tree(&w_tree, index, b_commit)) < 0) in commit_worktree()
388 w_tree, in commit_worktree()
394 git_tree_free(w_tree); in commit_worktree()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dstash.c402 git_tree *w_tree = NULL, *i_tree = NULL; in commit_worktree() local
423 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
434 w_tree, in commit_worktree()
440 git_tree_free(w_tree); in commit_worktree()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c403 git_tree *w_tree = NULL; in commit_worktree() local
418 if ((error = build_workdir_tree(&w_tree, repo, i_index, b_commit)) < 0) in commit_worktree()
429 w_tree, in commit_worktree()
434 git_tree_free(w_tree); in commit_worktree()

12