Searched refs:pack_everything (Results 1 – 6 of 6) sorted by relevance
/dports/devel/cgit/cgit-1.2.3/git/builtin/ |
H A D | repack.c | 281 int pack_everything = 0; in cmd_repack() local 291 OPT_BIT('a', NULL, &pack_everything, in cmd_repack() 293 OPT_BIT('A', NULL, &pack_everything, in cmd_repack() 341 (unpack_unreachable || (pack_everything & LOOSEN_UNREACHABLE))) in cmd_repack() 345 if (!(pack_everything & ALL_INTO_ONE) || in cmd_repack() 352 if (write_bitmaps && !(pack_everything & ALL_INTO_ONE)) in cmd_repack() 381 if (pack_everything & ALL_INTO_ONE) { in cmd_repack() 392 } else if (pack_everything & LOOSEN_UNREACHABLE) { in cmd_repack() 561 (!(pack_everything & LOOSEN_UNREACHABLE) || in cmd_repack()
|
/dports/devel/git-svn/git-2.34.1/builtin/ |
H A D | repack.c | 616 int pack_everything = 0; in cmd_repack() local 627 OPT_BIT('a', NULL, &pack_everything, in cmd_repack() 629 OPT_BIT('A', NULL, &pack_everything, in cmd_repack() 681 (unpack_unreachable || (pack_everything & LOOSEN_UNREACHABLE))) in cmd_repack() 686 (!(pack_everything & ALL_INTO_ONE) || !is_bare_repository())) in cmd_repack() 696 if (write_bitmaps && !(pack_everything & ALL_INTO_ONE) && !write_midx) in cmd_repack() 712 if (pack_everything) in cmd_repack() 762 if (pack_everything & ALL_INTO_ONE) { in cmd_repack() 774 } else if (pack_everything & LOOSEN_UNREACHABLE) { in cmd_repack() 865 if (delete_redundant && pack_everything & ALL_INTO_ONE) { in cmd_repack() [all …]
|
/dports/devel/git-gui/git-2.34.1/builtin/ |
H A D | repack.c | 616 int pack_everything = 0; in cmd_repack() local 627 OPT_BIT('a', NULL, &pack_everything, in cmd_repack() 629 OPT_BIT('A', NULL, &pack_everything, in cmd_repack() 681 (unpack_unreachable || (pack_everything & LOOSEN_UNREACHABLE))) in cmd_repack() 686 (!(pack_everything & ALL_INTO_ONE) || !is_bare_repository())) in cmd_repack() 696 if (write_bitmaps && !(pack_everything & ALL_INTO_ONE) && !write_midx) in cmd_repack() 712 if (pack_everything) in cmd_repack() 762 if (pack_everything & ALL_INTO_ONE) { in cmd_repack() 774 } else if (pack_everything & LOOSEN_UNREACHABLE) { in cmd_repack() 865 if (delete_redundant && pack_everything & ALL_INTO_ONE) { in cmd_repack() [all …]
|
/dports/devel/git-p4/git-2.34.1/builtin/ |
H A D | repack.c | 616 int pack_everything = 0; in cmd_repack() local 627 OPT_BIT('a', NULL, &pack_everything, in cmd_repack() 629 OPT_BIT('A', NULL, &pack_everything, in cmd_repack() 681 (unpack_unreachable || (pack_everything & LOOSEN_UNREACHABLE))) in cmd_repack() 686 (!(pack_everything & ALL_INTO_ONE) || !is_bare_repository())) in cmd_repack() 696 if (write_bitmaps && !(pack_everything & ALL_INTO_ONE) && !write_midx) in cmd_repack() 712 if (pack_everything) in cmd_repack() 762 if (pack_everything & ALL_INTO_ONE) { in cmd_repack() 774 } else if (pack_everything & LOOSEN_UNREACHABLE) { in cmd_repack() 865 if (delete_redundant && pack_everything & ALL_INTO_ONE) { in cmd_repack() [all …]
|
/dports/devel/git/git-2.34.1/builtin/ |
H A D | repack.c | 616 int pack_everything = 0; in cmd_repack() local 627 OPT_BIT('a', NULL, &pack_everything, in cmd_repack() 629 OPT_BIT('A', NULL, &pack_everything, in cmd_repack() 681 (unpack_unreachable || (pack_everything & LOOSEN_UNREACHABLE))) in cmd_repack() 686 (!(pack_everything & ALL_INTO_ONE) || !is_bare_repository())) in cmd_repack() 696 if (write_bitmaps && !(pack_everything & ALL_INTO_ONE) && !write_midx) in cmd_repack() 712 if (pack_everything) in cmd_repack() 762 if (pack_everything & ALL_INTO_ONE) { in cmd_repack() 774 } else if (pack_everything & LOOSEN_UNREACHABLE) { in cmd_repack() 865 if (delete_redundant && pack_everything & ALL_INTO_ONE) { in cmd_repack() [all …]
|
/dports/devel/git-cvs/git-2.34.1/builtin/ |
H A D | repack.c | 616 int pack_everything = 0; in cmd_repack() local 627 OPT_BIT('a', NULL, &pack_everything, in cmd_repack() 629 OPT_BIT('A', NULL, &pack_everything, in cmd_repack() 681 (unpack_unreachable || (pack_everything & LOOSEN_UNREACHABLE))) in cmd_repack() 686 (!(pack_everything & ALL_INTO_ONE) || !is_bare_repository())) in cmd_repack() 696 if (write_bitmaps && !(pack_everything & ALL_INTO_ONE) && !write_midx) in cmd_repack() 712 if (pack_everything) in cmd_repack() 762 if (pack_everything & ALL_INTO_ONE) { in cmd_repack() 774 } else if (pack_everything & LOOSEN_UNREACHABLE) { in cmd_repack() 865 if (delete_redundant && pack_everything & ALL_INTO_ONE) { in cmd_repack() [all …]
|