Sign in
googlers
/
jrn
/
git
/
b53c502807d760ec55db7e7520a360ee35ab7646
/
builtin
/
index-pack.c
98374a0
convert has_sha1_file() callers to has_object_file()
by Jeff King
· 6 years ago
f5f0f68
Merge branch 'tb/print-size-t-with-uintmax-format'
by Junio C Hamano
· 6 years ago
ca473ce
Upcast size_t variables to uintmax_t when printing
by Torsten Bögershausen
· 6 years ago
2094c5e
index-pack: remove #ifdef NO_PTHREADS
by Nguyễn Thái Ngọc Duy
· 6 years ago
67947c3
convert "hashcmp() != 0" to "!hasheq()"
by Jeff King
· 7 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
1689c22
Merge branch 'jk/core-use-replace-refs'
by Junio C Hamano
· 7 years ago
6ebd1ca
check_replace_refs: rename to read_replace_refs
by Jeff King
· 7 years ago
da14a7f
blob: add repository argument to lookup_blob
by Stefan Beller
· 7 years ago
1ec5bfd
object: add repository argument to parse_object_buffer
by Stefan Beller
· 7 years ago
549ca8a
Merge branch 'jk/index-pack-maint'
by Junio C Hamano
· 7 years ago
3737746
index-pack: correct install_packed_git() args
by Junio C Hamano
· 7 years ago
368b4e5
index-pack: handle --strict checks of non-repo packs
by Jeff King
· 7 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 7 years ago
7913f53
Sync with Git 2.17.1
by Junio C Hamano
· 7 years ago
fcb6df3
Merge branch 'sb/oid-object-info'
by Junio C Hamano
· 7 years ago
73c3f0f
index-pack: check .gitmodules files with --strict
by Jeff King
· 7 years ago
db5a58c
index-pack: make fsck error message more specific
by Jeff King
· 7 years ago
b10edb2
Merge branch 'ds/commit-graph'
by Junio C Hamano
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
5d9e198
index-pack: abstract away hash function constant
by brian m. carlson
· 7 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
· 7 years ago
fc1395f
sha1_file.c: rename to use dash in file name
by Stefan Beller
· 7 years ago
d807c4a
exec_cmd: rename to use dash in file name
by Stefan Beller
· 7 years ago
cf0b179
Merge branch 'sb/object-store'
by Junio C Hamano
· 7 years ago
a5bbc29
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
f2af9f5
csum-file: rename hashclose() to finalize_hashfile()
by Derrick Stolee
· 7 years ago
a80d72d
object-store: move packed_git and packed_git_mru to object store
by Stefan Beller
· 7 years ago
ffb2c0f
index-pack: support checking objects but not links
by Jonathan Tan
· 7 years ago
99321e3
Merge branch 'nd/object-allocation-comments'
by Junio C Hamano
· 7 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 7 years ago
abef902
sha1_file: convert sha1_object_info* to object_id
by brian m. carlson
· 7 years ago
ef7b519
streaming: convert open_istream to use struct object_id
by brian m. carlson
· 7 years ago
17e6545
sha1_file: convert check_sha1_signature to struct object_id
by brian m. carlson
· 7 years ago
af8caf3
builtin/index-pack: convert struct ref_delta_entry to object_id
by brian m. carlson
· 7 years ago
169c9c0
Merge branch 'bw/c-plus-plus'
by Junio C Hamano
· 7 years ago
95308d6
object.h: update flag allocation comment
by Nguyễn Thái Ngọc Duy
· 7 years ago
0fd90da
Merge branch 'bc/hash-algo'
by Junio C Hamano
· 7 years ago
8be8342
Merge branch 'po/object-id'
by Junio C Hamano
· 7 years ago
debca9d
object: rename function 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
f3d618d
Merge branch 'jh/fsck-promisors'
by Junio C Hamano
· 7 years ago
98a3bea
csum-file: rename sha1file to hashfile
by brian m. carlson
· 7 years ago
454253f
builtin/index-pack: improve hash function abstraction
by brian m. carlson
· 7 years ago
f070fac
sha1_file: convert hash_sha1_file to object_id
by Patryk Obara
· 7 years ago
72885a6
index-pack: use skip_to_optional_arg()
by Christian Couder
· 7 years ago
8b4c010
sha1_file: support lazily fetching missing objects
by Jonathan Tan
· 7 years ago
88e2f9e
introduce fetch-object: fetch one promisor object
by Jonathan Tan
· 7 years ago
8e29c7c
index-pack: refactor writing of .keep files
by Jonathan Tan
· 7 years ago
19716b2
cleanup: fix possible overflow errors in binary search
by Derrick Stolee
· 7 years ago
4f39cd8
pack: move pack name-related functions
by Jonathan Tan
· 8 years ago
00b7cf2
Merge branch 'jt/unify-object-info'
by Junio C Hamano
· 8 years ago
e83e71c
sha1_file: refactor has_sha1_file_with_flags
by Jonathan Tan
· 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
· 8 years ago
3aca1fc
Convert lookup_blob to struct object_id
by brian m. carlson
· 8 years ago
3e93098
Convert remaining callers of lookup_blob to object_id
by brian m. carlson
· 8 years ago
e6a492b
pack: convert struct pack_idx_entry to struct object_id
by brian m. carlson
· 8 years ago
dfe46c5
Merge branch 'jk/loose-object-info-report-error'
by Junio C Hamano
· 8 years ago
5105417
index-pack: detect local corruption in collision check
by Jeff King
· 8 years ago
5b1ef2c
replace unchecked snprintf calls with heap buffers
by Jeff King
· 8 years ago
594fa99
odb_mkstemp: write filename into strbuf
by Jeff King
· 8 years ago
892e723
do not check odb_mkstemp return value for errors
by Jeff King
· 8 years ago
f207548
index-pack: make pointer-alias fallbacks safer
by Jeff King
· 8 years ago
ba47a30
replace snprintf with odb_pack_name()
by Jeff King
· 8 years ago
eaeefc3
odb_pack_keep(): stop generating keepfile name
by Jeff King
· 8 years ago
29401e1
index-pack: skip collision check when not in repository
by Jeff King
· 8 years ago
7176a31
index-pack: complain when --stdin is used outside of a repo
by Jeff King
· 8 years ago
1b5294d
use QSORT, part 2
by René Scharfe
· 8 years ago
9ed0d8d
use QSORT
by René Scharfe
· 8 years ago
411481b
index-pack: add --max-input-size=<size> option
by Jeff King
· 9 years ago
a58a8e3
Merge branch 'jk/push-progress'
by Junio C Hamano
· 9 years ago
8355868
receive-pack: send keepalives during quiet periods
by Jeff King
· 9 years ago
e376f17
index-pack: add flag for showing delta-resolution progress
by Jeff King
· 9 years ago
da49a7d
index-pack: correct "offset" type in unpack_entry_data()
by Nguyễn Thái Ngọc Duy
· 9 years ago
fd3e674
index-pack: report correct bad object offsets even if they are large
by Nguyễn Thái Ngọc Duy
· 9 years ago
7171a0b
index-pack: correct "len" type in unpack_data()
by Nguyễn Thái Ngọc Duy
· 9 years ago
b262b8f
Merge branch 'va/i18n-misc-updates' into maint
by Junio C Hamano
· 9 years ago
e5e7a91
Merge branch 'va/i18n-misc-updates'
by Junio C Hamano
· 9 years ago
1d1cbe2
Merge branch 'jc/index-pack' into maint
by Junio C Hamano
· 9 years ago
71d99b8
i18n: index-pack: use plural string instead of normal one
by Vasco Almeida
· 9 years ago
3583bf5
Merge branch 'jc/index-pack'
by Junio C Hamano
· 9 years ago
d4a2230
Merge branch 'jc/maint-index-pack-keep'
by Junio C Hamano
· 9 years ago
090de6b
Merge branch 'jk/pack-idx-corruption-safety'
by Junio C Hamano
· 9 years ago
bfee614
index-pack: add a helper function to derive .idx/.keep filename
by Junio C Hamano
· 9 years ago
13f0a6d
Merge branch 'jc/maint-index-pack-keep' into jc/index-pack
by Junio C Hamano
· 9 years ago
0e94242
index-pack: correct --keep[=<msg>]
by Junio C Hamano
· 9 years ago
47fe3f6
nth_packed_object_offset: bounds-check extended offset
by Jeff King
· 9 years ago
50a6c8e
use st_add and st_mult for allocation size computation
by Jeff King
· 9 years ago
b32fa95
convert trivial cases to ALLOC_ARRAY
by Jeff King
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
ef1286d
use xsnprintf for generating git object headers
by Jeff King
· 9 years ago
51a22ce
Merge branch 'jc/finalize-temp-file'
by Junio C Hamano
· 10 years ago
cb5add5
sha1_file.c: rename move_temp_to_file() to finalize_object_file()
by Junio C Hamano
· 10 years ago
b2f44fe
Merge branch 'js/fsck-opt'
by Junio C Hamano
· 10 years ago
Next »