Age | Commit message (Expand) | Author | Files | Lines |
2011-04-13 | remove doubled words, e.g., s/to to/to/, and fix related typos | Jim Meyering | 1 | -1/+1 |
2011-04-03 | Sync with 1.7.4.3 | Junio C Hamano | 1 | -1/+6 |
2011-04-02 | Doc: mention --delta-base-offset is the default for Porcelain commands | Junio C Hamano | 1 | -1/+6 |
2011-03-30 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+3 |
2011-03-30 | git-pack-objects.txt: fix grammatical errors | Stephen Boyd | 1 | -3/+3 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -9/+0 |
2010-10-08 | Use parentheses and `...' where appropriate | Štěpán Němec | 1 | -1/+1 |
2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -7/+7 |
2010-02-24 | pack-objects documentation: Fix --honor-pack-keep as well. | Nelson Elhage | 1 | -2/+2 |
2010-02-24 | pack-objects documentation: reword "objects that appear in the standard input" | Junio C Hamano | 1 | -3/+3 |
2010-02-20 | Documentation: pack-objects: Clarify --local's semantics. | Nelson Elhage | 1 | -5/+4 |
2010-02-18 | Documentation: describe --thin more accurately | Stephen Boyd | 1 | -13/+24 |
2010-02-17 | docs: don't talk about $GIT_DIR/refs/ everywhere | Jeff King | 1 | -1/+1 |
2010-02-03 | make --max-pack-size argument to 'git pack-object' count in bytes | Nicolas Pitre | 1 | -2/+3 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -3/+3 |
2009-11-23 | pack-objects: split implications of --all-progress from progress activation | Nicolas Pitre | 1 | -3/+9 |
2009-07-24 | git repack: keep commits hidden by a graft | Johannes Schindelin | 1 | -1/+6 |
2008-11-12 | pack-objects: extend --local to mean ignore non-local loose objects too | Brandon Casey | 1 | -1/+1 |
2008-11-12 | pack-objects: new option --honor-pack-keep | Brandon Casey | 1 | -0/+5 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -3/+3 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -4/+4 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -1/+1 |
2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -1/+2 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-05-28 | Manual subsection to refer to other pages is SEE ALSO | Junio C Hamano | 1 | -1/+1 |
2008-04-05 | git-pack-objects.txt: Make wording slightly less ambiguous | Peter Eriksen | 1 | -2/+3 |
2008-03-04 | git-pack-objects: Automatically pack annotated tags if object was packed | Shawn O. Pearce | 1 | -0/+5 |
2008-02-23 | pack-objects: Add runtime detection of online CPU's | Andreas Ericsson | 1 | -0/+2 |
2008-02-09 | Introduce the config variable pack.packSizeLimit | Johannes Schindelin | 1 | -1/+2 |
2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -5/+5 |
2007-09-23 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+4 |
2007-09-21 | Move the paragraph specifying where the .idx and .pack files should be | Matt Kraai | 1 | -4/+4 |
2007-09-14 | Merge branch 'np/delta' | Junio C Hamano | 1 | -0/+8 |
2007-09-09 | fix doc for --compression argument to pack-objects | Nicolas Pitre | 1 | -6/+2 |
2007-09-09 | threaded delta search: specify number of threads at run time | Nicolas Pitre | 1 | -0/+8 |
2007-07-12 | Add documentation for --window-memory, pack.windowMemory | Brian Downing | 1 | -0/+11 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-05-20 | git-repack --max-pack-size: add option parsing to enable feature | Dana L. How | 1 | -0/+5 |
2007-05-10 | Custom compression levels for objects and packs | Dana How | 1 | -1/+13 |
2007-05-10 | allow for undeltified objects not to be reused | Nicolas Pitre | 1 | -0/+7 |
2007-05-08 | Increase pack.depth default to 50 | Theodore Ts'o | 1 | -1/+1 |
2007-05-08 | Add pack.depth option to git-pack-objects. | Theodore Ts'o | 1 | -1/+1 |
2007-04-19 | document --index-version for index-pack and pack-objects | Nicolas Pitre | 1 | -0/+5 |
2006-11-07 | git-pack-objects progress flag documentation and cleanup | Nicolas Pitre | 1 | -0/+17 |
2006-11-01 | make git-push a bit more verbose | Nicolas Pitre | 1 | -1/+1 |
2006-11-01 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+2 |
2006-11-01 | pack-objects doesn't create random pack names | Nicolas Pitre | 1 | -3/+2 |
2006-10-22 | Merge branch 'np/pack' | Junio C Hamano | 1 | -1/+12 |
2006-10-10 | pack-objects: document --delta-base-offset option | Junio C Hamano | 1 | -1/+12 |
2006-10-06 | Add default values for --window and --depth to the docs | Dennis Stosberg | 1 | -3/+4 |