summaryrefslogtreecommitdiff
path: root/Documentation/git-index-pack.txt
AgeCommit message (Expand)AuthorFilesLines
2020-06-19builtin/index-pack: add option to specify hash algorithmLibravatar brian m. carlson1-0/+8
2018-05-02doc: keep first level section header in upper caseLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-03-15index-pack: support checking objects but not linksLibravatar Jonathan Tan1-0/+3
2016-08-24index-pack: add --max-input-size=<size> optionLibravatar Jeff King1-0/+2
2013-05-28clone: open a shortcut for connectivity checkLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2013-04-15The name of the hash function is "SHA-1", not "SHA1"Libravatar Thomas Ackermann1-1/+1
2013-02-01Documentation: the name of the system is 'Git', not 'git'Libravatar Thomas Ackermann1-3/+3
2012-05-07index-pack: support multithreaded delta resolvingLibravatar Nguyễn Thái Ngọc Duy1-0/+10
2011-03-11doc: drop author/documentation sections from most pagesLibravatar Jeff King1-9/+0
2010-10-08Use angles for placeholders consistentlyLibravatar Štěpán Němec1-2/+2
2010-02-18Documentation: describe --thin more accuratelyLibravatar Stephen Boyd1-8/+4
2010-01-10Documentation: spell 'git cmd' without dash throughoutLibravatar Thomas Rast1-4/+4
2008-07-05manpages: italicize git command names (which were in teletype font)Libravatar Jonathan Nieder1-4/+4
2008-07-01Documentation formatting and cleanupLibravatar Jonathan Nieder1-4/+4
2008-07-01Documentation: be consistent about "git-" versus "git "Libravatar Jonathan Nieder1-2/+2
2008-06-06documentation: move git(7) to git(1)Libravatar Christian Couder1-1/+1
2008-02-28index-pack: introduce checking modeLibravatar Martin Koegler1-0/+3
2008-01-06Documentation: rename gitlink macro to linkgitLibravatar Dan McGee1-5/+5
2008-01-06Documentation: fix "gitlink::foobar[s]"Libravatar Junio C Hamano1-1/+1
2007-10-15Fix some typos, punctuation, missing words, minor markup.Libravatar Ralf Wildenhues1-1/+1
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+0
2007-05-18Merge branch 'maint'Libravatar Junio C Hamano1-1/+3
2007-05-18Documentation: Reformatted SYNOPSIS for several commandsLibravatar Matthias Kestenholz1-1/+3
2007-04-19document --index-version for index-pack and pack-objectsLibravatar Nicolas Pitre1-0/+5
2006-11-03remove .keep pack lock files when done with refs updateLibravatar Nicolas Pitre1-0/+11
2006-10-29Teach git-index-pack how to keep a pack file.Libravatar Shawn Pearce1-3/+21
2006-10-26add progress status to index-packLibravatar Nicolas Pitre1-2/+5
2006-10-26make index-pack able to complete thin packs.Libravatar Nicolas Pitre1-1/+13
2006-10-25enable index-pack streaming capabilityLibravatar Nicolas Pitre1-1/+7
2005-10-12Add git-index-pack utilityLibravatar Sergey Vlasov1-0/+44