aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-index-pack.txt
AgeCommit message (Expand)AuthorFilesLines
2024-02-01index-pack: --fsck-objects to take an optional argument for fsck msgsJohn Cai1-6/+11
2024-02-01index-pack: test and document --strict=<msg-id>=<severity>...John Cai1-2/+7
2023-10-09documentation: wording improvementsElijah Newren1-5/+5
2022-03-09index-pack: document and test the --promisor optionDerrick Stolee1-0/+8
2021-09-07index-pack: add --progress-title optionÆvar Arnfjörð Bjarmason1-0/+6
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano1-1/+6
2021-02-22fetch-pack: print and use dangling .gitmodulesJonathan Tan1-1/+6
2021-01-25builtin/index-pack.c: write reverse indexesTaylor Blau1-5/+13
2020-08-17Documentation: mark `--object-format=sha256` as experimentalMartin Ågren1-0/+2
2020-07-30Merge branch 'jb/doc-packfile-name' into masterJunio C Hamano1-2/+2
2020-07-22pack-write/docs: update regarding pack namingJohannes Berg1-2/+2
2020-06-19builtin/index-pack: add option to specify hash algorithmbrian m. carlson1-0/+8
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-2/+2
2018-03-15index-pack: support checking objects but not linksJonathan Tan1-0/+3
2016-08-24index-pack: add --max-input-size=<size> optionJeff King1-0/+2
2013-05-28clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy1-0/+3
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-3/+3
2012-05-07index-pack: support multithreaded delta resolvingNguyễn Thái Ngọc Duy1-0/+10
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-9/+0
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-2/+2
2010-02-18Documentation: describe --thin more accuratelyStephen Boyd1-8/+4
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-4/+4
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-4/+4
2008-07-01Documentation formatting and cleanupJonathan Nieder1-4/+4
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-2/+2
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-02-28index-pack: introduce checking modeMartin Koegler1-0/+3
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-5/+5
2008-01-06Documentation: fix "gitlink::foobar[s]"Junio C Hamano1-1/+1
2007-10-15Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-05-18Merge branch 'maint'Junio C Hamano1-1/+3
2007-05-18Documentation: Reformatted SYNOPSIS for several commandsMatthias Kestenholz1-1/+3
2007-04-19document --index-version for index-pack and pack-objectsNicolas Pitre1-0/+5
2006-11-03remove .keep pack lock files when done with refs updateNicolas Pitre1-0/+11
2006-10-29Teach git-index-pack how to keep a pack file.Shawn Pearce1-3/+21
2006-10-26add progress status to index-packNicolas Pitre1-2/+5
2006-10-26make index-pack able to complete thin packs.Nicolas Pitre1-1/+13
2006-10-25enable index-pack streaming capabilityNicolas Pitre1-1/+7
2005-10-12Add git-index-pack utilitySergey Vlasov1-0/+44