Home
last modified time | relevance | path

Searched defs:with_commit (Results 1 – 14 of 14) sorted by relevance

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_edi/models/
H A Daccount_edi_document.py225 def _process_documents_web_services(self, job_count=None, with_commit=True): argument
/dports/devel/git-gui/git-2.34.1/
H A Dref-filter.h58 struct commit_list *with_commit; member
H A Dcommit-reach.c446 struct commit_list *with_commit) in repo_is_descendant_of()
/dports/devel/git-p4/git-2.34.1/
H A Dref-filter.h58 struct commit_list *with_commit; member
H A Dcommit-reach.c446 struct commit_list *with_commit) in repo_is_descendant_of()
/dports/devel/git-svn/git-2.34.1/
H A Dreflog-walk.c59 struct complete_reflogs *reflogs =
H A Dcommit-reach.c446 struct commit_list *with_commit) in repo_is_descendant_of()
/dports/devel/git/git-2.34.1/
H A Dref-filter.h58 struct commit_list *with_commit; member
H A Dcommit-reach.c446 struct commit_list *with_commit) in repo_is_descendant_of()
/dports/devel/git-cvs/git-2.34.1/
H A Dref-filter.h58 struct commit_list *with_commit; member
H A Dcommit-reach.c446 struct commit_list *with_commit) in repo_is_descendant_of()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dref-filter.h55 struct commit_list *with_commit; member
H A Dcommit-reach.c286 int is_descendant_of(struct commit *commit, struct commit_list *with_commit) in is_descendant_of()
/dports/devel/py-pygit2/pygit2-1.7.1/pygit2/
H A Drepository.py1546 def with_commit(self, commit): member in Branches