Home
last modified time | relevance | path

Searched refs:cmd_reflog_exists (Results 1 – 12 of 12) sorted by relevance

/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-ref-store.c174 static int cmd_reflog_exists(struct ref_store *refs, const char **argv) in cmd_reflog_exists() function
255 { "reflog-exists", cmd_reflog_exists },
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-ref-store.c174 static int cmd_reflog_exists(struct ref_store *refs, const char **argv)
255 { "reflog-exists", cmd_reflog_exists },
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-ref-store.c174 static int cmd_reflog_exists(struct ref_store *refs, const char **argv) in cmd_reflog_exists() function
255 { "reflog-exists", cmd_reflog_exists },
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-ref-store.c174 static int cmd_reflog_exists(struct ref_store *refs, const char **argv) in cmd_reflog_exists() function
255 { "reflog-exists", cmd_reflog_exists },
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-ref-store.c174 static int cmd_reflog_exists(struct ref_store *refs, const char **argv) in cmd_reflog_exists() function
255 { "reflog-exists", cmd_reflog_exists },
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-ref-store.c186 static int cmd_reflog_exists(struct ref_store *refs, const char **argv) in cmd_reflog_exists() function
268 { "reflog-exists", cmd_reflog_exists },
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dreflog.c737 static int cmd_reflog_exists(int argc, const char **argv, const char *prefix) in cmd_reflog_exists() function
789 return cmd_reflog_exists(argc - 1, argv + 1, prefix); in cmd_reflog()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dreflog.c737 static int cmd_reflog_exists(int argc, const char **argv, const char *prefix) in cmd_reflog_exists() function
789 return cmd_reflog_exists(argc - 1, argv + 1, prefix); in cmd_reflog()
/dports/devel/git/git-2.34.1/builtin/
H A Dreflog.c737 static int cmd_reflog_exists(int argc, const char **argv, const char *prefix) in cmd_reflog_exists() function
789 return cmd_reflog_exists(argc - 1, argv + 1, prefix); in cmd_reflog()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dreflog.c737 static int cmd_reflog_exists(int argc, const char **argv, const char *prefix) in cmd_reflog_exists() function
789 return cmd_reflog_exists(argc - 1, argv + 1, prefix); in cmd_reflog()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dreflog.c737 static int cmd_reflog_exists(int argc, const char **argv, const char *prefix) in cmd_reflog_exists() function
789 return cmd_reflog_exists(argc - 1, argv + 1, prefix); in cmd_reflog()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dreflog.c733 static int cmd_reflog_exists(int argc, const char **argv, const char *prefix) in cmd_reflog_exists() function
785 return cmd_reflog_exists(argc - 1, argv + 1, prefix); in cmd_reflog()