aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-pack-objects.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-11upload-pack: send shallow info over stdin to pack-objectsNguyễn Thái Ngọc Duy1-0/+2
2013-12-16pack-objects doc: treat output filename as opaqueJeff King1-2/+1
2013-04-15The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann1-1/+1
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-6/+6
2011-04-13remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering1-1/+1
2011-04-03Sync with 1.7.4.3Junio C Hamano1-1/+6
2011-04-02Doc: mention --delta-base-offset is the default for Porcelain commandsJunio C Hamano1-1/+6
2011-03-30Merge branch 'maint'Junio C Hamano1-3/+3
2011-03-30git-pack-objects.txt: fix grammatical errorsStephen Boyd1-3/+3
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-9/+0
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-7/+7
2010-02-24pack-objects documentation: Fix --honor-pack-keep as well.Nelson Elhage1-2/+2
2010-02-24pack-objects documentation: reword "objects that appear in the standard input"Junio C Hamano1-3/+3
2010-02-20Documentation: pack-objects: Clarify --local's semantics.Nelson Elhage1-5/+4
2010-02-18Documentation: describe --thin more accuratelyStephen Boyd1-13/+24
2010-02-17docs: don't talk about $GIT_DIR/refs/ everywhereJeff King1-1/+1
2010-02-03make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre1-2/+3
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-3/+3
2009-11-23pack-objects: split implications of --all-progress from progress activationNicolas Pitre1-3/+9
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin1-1/+6
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey1-1/+1
2008-11-12pack-objects: new option --honor-pack-keepBrandon Casey1-0/+5
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-3/+3
2008-07-01Documentation formatting and cleanupJonathan Nieder1-4/+4
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-1/+1
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-04-05git-pack-objects.txt: Make wording slightly less ambiguousPeter Eriksen1-2/+3
2008-03-04git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce1-0/+5
2008-02-23pack-objects: Add runtime detection of online CPU'sAndreas Ericsson1-0/+2
2008-02-09Introduce the config variable pack.packSizeLimitJohannes Schindelin1-1/+2
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-5/+5
2007-09-23Merge branch 'maint'Junio C Hamano1-4/+4
2007-09-21Move the paragraph specifying where the .idx and .pack files should beMatt Kraai1-4/+4
2007-09-14Merge branch 'np/delta'Junio C Hamano1-0/+8
2007-09-09fix doc for --compression argument to pack-objectsNicolas Pitre1-6/+2
2007-09-09threaded delta search: specify number of threads at run timeNicolas Pitre1-0/+8
2007-07-12Add documentation for --window-memory, pack.windowMemoryBrian Downing1-0/+11
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-10Custom compression levels for objects and packsDana How1-1/+13
2007-05-10allow for undeltified objects not to be reusedNicolas Pitre1-0/+7
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-04-19document --index-version for index-pack and pack-objectsNicolas Pitre1-0/+5
2006-11-07git-pack-objects progress flag documentation and cleanupNicolas Pitre1-0/+17
2006-11-01make git-push a bit more verboseNicolas Pitre1-1/+1
2006-11-01Merge branch 'maint'Junio C Hamano1-3/+2