index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
pack-objects.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'nd/error-errno'
Junio C Hamano
2016-05-17
|
\
|
*
builtin/pack-objects.c: use die_errno() and warning_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
*
|
Merge branch 'ew/doc-split-pack-disables-bitmap'
Junio C Hamano
2016-05-10
|
\
\
|
*
|
pack-objects: warn on split packs disabling bitmaps
Eric Wong
2016-04-28
|
|
/
*
|
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
|
/
*
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
|
\
|
*
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
*
|
list-objects: pass full pathname to callbacks
Jeff King
2016-02-12
*
|
list-objects: drop name_path entirely
Jeff King
2016-02-12
|
/
*
Remove get_object_hash.
brian m. carlson
2015-11-20
*
Convert struct object to object_id
brian m. carlson
2015-11-20
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
*
Merge branch 'ah/pack-objects-usage-strings'
Junio C Hamano
2015-09-01
|
\
|
*
pack-objects: place angle brackets around placeholders in usage strings
Alex Henrie
2015-08-28
*
|
parse-options: move unsigned long option parsing out of pack-objects.c
Charles Bailey
2015-06-22
*
|
builtin/pack-objects: rewrite to take an object_id argument
Michael Haggerty
2015-05-25
*
|
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
*
|
Merge branch 'jk/sha1-file-reduce-useless-warnings'
Junio C Hamano
2015-05-11
|
\
\
|
*
|
sha1_file: squelch "packfile cannot be accessed" warnings
Jeff King
2015-03-30
*
|
|
Merge branch 'rs/deflate-init-cleanup'
Junio C Hamano
2015-03-17
|
\
\
\
|
*
|
|
zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
René Scharfe
2015-03-05
|
|
/
/
*
|
|
pack-objects: use --objects-edge-aggressive for shallow repos
brian m. carlson
2014-12-29
*
|
|
rev-list: add an option to mark fewer edges as uninteresting
brian m. carlson
2014-12-29
*
|
|
Merge branch 'jk/prune-mtime'
Junio C Hamano
2014-10-29
|
\
\
\
|
*
|
|
pack-objects: double-check options before discarding objects
Jeff King
2014-10-19
|
*
|
|
repack: pack objects mentioned by the index
Jeff King
2014-10-19
|
*
|
|
pack-objects: use argv_array
Jeff King
2014-10-19
|
*
|
|
pack-objects: match prune logic for discarding objects
Jeff King
2014-10-16
|
*
|
|
pack-objects: refactor unpack-unreachable expiration check
Jeff King
2014-10-16
*
|
|
|
Merge branch 'eb/no-pthreads'
Junio C Hamano
2014-10-24
|
\
\
\
\
|
*
|
|
|
pack-objects: set number of threads before checking and warning
Junio C Hamano
2014-10-13
|
|
/
/
/
*
|
|
|
Merge branch 'jk/pack-objects-no-bitmap-when-splitting'
Junio C Hamano
2014-10-24
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
pack-objects: turn off bitmaps when we split packs
Jeff King
2014-10-19
|
|
/
/
*
|
|
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
2014-09-18
*
|
|
Merge branch 'jk/pack-shallow-always-without-bitmap'
Junio C Hamano
2014-08-26
|
\
\
\
|
*
|
|
pack-objects: turn off bitmaps when we see --shallow lines
Jeff King
2014-08-12
|
|
/
/
*
|
|
Merge branch 'jk/repack-pack-writebitmaps-config'
Junio C Hamano
2014-06-25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pack-objects: stop respecting pack.writebitmaps
Jeff King
2014-06-10
*
|
|
Merge branch 'jk/pack-bitmap'
Junio C Hamano
2014-04-08
|
\
\
\
|
*
|
|
pack-objects: do not reuse packfiles without --delta-base-offset
Jeff King
2014-04-04
*
|
|
|
Merge branch 'jl/nor-or-nand-and'
Junio C Hamano
2014-04-08
|
\
\
\
\
|
*
|
|
|
comments: fix misuses of "nor"
Justin Lebar
2014-03-31
*
|
|
|
|
Merge branch 'jk/pack-bitmap-progress'
Junio C Hamano
2014-03-28
|
\
\
\
\
\
|
*
|
|
|
|
pack-objects: show reused packfile objects in "Counting objects"
Jeff King
2014-03-17
|
*
|
|
|
|
pack-objects: show progress for reused packfiles
Jeff King
2014-03-17
*
|
|
|
|
|
Merge branch 'jk/pack-bitmap'
Junio C Hamano
2014-03-28
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
pack-objects: turn off bitmaps when skipping objects
Jeff King
2014-03-17
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'nd/upload-pack-shallow'
Junio C Hamano
2014-03-21
|
\
\
\
\
\
|
*
|
|
|
|
upload-pack: send shallow info over stdin to pack-objects
Nguyễn Thái Ngọc Duy
2014-03-11
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'sh/finish-tmp-packfile'
Junio C Hamano
2014-03-18
|
\
\
\
\
\
[next]