Home
last modified time | relevance | path

Searched refs:u_tree (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/py-OWSLib/OWSLib-0.24.1/owslib/coverage/
H A Dwcsdecoder.py46 u_tree = etree.fromstring(u_xml)
47 for ref in u_tree.findall(
51 for ref in u_tree.findall(
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-legacy-stash.sh177 u_tree=$(git write-tree) &&
178 printf 'untracked files on %s\n' "$msg" | git commit-tree $u_tree &&
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dstash.c113 struct object_id u_tree; member
185 info->has_u = !get_oidf(&info->u_tree, "%s^3:", revision); in get_stash_info()
346 static int restore_untracked(struct object_id *u_tree) in restore_untracked() argument
358 strvec_push(&cp.args, oid_to_hex(u_tree)); in restore_untracked()
574 if (info->has_u && restore_untracked(&info->u_tree)) in do_apply_stash()
815 const struct object_id *oid[] = { &info->w_commit, &info->u_tree }; in diff_include_untracked()
919 diff_root_tree_oid(&info.u_tree, "", &rev.diffopt); in show_stash()
1116 if (write_index_as_tree(&info->u_tree, &istate, stash_index_path.buf, 0, in save_untracked_files()
1123 &info->u_tree, NULL, &info->u_commit, NULL, NULL)) { in save_untracked_files()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dstash.c113 struct object_id u_tree; member
185 info->has_u = !get_oidf(&info->u_tree, "%s^3:", revision); in get_stash_info()
346 static int restore_untracked(struct object_id *u_tree) in restore_untracked() argument
358 strvec_push(&cp.args, oid_to_hex(u_tree)); in restore_untracked()
574 if (info->has_u && restore_untracked(&info->u_tree)) in do_apply_stash()
815 const struct object_id *oid[] = { &info->w_commit, &info->u_tree }; in diff_include_untracked()
919 diff_root_tree_oid(&info.u_tree, "", &rev.diffopt); in show_stash()
1116 if (write_index_as_tree(&info->u_tree, &istate, stash_index_path.buf, 0, in save_untracked_files()
1123 &info->u_tree, NULL, &info->u_commit, NULL, NULL)) { in save_untracked_files()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dstash.c113 struct object_id u_tree; member
185 info->has_u = !get_oidf(&info->u_tree, "%s^3:", revision); in get_stash_info()
346 static int restore_untracked(struct object_id *u_tree) in restore_untracked() argument
358 strvec_push(&cp.args, oid_to_hex(u_tree)); in restore_untracked()
574 if (info->has_u && restore_untracked(&info->u_tree)) in do_apply_stash()
815 const struct object_id *oid[] = { &info->w_commit, &info->u_tree }; in diff_include_untracked()
919 diff_root_tree_oid(&info.u_tree, "", &rev.diffopt); in show_stash()
1116 if (write_index_as_tree(&info->u_tree, &istate, stash_index_path.buf, 0, in save_untracked_files()
1123 &info->u_tree, NULL, &info->u_commit, NULL, NULL)) { in save_untracked_files()
/dports/devel/git/git-2.34.1/builtin/
H A Dstash.c113 struct object_id u_tree; member
185 info->has_u = !get_oidf(&info->u_tree, "%s^3:", revision); in get_stash_info()
346 static int restore_untracked(struct object_id *u_tree) in restore_untracked() argument
358 strvec_push(&cp.args, oid_to_hex(u_tree)); in restore_untracked()
574 if (info->has_u && restore_untracked(&info->u_tree)) in do_apply_stash()
815 const struct object_id *oid[] = { &info->w_commit, &info->u_tree }; in diff_include_untracked()
919 diff_root_tree_oid(&info.u_tree, "", &rev.diffopt); in show_stash()
1116 if (write_index_as_tree(&info->u_tree, &istate, stash_index_path.buf, 0, in save_untracked_files()
1123 &info->u_tree, NULL, &info->u_commit, NULL, NULL)) { in save_untracked_files()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dstash.c113 struct object_id u_tree; member
185 info->has_u = !get_oidf(&info->u_tree, "%s^3:", revision); in get_stash_info()
346 static int restore_untracked(struct object_id *u_tree) in restore_untracked() argument
358 strvec_push(&cp.args, oid_to_hex(u_tree)); in restore_untracked()
574 if (info->has_u && restore_untracked(&info->u_tree)) in do_apply_stash()
815 const struct object_id *oid[] = { &info->w_commit, &info->u_tree }; in diff_include_untracked()
919 diff_root_tree_oid(&info.u_tree, "", &rev.diffopt); in show_stash()
1116 if (write_index_as_tree(&info->u_tree, &istate, stash_index_path.buf, 0, in save_untracked_files()
1123 &info->u_tree, NULL, &info->u_commit, NULL, NULL)) { in save_untracked_files()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dstash.c110 struct object_id u_tree; member
182 info->has_u = !get_oidf(&info->u_tree, "%s^3:", revision); in get_stash_info()
356 static int restore_untracked(struct object_id *u_tree) in restore_untracked() argument
368 argv_array_push(&cp.args, oid_to_hex(u_tree)); in restore_untracked()
435 if (info->has_u && restore_untracked(&info->u_tree)) in do_apply_stash()
977 if (write_index_as_tree(&info->u_tree, &istate, stash_index_path.buf, 0, in save_untracked_files()
984 &info->u_tree, NULL, &info->u_commit, NULL, NULL)) { in save_untracked_files()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dstash.c266 git_tree *u_tree = NULL; in commit_untracked() local
271 if ((error = build_untracked_tree(&u_tree, index, i_commit, flags)) < 0) in commit_untracked()
285 u_tree, in commit_untracked()
293 git_tree_free(u_tree); in commit_untracked()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/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.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/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.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/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.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c304 git_tree *u_tree = NULL; in commit_untracked() local
309 if ((error = build_untracked_tree(&u_tree, repo, i_commit, flags)) < 0) in commit_untracked()
323 u_tree, in commit_untracked()
331 git_tree_free(u_tree); in commit_untracked()

12