aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-repack.txt
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge branch 'ps/git-repack-doc-fixes'Junio C Hamano1-6/+3
2023-10-23Merge branch 'en/docfixes'Junio C Hamano1-2/+2
2023-10-18Merge branch 'tb/repack-max-cruft-size'Junio C Hamano1-0/+11
2023-10-16doc/git-repack: don't mention nonexistent "--unpacked" optionPatrick Steinhardt1-5/+2
2023-10-16doc/git-repack: fix syntax for `-g` shorthand optionPatrick Steinhardt1-1/+1
2023-10-09documentation: fix singular vs. pluralElijah Newren1-1/+1
2023-10-09documentation: wording improvementsElijah Newren1-1/+1
2023-10-05builtin/repack.c: implement support for `--max-cruft-size`Taylor Blau1-0/+11
2023-10-02repack: implement `--filter-to` for storing filtered out objectsChristian Couder1-0/+11
2023-10-02repack: add `--filter=<filter-spec>` optionChristian Couder1-0/+12
2022-10-24builtin/repack.c: implement `--expire-to` for storing pruned objectsTaylor Blau1-0/+6
2022-05-26builtin/repack.c: support generating a cruft packTaylor Blau1-0/+11
2021-12-20repack: make '--quiet' disable progressDerrick Stolee1-2/+3
2021-09-28builtin/repack.c: make largest pack preferredTaylor Blau1-0/+4
2021-09-28builtin/repack.c: support writing a MIDX while repackingTaylor Blau1-4/+10
2021-07-08Merge branch 'jk/doc-max-pack-size'Junio C Hamano1-1/+3
2021-06-09doc: warn people against --max-pack-sizeJeff King1-1/+3
2021-05-10git-repack.txt: remove spurious ")"Martin Ågren1-1/+1
2021-03-24Merge branch 'tb/geometric-repack'Junio C Hamano1-0/+23
2021-02-22builtin/repack.c: add '--geometric' optionTaylor Blau1-0/+23
2021-02-22doc: mention bigFileThreshold for packingChristian Walther1-1/+8
2019-08-11doc: fix repeated wordsMark Rushakoff1-1/+1
2018-09-17Merge branch 'cc/delta-islands'Junio C Hamano1-0/+5
2018-08-16repack: add delta-islands supportJeff King1-0/+5
2018-08-09repack: repack promisor objects if -a or -A is setJonathan Tan1-0/+5
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano1-1/+3
2018-04-16repack: add --keep-pack optionNguyễn Thái Ngọc Duy1-1/+8
2018-04-16pack-objects: use bitfield for object_entry::depthNguyễn Thái Ngọc Duy1-1/+3
2017-04-27repack: accept --threads=<n> and pass it down to pack-objectsJunio C Hamano1-1/+4
2016-08-12Merge branch 'ms/document-pack-window-memory-is-per-thread'Junio C Hamano1-2/+4
2016-08-10document git-repack interaction of pack.threads and pack.windowMemoryMichael Stahl1-2/+4
2016-07-13Merge branch 'mm/doc-tt'Junio C Hamano1-2/+2
2016-06-28doc: typeset short command-line options as literalMatthieu Moy1-2/+2
2016-06-14repack: extend --keep-unreachable to loose objectsJeff King1-1/+2
2016-06-14repack: add --keep-unreachable optionJeff King1-0/+6
2016-06-14repack: document --unpack-unreachable optionJeff King1-0/+6
2016-04-28pack-objects: warn on split packs disabling bitmapsEric Wong1-3/+5
2016-02-01transport: drop support for git-over-rsyncJeff King1-1/+1
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-2/+2
2014-03-18Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano1-0/+8
2014-03-03repack: add `repack.packKeptObjects` config varJeff King1-0/+8
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano1-1/+8
2013-12-30repack: consider bitmaps when performing repacksVicent Marti1-1/+8
2013-10-22Reword repack documentation to no longer state it's a scriptStefan Beller1-1/+1
2012-02-28fsck: --no-dangling omits "dangling object" informationJunio C Hamano1-1/+1
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk1-0/+1
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-9/+0
2010-10-21Sync with 1.7.3.2Junio C Hamano1-6/+6
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-6/+6
2010-09-27repack: add -F flag to let user choose between --no-reuse-delta/objectJan Krüger1-1/+5
2010-02-04update git-repack documentation wrt repack.UseDeltaBaseOffsetNicolas Pitre1-9/+9
2010-02-03make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre1-3/+5
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-6/+6
2009-06-09git-repack.txt: Clarify implications of -a for dumb protocolsMichael J Gruber1-2/+5
2008-11-14repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey1-6/+5
2008-09-19git-repack uses --no-repack-object, not --no-repack-delta.Mikael Magnusson1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-7/+7
2008-07-05Documentation: fix gitlinksJonathan Nieder1-1/+1
2008-07-01Documentation formatting and cleanupJonathan Nieder1-5/+6
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-5/+5
2008-07-01whitespace fix in Documentation/git-repack.txtJonathan Nieder1-3/+3
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-1/+2
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano1-1/+1
2008-05-23Merge branch 'bc/repack'Junio C Hamano1-1/+13
2008-05-22Clarify repack -n documentationShawn O. Pearce1-2/+5
2008-05-16Documentation/git-repack.txt: document new -A behaviourChris Frey1-1/+13
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-7/+7
2007-08-24Documentation: Correct various misspellings and typos.Brian Hetro1-1/+1
2007-07-12Add documentation for --window-memory, pack.windowMemoryBrian Downing1-0/+11
2007-06-30Merge branch 'maint'Junio C Hamano1-4/+7
2007-06-30repack: improve documentation on -a optionSam Vilain1-4/+7
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-05-20git-repack --max-pack-size: add option parsing to enable featureDana L. How1-0/+5
2007-05-08Increase pack.depth default to 50Theodore Ts'o1-1/+1
2007-05-08Add pack.depth option to git-pack-objects.Theodore Ts'o1-1/+1
2007-02-10Fixed some typos in git-repack docsMukund1-3/+3
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano1-2/+1
2006-10-22Merge branch 'np/pack'Junio C Hamano1-0/+14
2006-10-13git-repack: repo.usedeltabaseoffsetJunio C Hamano1-0/+14
2006-10-06Add default values for --window and --depth to the docsDennis Stosberg1-1/+2
2006-09-17git-repack(1): document --window and --depthJonas Fonseca1-1/+11
2006-05-05Several trivial documentation touch ups.sean1-0/+1
2006-03-05cosmetics: change from 'See-Also' to 'See Also'Jeff Muizelaar1-1/+1
2006-02-17git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano1-1/+9
2005-12-08Documentation/git-repack.txt: Add -l and -n.Nikolai Weibull1-1/+8
2005-10-10Remove the version tags from the manpagesJunio C Hamano1-1/+0
2005-10-03[PATCH] Random documentation fixesJonas Fonseca1-1/+2
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+59