You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
507 B
29 lines
507 B
19 years ago
|
git-count-objects(1)
|
||
|
====================
|
||
19 years ago
|
|
||
|
NAME
|
||
|
----
|
||
19 years ago
|
git-count-objects - Reports on unpacked objects.
|
||
19 years ago
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
19 years ago
|
'git-count-objects'
|
||
19 years ago
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
19 years ago
|
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.
|
||
19 years ago
|
|
||
|
Author
|
||
|
------
|
||
|
Written by Junio C Hamano <junkio@cox.net>
|
||
|
|
||
|
Documentation
|
||
|
--------------
|
||
|
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
|
||
|
|
||
|
GIT
|
||
|
---
|
||
|
Part of the link:git.html[git] suite
|
||
|
|