Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-23convert trivial cases to ALLOC_ARRAYJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-09-02Merge branch 'ah/pack-objects-usage-strings'Junio C Hamano
2015-08-28pack-objects: place angle brackets around placeholders in usage stringsAlex Henrie
2015-06-23parse-options: move unsigned long option parsing out of pack-objects.cCharles Bailey
2015-05-25builtin/pack-objects: rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-12Merge branch 'jk/sha1-file-reduce-useless-warnings'Junio C Hamano
2015-03-31sha1_file: squelch "packfile cannot be accessed" warningsJeff King
2015-03-18Merge branch 'rs/deflate-init-cleanup'Junio C Hamano
2015-03-06zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2014-12-29pack-objects: use --objects-edge-aggressive for shallow reposbrian m. carlson
2014-12-29rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson
2014-10-29Merge branch 'jk/prune-mtime'Junio C Hamano
2014-10-25Merge branch 'eb/no-pthreads'Junio C Hamano
2014-10-25Merge branch 'jk/pack-objects-no-bitmap-when-splitting'Junio C Hamano
2014-10-20pack-objects: turn off bitmaps when we split packsJeff King
2014-10-20pack-objects: double-check options before discarding objectsJeff King
2014-10-20repack: pack objects mentioned by the indexJeff King
2014-10-20pack-objects: use argv_arrayJeff King
2014-10-16pack-objects: match prune logic for discarding objectsJeff King
2014-10-16pack-objects: refactor unpack-unreachable expiration checkJeff King
2014-10-13pack-objects: set number of threads before checking and warningJunio C Hamano
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano
2014-08-12pack-objects: turn off bitmaps when we see --shallow linesJeff King
2014-06-25Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano
2014-06-11pack-objects: stop respecting pack.writebitmapsJeff King
2014-04-08Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-04-05pack-objects: do not reuse packfiles without --delta-base-offsetJeff King
2014-04-01comments: fix misuses of "nor"Justin Lebar
2014-03-29Merge branch 'jk/pack-bitmap-progress'Junio C Hamano
2014-03-29Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-03-21Merge branch 'nd/upload-pack-shallow'Junio C Hamano
2014-03-19Merge branch 'sh/finish-tmp-packfile'Junio C Hamano
2014-03-19Merge branch 'dd/use-alloc-grow'Junio C Hamano
2014-03-18pack-objects: turn off bitmaps when skipping objectsJeff King
2014-03-18pack-objects: show reused packfile objects in "Counting objects"Jeff King
2014-03-18pack-objects: show progress for reused packfilesJeff King
2014-03-15Merge branch 'sh/write-pack-file-warning-message-fix'Junio C Hamano
2014-03-15Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano
2014-03-15Merge branch 'nd/i18n-progress'Junio C Hamano
2014-03-12upload-pack: send shallow info over stdin to pack-objectsNguyễn Thái Ngọc Duy
2014-03-04builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()Dmitry S. Dolzhenko
2014-03-04finish_tmp_packfile():use strbuf for pathname constructionSun He
2014-03-04Merge branch 'sh/write-pack-file-warning-message-fix' into sh/finish-tmp-pack...Junio C Hamano
2014-03-03write_pack_file: use correct variable in diagnosticSun He