Home
last modified time | relevance | path

Searched refs:git_reflog_entrycount (Results 1 – 25 of 137) sorted by relevance

123456

/dports/devel/libgit2/libgit2-1.3.0/tests/refs/reflog/
H A Ddrop.c14 entrycount = git_reflog_entrycount(g_reflog); in test_refs_reflog_drop__initialize()
29 cl_assert_equal_sz(entrycount, git_reflog_entrycount(g_reflog)); in test_refs_reflog_drop__dropping_a_non_exisiting_entry_from_the_log_returns_ENOTFOUND()
37 cl_assert_equal_sz(entrycount - 1, git_reflog_entrycount(g_reflog)); in test_refs_reflog_drop__can_drop_an_entry()
55 cl_assert_equal_sz(entrycount - 1, git_reflog_entrycount(g_reflog)); in test_refs_reflog_drop__can_drop_an_entry_and_rewrite_the_log_history()
70 cl_assert_equal_sz(entrycount - 1, git_reflog_entrycount(g_reflog)); in test_refs_reflog_drop__can_drop_the_oldest_entry()
83 cl_assert_equal_sz(entrycount - 1, git_reflog_entrycount(g_reflog)); in test_refs_reflog_drop__can_drop_the_oldest_entry_and_rewrite_the_log_history()
99 cl_assert_equal_i(0, (int)git_reflog_entrycount(g_reflog)); in test_refs_reflog_drop__can_drop_all_the_entries()
107 cl_assert_equal_sz(entrycount - 1, git_reflog_entrycount(g_reflog)); in test_refs_reflog_drop__can_persist_deletion_on_disk()
114 cl_assert_equal_sz(entrycount - 1, git_reflog_entrycount(g_reflog)); in test_refs_reflog_drop__can_persist_deletion_on_disk()
H A Dreflog.c51 cl_assert_equal_i(3, (int)git_reflog_entrycount(reflog)); in assert_appends()
219 cl_assert_equal_i(0, (int)git_reflog_entrycount(reflog)); in test_refs_reflog_reflog__reading_the_reflog_from_a_reference_with_no_log_returns_an_empty_one()
337 nlogs = git_reflog_entrycount(log); in test_refs_reflog_reflog__append_to_HEAD_when_changing_current_branch()
346 nlogs_after = git_reflog_entrycount(log); in test_refs_reflog_reflog__append_to_HEAD_when_changing_current_branch()
359 nlogs = git_reflog_entrycount(log); in test_refs_reflog_reflog__do_not_append_when_no_update()
370 nlogs_after = git_reflog_entrycount(log); in test_refs_reflog_reflog__do_not_append_when_no_update()
385 nlogs = git_reflog_entrycount(log); in assert_no_reflog_update()
389 nlogs_master = git_reflog_entrycount(log); in assert_no_reflog_update()
398 nlogs_after = git_reflog_entrycount(log); in assert_no_reflog_update()
404 nlogs_master_after = git_reflog_entrycount(log); in assert_no_reflog_update()
[all …]
H A Dreflog_helpers.c24 ret = git_reflog_entrycount(log); in reflog_entrycount()
110 for (idx = 0; idx < git_reflog_entrycount(reflog); idx++) { in reflog_print()
/dports/devel/libgit2/libgit2-1.3.0/tests/worktree/
H A Dreflog.c31 cl_assert_equal_i(1, git_reflog_entrycount(reflog)); in test_worktree_reflog__read_worktree_HEAD()
46 cl_assert_equal_i(0, git_reflog_entrycount(reflog)); in test_worktree_reflog__read_parent_HEAD()
57 cl_assert_equal_i(git_reflog_entrycount(reflog), 1); in test_worktree_reflog__read()
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/branches/
H A Ddelete.c129 cl_assert(git_reflog_entrycount(log) > 0); in test_refs_branches_delete__removes_reflog()
141 cl_assert_equal_i(0, git_reflog_entrycount(log)); in test_refs_branches_delete__removes_reflog()
169 cl_assert(git_reflog_entrycount(log) > 0); in test_refs_branches_delete__removes_empty_folders()
/dports/devel/libgit2/libgit2-1.3.0/tests/stash/
H A Ddrop.c109 count = git_reflog_entrycount(reflog); in test_stash_drop__dropping_an_entry_rewrites_reflog_history()
119 cl_assert_equal_sz(count - 1, git_reflog_entrycount(reflog)); in test_stash_drop__dropping_an_entry_rewrites_reflog_history()
/dports/devel/libgit2/libgit2-1.3.0/tests/reset/
H A Dreset_helpers.c13 cl_assert_equal_i(exp_count, git_reflog_entrycount(log)); in reflog_check()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dreflog.c146 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
192 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/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 Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dreflog.c140 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
186 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dreflog.c146 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
192 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dreflog.c144 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
190 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/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 Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dreflog.c146 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
192 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dreflog.c140 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
186 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/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 Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dreflog.c145 size_t git_reflog_entrycount(git_reflog *reflog) in git_reflog_entrycount() function
191 entrycount = git_reflog_entrycount(reflog); in git_reflog_drop()

123456