summaryrefslogtreecommitdiff
path: root/Documentation/git-pack-objects.txt
AgeCommit message (Expand)Author
2016-08-10document git-repack interaction of pack.threads and pack.windowMemoryMichael Stahl
2016-04-28pack-objects: warn on split packs disabling bitmapsEric Wong
2015-05-13doc: convert \--option to --optionJeff King
2014-12-29pack-objects: use --objects-edge-aggressive for shallow reposbrian m. carlson
2014-03-11upload-pack: send shallow info over stdin to pack-objectsNguyễn Thái Ngọc Duy
2013-12-16pack-objects doc: treat output filename as opaqueJeff King
2013-04-15The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering
2011-04-03Sync with 1.7.4.3Junio C Hamano
2011-04-03Doc: mention --delta-base-offset is the default for Porcelain commandsJunio C Hamano
2011-03-30Merge branch 'maint'Junio C Hamano
2011-03-30git-pack-objects.txt: fix grammatical errorsStephen Boyd
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-02-25pack-objects documentation: Fix --honor-pack-keep as well.Nelson Elhage
2010-02-24pack-objects documentation: reword "objects that appear in the standard input"Junio C Hamano
2010-02-20Documentation: pack-objects: Clarify --local's semantics.Nelson Elhage
2010-02-19Documentation: describe --thin more accuratelyStephen Boyd
2010-02-18docs: don't talk about $GIT_DIR/refs/ everywhereJeff King
2010-02-04make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2009-11-24pack-objects: split implications of --all-progress from progress activationNicolas Pitre
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey
2008-11-12pack-objects: new option --honor-pack-keepBrandon Casey
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano
2008-04-05git-pack-objects.txt: Make wording slightly less ambiguousPeter Eriksen
2008-03-05git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce
2008-02-23pack-objects: Add runtime detection of online CPU'sAndreas Ericsson
2008-02-10Introduce the config variable pack.packSizeLimitJohannes Schindelin
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-09-24Merge branch 'maint'Junio C Hamano
2007-09-21Move the paragraph specifying where the .idx and .pack files should beMatt Kraai
2007-09-15Merge branch 'np/delta'Junio C Hamano
2007-09-10fix doc for --compression argument to pack-objectsNicolas Pitre
2007-09-10threaded delta search: specify number of threads at run timeNicolas Pitre
2007-07-12Add documentation for --window-memory, pack.windowMemoryBrian Downing
2007-06-07War on whitespaceJunio C Hamano
2007-05-21git-repack --max-pack-size: add option parsing to enable featureDana L. How
2007-05-10Custom compression levels for objects and packsDana How
2007-05-10allow for undeltified objects not to be reusedNicolas Pitre
2007-05-09Increase pack.depth default to 50Theodore Ts'o
2007-05-09Add pack.depth option to git-pack-objects.Theodore Ts'o