logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

git-prune-packed.1 (2208B)


  1. '\" t
  2. .\" Title: git-prune-packed
  3. .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
  4. .\" Generator: DocBook XSL Stylesheets v1.79.2 <http://docbook.sf.net/>
  5. .\" Date: 2025-03-14
  6. .\" Manual: Git Manual
  7. .\" Source: Git 2.49.0
  8. .\" Language: English
  9. .\"
  10. .TH "GIT\-PRUNE\-PACKED" "1" "2025-03-14" "Git 2\&.49\&.0" "Git Manual"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. git-prune-packed \- Remove extra objects that are already in pack files
  32. .SH "SYNOPSIS"
  33. .sp
  34. .nf
  35. \fIgit prune\-packed\fR [\-n | \-\-dry\-run] [\-q | \-\-quiet]
  36. .fi
  37. .SH "DESCRIPTION"
  38. .sp
  39. This program searches the \fB$GIT_OBJECT_DIRECTORY\fR for all objects that currently exist in a pack file as well as in the independent object directories\&.
  40. .sp
  41. All such extra objects are removed\&.
  42. .sp
  43. A pack is a collection of objects, individually compressed, with delta compression applied, stored in a single file, with an associated index file\&.
  44. .sp
  45. Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc\&.
  46. .SH "OPTIONS"
  47. .PP
  48. \-n, \-\-dry\-run
  49. .RS 4
  50. Don\(cqt actually remove any objects, only show those that would have been removed\&.
  51. .RE
  52. .PP
  53. \-q, \-\-quiet
  54. .RS 4
  55. Squelch the progress indicator\&.
  56. .RE
  57. .SH "SEE ALSO"
  58. .sp
  59. \fBgit-pack-objects\fR(1) \fBgit-repack\fR(1)
  60. .SH "GIT"
  61. .sp
  62. Part of the \fBgit\fR(1) suite