count-objects
NAME名
git-count-objects - Count unpacked number of objects and their disk consumptiongit-count-objects - 未展開のオブジェクト数とそのディスク消費量を数える
SYNOPSIS概要
git count-objects [-v] [-H | --human-readable]
DESCRIPTION説明
This counts the number of unpacked object files and disk space consumed by them, to help you decide when it is a good time to repack.これはアンパックされたオブジェクトファイルの数とそれらによって消費されるディスクスペースをカウントし、いつ再パックするのが良い時期かを判断するのに役立ちます。
OPTIONSオプション
- -v
- --verbose - 冗談
-
Report in more detail:より詳細に報告する:
count: the number of loose objectscount:緩いオブジェクトの数
size: disk space consumed by loose objects, in KiB (unless -H is specified)size:ルースオブジェクトによって消費されるディスク容量(KiB単位)(-Hが指定されていない限り)
in-pack: the number of in-pack objectsインパック:インパックオブジェクトの数
size-pack: disk space consumed by the packs, in KiB (unless -H is specified)size-pack:パックによって消費されるディスク容量(KiB単位)(-Hが指定されていない場合)
prune-packable: the number of loose objects that are also present in the packs. These objects could be pruned using
git prune-packed
.prune-packable:パック内にも存在する緩いオブジェクトの数。これらのオブジェクトはを使用して整理できますgit prune-packed
。garbage: the number of files in object database that are neither valid loose objects nor valid packsガベージ:オブジェクトデータベース内の、有効なルースオブジェクトでも有効なパックでもないファイルの数
size-garbage: disk space consumed by garbage files, in KiB (unless -H is specified)size-garbage:ゴミファイルによって消費されるディスク容量(KiB単位)(-Hが指定されていない限り)
alternate: absolute path of alternate object databases; may appear multiple times, one line per path. Note that if the path contains non-printable characters, it may be surrounded by double-quotes and contain C-style backslashed escape sequences.alternate:代替オブジェクトデータベースの絶対パス。パスごとに1行ずつ、複数回出現することがあります。パスに印刷不可能な文字が含まれる場合は、二重引用符で囲み、Cスタイルのバックスラッシュエスケープシーケンスを含めることができます。
- -H
- --human-readable - 人が読める
-
Print sizes in human readable format人間が読める形式の印刷サイズ
GIT
Part of the git[1] suite一部のgit [1]スイート
スポンサーリンク
関連記事
- write-tree
- verify-pack
- update-ref
- update-index
- symbolic-ref
- show-ref
- rev-parse
- rev-list
- read-tree
- merge-base
- ls-files
- hash-object
- for-each-ref
- diff-index
- commit-tree
- checkout-index
- check-ignore
- cat-file
- bundle
- archive
- instaweb
- filter-branch
- reflog
- fsck
- gc
- clean
- Workflows
- Tutorial
- Revisions
- gitmodules
- gitignore
- githooks
- Glossary
- Everyday Git
- gitattributes
- update-server-info
- daemon
- fast-import
- svn
- request-pull
- send-email
- format-patch
- am
- grep
- blame
- bisect
- revert
- rebase
- cherry-pick
- apply
- describe
- shortlog
- show
- submodule
- remote
- push
- pull
- fetch
- worktree
- tag
- stash
- log
- mergetool
- merge
- checkout
- branch
- mv
- rm
- reset
- commit
- diff
- status
- add
- clone
- init
- help
- config
- git
スポンサーリンク