Home
last modified time | relevance | path

Searched refs:perform_fastforward (Results 1 – 6 of 6) sorted by relevance

/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/examples/
H A Dmerge.c111 static int perform_fastforward(git_repository *repo, const git_oid *target_oid, int is_unborn) in perform_fastforward() function
323 return perform_fastforward(repo, target_oid, (analysis & GIT_MERGE_ANALYSIS_UNBORN)); in lg2_merge()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/examples/
H A Dmerge.c111 static int perform_fastforward(git_repository *repo, const git_oid *target_oid, int is_unborn) in perform_fastforward() function
323 return perform_fastforward(repo, target_oid, (analysis & GIT_MERGE_ANALYSIS_UNBORN)); in lg2_merge()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/examples/
H A Dmerge.c112 static int perform_fastforward(git_repository *repo, const git_oid *target_oid, int is_unborn) in perform_fastforward() function
324 return perform_fastforward(repo, target_oid, (analysis & GIT_MERGE_ANALYSIS_UNBORN)); in lg2_merge()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/examples/
H A Dmerge.c111 static int perform_fastforward(git_repository *repo, const git_oid *target_oid, int is_unborn) in perform_fastforward() function
323 return perform_fastforward(repo, target_oid, (analysis & GIT_MERGE_ANALYSIS_UNBORN)); in lg2_merge()
/dports/devel/libgit2/libgit2-1.3.0/examples/
H A Dmerge.c111 static int perform_fastforward(git_repository *repo, const git_oid *target_oid, int is_unborn) in perform_fastforward() function
323 return perform_fastforward(repo, target_oid, (analysis & GIT_MERGE_ANALYSIS_UNBORN)); in lg2_merge()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/examples/
H A Dmerge.c139 static int perform_fastforward(git_repository *repo, const git_oid *target_oid, int is_unborn) in perform_fastforward() function
356 return perform_fastforward(repo, target_oid, (analysis & GIT_MERGE_ANALYSIS_UNBORN)); in main()