summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2009-11-231-0/+9
|\
| * pack-objects: split implications of --all-progress from progress activationNicolas Pitre2009-11-231-0/+9
* | pack-objects: move thread autodetection closer to relevant codeNicolas Pitre2009-11-051-5/+2
|/
* pack-objects: remove SP at the end of usage stringThiago Farina2009-09-181-9/+9
* Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2009-09-071-0/+28
|\
| * pack-objects: free preferred base memory after usageNicolas Pitre2009-09-051-0/+28
* | builtin-pack-objects.c: avoid vlaJunio C Hamano2009-09-011-1/+3
* | Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
* | Merge branch 'cc/replace'Junio C Hamano2009-08-211-0/+2
|\ \
| * | environment: add global variable to disable replacementChristian Couder2009-05-311-0/+2
* | | don't let the delta cache grow unbounded in 'git repack'Nicolas Pitre2009-08-051-1/+1
* | | Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano2009-07-251-0/+4
|\ \ \
| * | | git repack: keep commits hidden by a graftJohannes Schindelin2009-07-241-0/+4
| | |/ | |/|
* | | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-9/+5
|\ \ \ | |/ / |/| |
| * | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-9/+5
| |/
* | Fix big left-shifts of unsigned charLinus Torvalds2009-06-181-2/+1
|/
* Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-181-6/+12
|\
| * show_object(): push path_name() call further downLinus Torvalds2009-04-121-1/+3
| * process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-121-6/+10
* | Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-121-3/+3
|\ \
| * | list-objects: add "void *data" parameter to show functionsChristian Couder2009-04-071-3/+3
* | | Merge branch 'maint'Junio C Hamano2009-04-121-0/+2
|\ \ \
| * \ \ Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-121-0/+2
| |\ \ \
| | * \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-121-0/+2
| | |\ \ \ | | | | |/ | | | |/|
| | | * | process_{tree,blob}: Remove useless xstrdup callsLinus Torvalds2009-04-121-0/+2
| * | | | Merge branch 'jc/maint-1.6.0-keep-pack' into maintJunio C Hamano2009-04-081-12/+27
| |\ \ \ \
* | | | | | Update delta compression message to be less misleadingDan McGee2009-04-111-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-011-4/+27
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | pack-objects: don't loosen objects available in alternate or kept packsBrandon Casey2009-03-211-1/+25
| * | | | Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-201-1/+0
| * | | | pack-objects: only repack or loosen objects residing in "local" packsBrandon Casey2009-03-201-2/+2
* | | | | Merge branch 'maint'Junio C Hamano2009-03-241-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-241-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-241-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | avoid possible overflow in delta size filtering computationNicolas Pitre2009-03-241-1/+1
| | * | | Merge branch 'jc/maint-1.6.0-pack-directory' into maint-1.6.1Junio C Hamano2009-03-211-3/+2
| | |\ \ \
| | * \ \ \ Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano2009-02-051-3/+3
| | |\ \ \ \
* | | \ \ \ \ Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-111-11/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | is_kept_pack(): final clean-upJunio C Hamano2009-02-281-2/+2
| * | | | | Simplify is_kept_pack()Junio C Hamano2009-02-281-3/+3
| * | | | | Consolidate ignore_packed logic moreJunio C Hamano2009-02-281-10/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-251-3/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-251-3/+2
| |/ / /
* | | | Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-211-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-111-3/+3
| |/ /
* | | pack-objects: don't use too many threads with few objectsNicolas Pitre2008-12-131-0/+4
* | | autodetect number of CPUs by default when using threadsNicolas Pitre2008-12-121-1/+4
| |/ |/|
* | Merge branch 'maint'Junio C Hamano2008-12-111-0/+1
|\ \ | |/
| * make sure packs to be replaced are closed beforehandNicolas Pitre2008-12-101-0/+1