Home
last modified time | relevance | path

Searched refs:commit_after_reformat (Results 1 – 3 of 3) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/tools/
H A Dclang-format.py292 def validate_repo_state_for_rebase(commit_before_reformat, commit_after_reformat, target_branch):
307 if not repo.is_commit(commit_after_reformat):
309 commit_after_reformat)
311 if not repo.is_ancestor(commit_before_reformat, commit_after_reformat):
313 " reformat '%s' in this repo") % (commit_before_reformat, commit_after_reformat))
365 def rebase_branch(clang_format, commit_before_reformat, commit_after_reformat, target_branch):
369 …repo = validate_repo_state_for_rebase(commit_before_reformat, commit_after_reformat, target_branch)
372 previous_commit_base = commit_after_reformat
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dclang_format.py354 def reformat_branch(clang_format, commit_prior_to_reformat, commit_after_reformat): argument
372 if not repo.is_commit(commit_after_reformat):
374 commit_after_reformat)
376 if not repo.is_ancestor(commit_prior_to_reformat, commit_after_reformat):
378 " Reformat '%s' in this repo") % (commit_prior_to_reformat, commit_after_reformat))
408 previous_commit_base = commit_after_reformat
/dports/comms/gnuradio/gnuradio-3.8.4.0/tools/
H A Dclang_format.py613 commit_after_reformat): argument
633 if not repo.is_commit(commit_after_reformat):
636 commit_after_reformat)
638 if not repo.is_ancestor(commit_prior_to_reformat, commit_after_reformat):
642 commit_after_reformat))
685 previous_commit_base = commit_after_reformat