summaryrefslogtreecommitdiff
path: root/Documentation/git-pack-objects.txt
Commit message (Expand)AuthorAgeFilesLines
* document git-repack interaction of pack.threads and pack.windowMemoryms/document-pack-window-memory-is-per-threadMichael Stahl2016-08-101-2/+2
* pack-objects: warn on split packs disabling bitmapsew/doc-split-pack-disables-bitmapEric Wong2016-04-281-1/+2
* doc: convert \--option to --optionJeff King2015-05-121-1/+1
* pack-objects: use --objects-edge-aggressive for shallow reposbc/fetch-thin-less-aggressive-in-normal-repositorybrian m. carlson2014-12-291-1/+6
* upload-pack: send shallow info over stdin to pack-objectsnd/upload-pack-shallowNguyễn Thái Ngọc Duy2014-03-111-0/+2
* pack-objects doc: treat output filename as opaquejk/name-pack-after-byte-representationJeff King2013-12-161-2/+1
* The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann2013-04-151-1/+1
* Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-6/+6
* remove doubled words, e.g., s/to to/to/, and fix related typosJim Meyering2011-04-131-1/+1
* Sync with 1.7.4.3Junio C Hamano2011-04-031-1/+6
|\
| * Doc: mention --delta-base-offset is the default for Porcelain commandsJunio C Hamano2011-04-021-1/+6
* | Merge branch 'maint'Junio C Hamano2011-03-301-3/+3
|\ \ | |/
| * git-pack-objects.txt: fix grammatical errorsStephen Boyd2011-03-301-3/+3
* | doc: drop author/documentation sections from most pagesJeff King2011-03-111-9/+0
|/
* Use parentheses and `...' where appropriateŠtěpán Němec2010-10-081-1/+1
* Use angles for placeholders consistentlyŠtěpán Němec2010-10-081-7/+7
* pack-objects documentation: Fix --honor-pack-keep as well.Nelson Elhage2010-02-241-2/+2
* pack-objects documentation: reword "objects that appear in the standard input"Junio C Hamano2010-02-241-3/+3
* Documentation: pack-objects: Clarify --local's semantics.Nelson Elhage2010-02-201-5/+4
* Documentation: describe --thin more accuratelyStephen Boyd2010-02-181-13/+24
* docs: don't talk about $GIT_DIR/refs/ everywhereJeff King2010-02-171-1/+1
* make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre2010-02-031-2/+3
* Documentation: spell 'git cmd' without dash throughoutThomas Rast2010-01-101-3/+3
* pack-objects: split implications of --all-progress from progress activationNicolas Pitre2009-11-231-3/+9
* git repack: keep commits hidden by a graftJohannes Schindelin2009-07-241-1/+6
* pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey2008-11-121-1/+1
* pack-objects: new option --honor-pack-keepBrandon Casey2008-11-121-0/+5
* manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-3/+3
* Documentation formatting and cleanupJonathan Nieder2008-07-011-4/+4
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-1/+1
* Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer2008-06-081-1/+2
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* Manual subsection to refer to other pages is SEE ALSOJunio C Hamano2008-05-281-1/+1
* git-pack-objects.txt: Make wording slightly less ambiguousPeter Eriksen2008-04-051-2/+3
* git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce2008-03-041-0/+5
* pack-objects: Add runtime detection of online CPU'sAndreas Ericsson2008-02-231-0/+2
* Introduce the config variable pack.packSizeLimitJohannes Schindelin2008-02-091-1/+2
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-5/+5
* Merge branch 'maint'Junio C Hamano2007-09-231-4/+4
|\
| * Move the paragraph specifying where the .idx and .pack files should beMatt Kraai2007-09-211-4/+4
* | Merge branch 'np/delta'Junio C Hamano2007-09-141-0/+8
|\ \ | |/ |/|
| * threaded delta search: specify number of threads at run timeNicolas Pitre2007-09-091-0/+8
* | fix doc for --compression argument to pack-objectsNicolas Pitre2007-09-091-6/+2
|/
* Add documentation for --window-memory, pack.windowMemoryBrian Downing2007-07-121-0/+11
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* git-repack --max-pack-size: add option parsing to enable featureDana L. How2007-05-201-0/+5
* Custom compression levels for objects and packsDana How2007-05-101-1/+13
* allow for undeltified objects not to be reusedNicolas Pitre2007-05-101-0/+7
* Increase pack.depth default to 50Theodore Ts'o2007-05-081-1/+1
* Add pack.depth option to git-pack-objects.Theodore Ts'o2007-05-081-1/+1