Home
last modified time | relevance | path

Searched refs:tracking_branch (Results 1 – 25 of 41) sorted by relevance

12

/dports/databases/hbase/hbase-1.2.1/dev-support/
H A Dmake_patch.sh61 tracking_branch='origin/master'
64 tracking_branch="origin/$branch"
115 git diff --quiet $tracking_branch
118 echo "There is no difference between $branch and $tracking_branch."
124 local_commits=$(git log $tracking_branch..$branch|grep 'Author:'|wc -l|awk {'print $1'})
129 git rebase -i $tracking_branch
133 git diff $tracking_branch > $patch_dir/$patch_name
140 git format-patch --stdout $tracking_branch > $patch_dir/$patch_name
/dports/sysutils/modman/modman-1.12/
H A Dmodman707 local tracking_branch=$(git rev-parse --symbolic-full-name --abbrev-ref @{u} 2> /dev/null)
708 if [ -n "$tracking_branch" -a "$tracking_branch" != "@{u}" ]; then
709 echo $tracking_branch
806 tracking_branch=$(get_tracking_branch)
807 if [ -z $tracking_branch ]; then
901 tracking_branch=$(get_tracking_branch)
903 if [ -z $tracking_branch ]; then
906 git reset --hard $tracking_branch && git submodule update --init --recursive && success=1
908 git merge $tracking_branch && git submodule update --init --recursive && success=1
1061 tracking_branch=$(git rev-parse --symbolic-full-name --abbrev-ref @{u})
[all …]
/dports/devel/R-cran-usethis/usethis/R/
H A Dpr.R526 tracking_branch <- git_branch_tracking(pr_local_branch) functionVar
527 if (is.na(tracking_branch)) {
539 remref = tracking_branch
614 tracking_branch <- git_branch_tracking(branch) functionVar
615 remote <- remref_remote(tracking_branch)
633 tracking_branch <- git_branch_tracking(branch) functionVar
634 if (is.na(tracking_branch)) {
639 remote <- remref_remote(tracking_branch)
H A Dgit.R428 tracking_branch <- if (is.null(branch)) NA_character_ else git_branch_tracking() functionVar
431 tracking_branch <- if (is.na(tracking_branch)) "<unset>" else tracking_branch
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dclone.c120 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
126 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
131 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
133 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dclone.c120 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
126 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
131 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
133 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dclone.c120 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
126 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
131 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
133 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/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 Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/test/
H A Dtest_submodule.py186 assert sm.module().head.ref.tracking_branch() is not None
220 csm.module().head.ref.tracking_branch() is not None # @NoEffect
235 assert repo.head.commit != repo.head.ref.tracking_branch().commit
241 assert repo.head.commit == repo.head.ref.tracking_branch().commit
249 csm_tracking_branch = csm.module().head.ref.tracking_branch()
606 assert nsmmh.ref.tracking_branch() is None # never set it up until now
611 assert nsmmh.ref.tracking_branch() is None
616 assert nsmmh.ref.tracking_branch() is not None
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/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 Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dclone.c118 git_reference *tracking_branch = NULL; in update_head_to_new_branch() local
124 error = create_tracking_branch(&tracking_branch, repo, target, name, in update_head_to_new_branch()
129 repo, git_reference_name(tracking_branch)); in update_head_to_new_branch()
131 git_reference_free(tracking_branch); in update_head_to_new_branch()

12