Home
last modified time | relevance | path

Searched refs:worktrees (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/devel/cgit/cgit-1.2.3/git/
H A Dworktree.c13 for (i = 0; worktrees[i]; i++) { in free_worktrees()
14 free(worktrees[i]->path); in free_worktrees()
15 free(worktrees[i]->id); in free_worktrees()
16 free(worktrees[i]->head_ref); in free_worktrees()
17 free(worktrees[i]->lock_reason); in free_worktrees()
18 free(worktrees[i]); in free_worktrees()
20 free (worktrees); in free_worktrees()
412 if (worktrees) in find_shared_symref()
413 free_worktrees(worktrees); in find_shared_symref()
414 worktrees = get_worktrees(0); in find_shared_symref()
[all …]
H A Dbranch.c372 struct worktree **worktrees = get_worktrees(0); in replace_each_worktree_head_symref() local
375 for (i = 0; worktrees[i]; i++) { in replace_each_worktree_head_symref()
378 if (worktrees[i]->is_detached) in replace_each_worktree_head_symref()
380 if (!worktrees[i]->head_ref) in replace_each_worktree_head_symref()
382 if (strcmp(oldref, worktrees[i]->head_ref)) in replace_each_worktree_head_symref()
385 refs = get_worktree_ref_store(worktrees[i]); in replace_each_worktree_head_symref()
388 worktrees[i]->path); in replace_each_worktree_head_symref()
391 free_worktrees(worktrees); in replace_each_worktree_head_symref()
/dports/devel/git-gui/git-2.34.1/
H A Dworktree.c13 for (i = 0; worktrees[i]; i++) { in free_worktrees()
14 free(worktrees[i]->path); in free_worktrees()
15 free(worktrees[i]->id); in free_worktrees()
16 free(worktrees[i]->head_ref); in free_worktrees()
17 free(worktrees[i]->lock_reason); in free_worktrees()
18 free(worktrees[i]->prune_reason); in free_worktrees()
19 free(worktrees[i]); in free_worktrees()
21 free (worktrees); in free_worktrees()
412 if (worktrees) in find_shared_symref()
580 free_worktrees(worktrees); in other_head_refs()
[all …]
H A Dbranch.c374 struct worktree **worktrees = get_worktrees(); in replace_each_worktree_head_symref() local
377 for (i = 0; worktrees[i]; i++) { in replace_each_worktree_head_symref()
380 if (worktrees[i]->is_detached) in replace_each_worktree_head_symref()
382 if (!worktrees[i]->head_ref) in replace_each_worktree_head_symref()
384 if (strcmp(oldref, worktrees[i]->head_ref)) in replace_each_worktree_head_symref()
387 refs = get_worktree_ref_store(worktrees[i]); in replace_each_worktree_head_symref()
390 worktrees[i]->path); in replace_each_worktree_head_symref()
393 free_worktrees(worktrees); in replace_each_worktree_head_symref()
/dports/devel/git-svn/git-2.34.1/
H A Dworktree.c13 for (i = 0; worktrees[i]; i++) { in free_worktrees()
14 free(worktrees[i]->path); in free_worktrees()
15 free(worktrees[i]->id); in free_worktrees()
16 free(worktrees[i]->head_ref); in free_worktrees()
17 free(worktrees[i]->lock_reason); in free_worktrees()
18 free(worktrees[i]->prune_reason); in free_worktrees()
19 free(worktrees[i]); in free_worktrees()
21 free (worktrees); in free_worktrees()
412 if (worktrees) in find_shared_symref()
580 free_worktrees(worktrees); in other_head_refs()
[all …]
H A Dbranch.c374 struct worktree **worktrees = get_worktrees();
377 for (i = 0; worktrees[i]; i++) {
380 if (worktrees[i]->is_detached)
382 if (!worktrees[i]->head_ref)
384 if (strcmp(oldref, worktrees[i]->head_ref))
387 refs = get_worktree_ref_store(worktrees[i]);
390 worktrees[i]->path);
393 free_worktrees(worktrees);
/dports/devel/git-p4/git-2.34.1/
H A Dworktree.c13 for (i = 0; worktrees[i]; i++) { in free_worktrees()
14 free(worktrees[i]->path); in free_worktrees()
15 free(worktrees[i]->id); in free_worktrees()
16 free(worktrees[i]->head_ref); in free_worktrees()
17 free(worktrees[i]->lock_reason); in free_worktrees()
18 free(worktrees[i]->prune_reason); in free_worktrees()
19 free(worktrees[i]); in free_worktrees()
21 free (worktrees); in free_worktrees()
412 if (worktrees) in find_shared_symref()
580 free_worktrees(worktrees); in other_head_refs()
[all …]
H A Dbranch.c374 struct worktree **worktrees = get_worktrees();
377 for (i = 0; worktrees[i]; i++) {
380 if (worktrees[i]->is_detached)
382 if (!worktrees[i]->head_ref)
384 if (strcmp(oldref, worktrees[i]->head_ref))
387 refs = get_worktree_ref_store(worktrees[i]);
390 worktrees[i]->path);
393 free_worktrees(worktrees);
/dports/devel/git/git-2.34.1/
H A Dworktree.c13 for (i = 0; worktrees[i]; i++) { in free_worktrees()
14 free(worktrees[i]->path); in free_worktrees()
15 free(worktrees[i]->id); in free_worktrees()
16 free(worktrees[i]->head_ref); in free_worktrees()
17 free(worktrees[i]->lock_reason); in free_worktrees()
18 free(worktrees[i]->prune_reason); in free_worktrees()
19 free(worktrees[i]); in free_worktrees()
21 free (worktrees); in free_worktrees()
412 if (worktrees) in find_shared_symref()
580 free_worktrees(worktrees); in other_head_refs()
[all …]
H A Dbranch.c374 struct worktree **worktrees = get_worktrees(); in replace_each_worktree_head_symref() local
377 for (i = 0; worktrees[i]; i++) { in replace_each_worktree_head_symref()
380 if (worktrees[i]->is_detached) in replace_each_worktree_head_symref()
382 if (!worktrees[i]->head_ref) in replace_each_worktree_head_symref()
384 if (strcmp(oldref, worktrees[i]->head_ref)) in replace_each_worktree_head_symref()
387 refs = get_worktree_ref_store(worktrees[i]); in replace_each_worktree_head_symref()
390 worktrees[i]->path); in replace_each_worktree_head_symref()
393 free_worktrees(worktrees); in replace_each_worktree_head_symref()
/dports/devel/git-cvs/git-2.34.1/
H A Dworktree.c13 for (i = 0; worktrees[i]; i++) { in free_worktrees()
14 free(worktrees[i]->path); in free_worktrees()
15 free(worktrees[i]->id); in free_worktrees()
16 free(worktrees[i]->head_ref); in free_worktrees()
17 free(worktrees[i]->lock_reason); in free_worktrees()
18 free(worktrees[i]->prune_reason); in free_worktrees()
19 free(worktrees[i]); in free_worktrees()
21 free (worktrees); in free_worktrees()
412 if (worktrees) in find_shared_symref()
580 free_worktrees(worktrees); in other_head_refs()
[all …]
H A Dbranch.c374 struct worktree **worktrees = get_worktrees(); in replace_each_worktree_head_symref() local
377 for (i = 0; worktrees[i]; i++) { in replace_each_worktree_head_symref()
380 if (worktrees[i]->is_detached) in replace_each_worktree_head_symref()
382 if (!worktrees[i]->head_ref) in replace_each_worktree_head_symref()
384 if (strcmp(oldref, worktrees[i]->head_ref)) in replace_each_worktree_head_symref()
387 refs = get_worktree_ref_store(worktrees[i]); in replace_each_worktree_head_symref()
390 worktrees[i]->path); in replace_each_worktree_head_symref()
393 free_worktrees(worktrees); in replace_each_worktree_head_symref()
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/compat/
H A Dtest_repository.py172 worktrees = []
175 worktrees.append(tuple(f.decode() for f in fields))
176 return worktrees
182 worktrees = self._parse_worktree_list(output)
183 self.assertEqual(len(worktrees), self._number_of_working_tree)
184 self.assertEqual(worktrees[0][1], '(bare)')
185 self.assertEqual(os.path.normcase(worktrees[0][0]),
190 worktrees = self._parse_worktree_list(output)
191 self.assertEqual(len(worktrees), self._number_of_working_tree)
192 self.assertEqual(worktrees[0][1], '(bare)')
[all …]
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dworktree.c253 struct worktree **worktrees;
255 worktrees = get_worktrees();
257 free_worktrees(worktrees);
258 worktrees = NULL;
709 pathsort(worktrees + 1);
720 free_worktrees(worktrees);
739 worktrees = get_worktrees();
756 free_worktrees(worktrees);
781 free_worktrees(worktrees);
884 free_worktrees(worktrees);
[all …]
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dworktree.c253 struct worktree **worktrees; in add_worktree() local
255 worktrees = get_worktrees(); in add_worktree()
257 free_worktrees(worktrees); in add_worktree()
258 worktrees = NULL; in add_worktree()
709 pathsort(worktrees + 1); in list()
720 free_worktrees(worktrees); in list()
739 worktrees = get_worktrees(); in lock_worktree()
756 free_worktrees(worktrees); in lock_worktree()
781 free_worktrees(worktrees); in unlock_worktree()
884 free_worktrees(worktrees); in move_worktree()
[all …]
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dworktree.c253 struct worktree **worktrees; in add_worktree() local
255 worktrees = get_worktrees(); in add_worktree()
257 free_worktrees(worktrees); in add_worktree()
258 worktrees = NULL; in add_worktree()
709 pathsort(worktrees + 1); in list()
720 free_worktrees(worktrees); in list()
739 worktrees = get_worktrees(); in lock_worktree()
756 free_worktrees(worktrees); in lock_worktree()
781 free_worktrees(worktrees); in unlock_worktree()
884 free_worktrees(worktrees); in move_worktree()
[all …]
/dports/devel/git/git-2.34.1/builtin/
H A Dworktree.c253 struct worktree **worktrees; in add_worktree() local
255 worktrees = get_worktrees(); in add_worktree()
257 free_worktrees(worktrees); in add_worktree()
258 worktrees = NULL; in add_worktree()
709 pathsort(worktrees + 1); in list()
720 free_worktrees(worktrees); in list()
739 worktrees = get_worktrees(); in lock_worktree()
756 free_worktrees(worktrees); in lock_worktree()
781 free_worktrees(worktrees); in unlock_worktree()
884 free_worktrees(worktrees); in move_worktree()
[all …]
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dworktree.c253 struct worktree **worktrees; in add_worktree() local
255 worktrees = get_worktrees(); in add_worktree()
257 free_worktrees(worktrees); in add_worktree()
258 worktrees = NULL; in add_worktree()
709 pathsort(worktrees + 1); in list()
720 free_worktrees(worktrees); in list()
739 worktrees = get_worktrees(); in lock_worktree()
756 free_worktrees(worktrees); in lock_worktree()
781 free_worktrees(worktrees); in unlock_worktree()
884 free_worktrees(worktrees); in move_worktree()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dworktree.c229 struct worktree **worktrees; in validate_worktree_add() local
236 worktrees = get_worktrees(0); in validate_worktree_add()
261 free_worktrees(worktrees); in validate_worktree_add()
670 free_worktrees(worktrees); in list()
689 worktrees = get_worktrees(0); in lock_worktree()
706 free_worktrees(worktrees); in lock_worktree()
722 worktrees = get_worktrees(0); in unlock_worktree()
731 free_worktrees(worktrees); in unlock_worktree()
796 worktrees = get_worktrees(0); in move_worktree()
835 free_worktrees(worktrees); in move_worktree()
[all …]
/dports/devel/magit-devel/magit-3.3.0-59-g1eb183e7/lisp/
H A Dmagit-worktree.el161 (let ((worktrees (magit-list-worktrees)))
162 (when (> (length worktrees) 1)
163 (magit-insert-section (worktrees)
178 worktrees))
/dports/devel/magit/magit-3.3.0/lisp/
H A Dmagit-worktree.el158 (let ((worktrees (magit-list-worktrees)))
159 (when (> (length worktrees) 1)
160 (magit-insert-section (worktrees)
175 worktrees))
/dports/devel/tig/tig-2.5.4/test/diff/
H A Dworktree-editor-test359 - git-dir=ROOT/base/.git/worktrees/work-dir
365 - git-dir=ROOT/base/.git/worktrees/work-dir
371 - git-dir=ROOT/base/.git/worktrees/work-dir
377 - git-dir=ROOT/base/.git/worktrees/work-dir
383 - git-dir=ROOT/base/.git/worktrees/work-dir
389 - git-dir=ROOT/base/.git/worktrees/work-dir
/dports/editors/neovim/neovim-0.6.1/runtime/ftplugin/
H A Dgit.vim15 elseif expand('%:p') =~# '[\/]\.git[\/]worktrees'
16 let b:git_dir = matchstr(expand('%:p'),'.*\.git[\/]worktrees[\/][^\/]\+\>')
/dports/editors/vim/vim-8.2.3745/runtime/ftplugin/
H A Dgit.vim15 elseif expand('%:p') =~# '[\/]\.git[\/]worktrees'
16 let b:git_dir = matchstr(expand('%:p'),'.*\.git[\/]worktrees[\/][^\/]\+\>')
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dworktree.c34 git_vector worktrees = GIT_VECTOR_INIT; in git_worktree_list() local
49 if ((error = git_path_dirload(&worktrees, path.ptr, path.size, 0x0)) < 0) in git_worktree_list()
54 git_vector_foreach(&worktrees, i, worktree) { in git_worktree_list()
59 git_vector_remove(&worktrees, i); in git_worktree_list()
64 wts->strings = (char **)git_vector_detach(&wts->count, NULL, &worktrees); in git_worktree_list()

12345678910>>...14