summaryrefslogtreecommitdiff
path: root/Documentation/git-index-pack.txt
Commit message (Expand)AuthorAgeFilesLines
* index-pack: document and test the --promisor optionDerrick Stolee2022-03-091-0/+8
* index-pack: add --progress-title optionÆvar Arnfjörð Bjarmason2021-09-071-0/+6
* Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-011-1/+6
|\
| * fetch-pack: print and use dangling .gitmodulesJonathan Tan2021-02-221-1/+6
* | builtin/index-pack.c: write reverse indexesTaylor Blau2021-01-251-5/+13
|/
* Documentation: mark `--object-format=sha256` as experimentalMartin Ågren2020-08-171-0/+2
* Merge branch 'jb/doc-packfile-name' into masterJunio C Hamano2020-07-301-2/+2
|\
| * pack-write/docs: update regarding pack namingJohannes Berg2020-07-221-2/+2
* | builtin/index-pack: add option to specify hash algorithmbrian m. carlson2020-06-191-0/+8
* | doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy2018-05-021-2/+2
* | index-pack: support checking objects but not linksJonathan Tan2018-03-151-0/+3
* | index-pack: add --max-input-size=<size> optionJeff King2016-08-241-0/+2
|/
* clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-0/+3
* 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-3/+3
* index-pack: support multithreaded delta resolvingNguyễn Thái Ngọc Duy2012-05-071-0/+10
* doc: drop author/documentation sections from most pagesJeff King2011-03-111-9/+0
* Use angles for placeholders consistentlyŠtěpán Němec2010-10-081-2/+2
* Documentation: describe --thin more accuratelyStephen Boyd2010-02-181-8/+4
* Documentation: spell 'git cmd' without dash throughoutThomas Rast2010-01-101-4/+4
* manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-4/+4
* Documentation formatting and cleanupJonathan Nieder2008-07-011-4/+4
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-2/+2
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* index-pack: introduce checking modeMartin Koegler2008-02-281-0/+3
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-5/+5
* Documentation: fix "gitlink::foobar[s]"Junio C Hamano2008-01-061-1/+1
* Fix some typos, punctuation, missing words, minor markup.Ralf Wildenhues2007-10-151-1/+1
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Merge branch 'maint'Junio C Hamano2007-05-181-1/+3
|\
| * Documentation: Reformatted SYNOPSIS for several commandsMatthias Kestenholz2007-05-181-1/+3
* | document --index-version for index-pack and pack-objectsNicolas Pitre2007-04-191-0/+5
|/
* remove .keep pack lock files when done with refs updateNicolas Pitre2006-11-031-0/+11
* Teach git-index-pack how to keep a pack file.Shawn Pearce2006-10-291-3/+21
* add progress status to index-packNicolas Pitre2006-10-261-2/+5
* make index-pack able to complete thin packs.Nicolas Pitre2006-10-261-1/+13
* enable index-pack streaming capabilityNicolas Pitre2006-10-251-1/+7
* Add git-index-pack utilitySergey Vlasov2005-10-121-0/+44