Home
last modified time | relevance | path

Searched defs:pathspec (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/dports/devel/git-svn/git-2.34.1/
H A Dpathspec.h30 struct pathspec { struct
37 struct pathspec_item { argument
76 * magic is parsed in each pathspec either. If PATHSPEC_LITERAL is argument
164 static inline int matches_skip_worktree(const struct pathspec *pathspec, in matches_skip_worktree()
/dports/devel/git-gui/git-2.34.1/
H A Dpathspec.h30 struct pathspec { struct
37 struct pathspec_item { argument
76 * magic is parsed in each pathspec either. If PATHSPEC_LITERAL is argument
164 static inline int matches_skip_worktree(const struct pathspec *pathspec, in matches_skip_worktree()
/dports/devel/git-p4/git-2.34.1/
H A Dpathspec.h30 struct pathspec { struct
37 struct pathspec_item { argument
76 * magic is parsed in each pathspec either. If PATHSPEC_LITERAL is argument
164 static inline int matches_skip_worktree(const struct pathspec *pathspec, in matches_skip_worktree()
/dports/devel/git/git-2.34.1/
H A Dpathspec.h30 struct pathspec { struct
37 struct pathspec_item { argument
76 * magic is parsed in each pathspec either. If PATHSPEC_LITERAL is argument
164 static inline int matches_skip_worktree(const struct pathspec *pathspec, in matches_skip_worktree()
/dports/devel/git-cvs/git-2.34.1/
H A Dpathspec.h30 struct pathspec { struct
37 struct pathspec_item { argument
76 * magic is parsed in each pathspec either. If PATHSPEC_LITERAL is argument
164 static inline int matches_skip_worktree(const struct pathspec *pathspec, in matches_skip_worktree()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dpathspec.h30 struct pathspec { struct
37 struct pathspec_item { argument
76 * magic is parsed in each pathspec either. If PATHSPEC_LITERAL is argument
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dam.c43 return strchrnul(msg, '\n') - msg; in chmod_pathspec()
44 } in chmod_pathspec()
45
46 /**
47 * Returns true if `str` consists of only whitespace, false otherwise.
131 * Initializes am_state with the default values.
151
152 strvec_init(&state->git_apply_opts);
176 if (mailinfo_parse_quoted_cr_action(arg, opt->value) != 0) in prune_directory()
195 write_file(am_path(state, name), "%s", string); in refresh()
[all …]
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dadd.c42 static int chmod_pathspec(struct pathspec *pathspec, char flip, int show_only) in chmod_pathspec()
128 const struct pathspec *pathspec, int flags) in add_files_to_cache()
150 static int renormalize_tracked_files(const struct pathspec *pathspec, int flags) in renormalize_tracked_files()
173 static char *prune_directory(struct dir_struct *dir, struct pathspec *pathspec, int prefix) in prune_directory()
194 static int refresh(int verbose, const struct pathspec *pathspec) in refresh()
233 const struct pathspec *pathspec) in run_add_interactive()
289 struct pathspec pathspec; in interactive_add() local
497 struct pathspec pathspec; in cmd_add() local
519 struct pathspec pathspec; in cmd_add() local
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dadd.c42 static int chmod_pathspec(struct pathspec *pathspec, char flip, int show_only) in chmod_pathspec()
128 const struct pathspec *pathspec, int flags) in add_files_to_cache()
150 static int renormalize_tracked_files(const struct pathspec *pathspec, int flags) in renormalize_tracked_files()
173 static char *prune_directory(struct dir_struct *dir, struct pathspec *pathspec, int prefix) in prune_directory()
194 static int refresh(int verbose, const struct pathspec *pathspec) in refresh()
233 const struct pathspec *pathspec) in run_add_interactive()
289 struct pathspec pathspec; in interactive_add() local
497 struct pathspec pathspec; in cmd_add() local
519 struct pathspec pathspec; in cmd_add() local
/dports/devel/git/git-2.34.1/builtin/
H A Dadd.c42 static int chmod_pathspec(struct pathspec *pathspec, char flip, int show_only) in chmod_pathspec()
128 const struct pathspec *pathspec, int flags) in add_files_to_cache()
150 static int renormalize_tracked_files(const struct pathspec *pathspec, int flags) in renormalize_tracked_files()
173 static char *prune_directory(struct dir_struct *dir, struct pathspec *pathspec, int prefix) in prune_directory()
194 static int refresh(int verbose, const struct pathspec *pathspec) in refresh()
233 const struct pathspec *pathspec) in run_add_interactive()
289 struct pathspec pathspec; in interactive_add() local
497 struct pathspec pathspec; in cmd_add() local
519 struct pathspec pathspec; in cmd_add() local
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dadd.c42 static int chmod_pathspec(struct pathspec *pathspec, char flip, int show_only) in chmod_pathspec()
128 const struct pathspec *pathspec, int flags) in add_files_to_cache()
150 static int renormalize_tracked_files(const struct pathspec *pathspec, int flags) in renormalize_tracked_files()
173 static char *prune_directory(struct dir_struct *dir, struct pathspec *pathspec, int prefix) in prune_directory()
194 static int refresh(int verbose, const struct pathspec *pathspec) in refresh()
233 const struct pathspec *pathspec) in run_add_interactive()
289 struct pathspec pathspec; in interactive_add() local
497 struct pathspec pathspec; in cmd_add() local
519 struct pathspec pathspec; in cmd_add() local
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dadd.c40 static void chmod_pathspec(struct pathspec *pathspec, char flip) in chmod_pathspec()
109 const struct pathspec *pathspec, int flags) in add_files_to_cache()
131 static int renormalize_tracked_files(const struct pathspec *pathspec, int flags) in renormalize_tracked_files()
150 static char *prune_directory(struct dir_struct *dir, struct pathspec *pathspec, int prefix) in prune_directory()
170 static void refresh(int verbose, const struct pathspec *pathspec) in refresh()
187 const struct pathspec *pathspec) in run_add_interactive()
224 struct pathspec pathspec; in interactive_add() local
412 struct pathspec pathspec; in cmd_add() local
/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-pathspec.c57 git_pathspec *pathspec = EGIT_EXTRACT(_pathspec); in egit_pathspec_matches_path() local
177 git_pathspec *pathspec = EGIT_EXTRACT(_pathspec); in egit_pathspec_match_workdir() local
216 git_pathspec *pathspec = EGIT_EXTRACT(_pathspec); in egit_pathspec_match_index() local
255 git_pathspec *pathspec = EGIT_EXTRACT(_pathspec); in egit_pathspec_match_tree() local
294 git_pathspec *pathspec = EGIT_EXTRACT(_pathspec); in egit_pathspec_match_diff() local
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/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 Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/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 Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dpathspec.h22 git_vector pathspec; member
35 git_pathspec *pathspec; member

12345678910>>...22