Sign in
googlers
/
jrn
/
git
/
b199d7147a218c3b10b077f9caad0f207bc34d7a
/
fast-import.c
4d59753
Merge branch 'en/fast-export-import'
by Junio C Hamano
· 6 years ago
a965bb3
fast-export: add a --show-original-ids option to show original names
by Elijah Newren
· 6 years ago
25dd3e4
fast-import: remove unmaintained duplicate documentation
by Elijah Newren
· 6 years ago
ca473ce
Upcast size_t variables to uintmax_t when printing
by Torsten Bögershausen
· 6 years ago
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
· 6 years ago
1b7a91d
Merge branch 'ds/reachable'
by Junio C Hamano
· 6 years ago
9001dc2
convert "oidcmp() != 0" to "!oideq()"
by Jeff King
· 6 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 6 years ago
454ea2e
treewide: use get_all_packs
by Derrick Stolee
· 7 years ago
3a2a1dc
Merge branch 'sb/object-store-lookup'
by Junio C Hamano
· 7 years ago
6404355
commit.h: remove method declarations
by Derrick Stolee
· 7 years ago
9d14ecf
fast-import: do not call diff_delta() with empty buffer
by Mike Hommey
· 7 years ago
21e1ee8
commit: add repository argument to lookup_commit_reference_gently
by Stefan Beller
· 7 years ago
2f76ebc
Merge branch 'ma/lockfile-cleanup'
by Junio C Hamano
· 7 years ago
fcb6df3
Merge branch 'sb/oid-object-info'
by Junio C Hamano
· 7 years ago
b227586
lock_file: make function-local locks non-static
by Martin Ågren
· 7 years ago
b10edb2
Merge branch 'ds/commit-graph'
by Junio C Hamano
· 7 years ago
57a6a50
packfile: add repository argument to unpack_entry
by Stefan Beller
· 7 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
· 7 years ago
cac7a2b
Merge branch 'jm/mem-pool'
by Junio C Hamano
· 7 years ago
065feab
mem-pool: move reusable parts of memory pool into its own file
by Jameson Miller
· 7 years ago
96c47d1
fast-import: introduce mem_pool type
by Jameson Miller
· 7 years ago
7dc0656
fast-import: rename mem_pool type to mp_block
by Jameson Miller
· 7 years ago
3a1ec60
Merge branch 'sb/packfiles-in-repository'
by Junio C Hamano
· 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
464416a
packfile: keep prepare_packed_git() private
by Nguyễn Thái Ngọc Duy
· 7 years ago
6fdb4e9
packfile: add repository argument to prepare_packed_git
by Stefan Beller
· 7 years ago
5babff1
packfile: allow install_packed_git to handle arbitrary repositories
by Stefan Beller
· 7 years ago
a80d72d
object-store: move packed_git and packed_git_mru to object store
by Stefan Beller
· 7 years ago
d178111
Merge branch 'rj/warning-uninitialized-fix'
by Junio C Hamano
· 7 years ago
156e178
-Wuninitialized: remove some 'init-self' workarounds
by Ramsay Jones
· 7 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 7 years ago
02f0547
sha1_file: convert read_object_with_reference to 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
169c9c0
Merge branch 'bw/c-plus-plus'
by Junio C Hamano
· 7 years ago
debca9d
object: rename function 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
98a3bea
csum-file: rename sha1file to hashfile
by brian m. carlson
· 7 years ago
7f89428
fast-import: switch various uses of SHA-1 to the_hash_algo
by brian m. carlson
· 7 years ago
34c290a
refs: convert read_ref and read_ref_full to object_id
by brian m. carlson
· 7 years ago
89f3bbd
refs: update ref transactions to use struct object_id
by brian m. carlson
· 7 years ago
29a67cc
Merge branch 'er/fast-import-dump-refs-on-checkpoint'
by Junio C Hamano
· 7 years ago
30e215a
fast-import: checkpoint: dump branches/tags/marks even if object_count==0
by Eric Rannaud
· 7 years ago
c50424a
Merge branch 'jk/write-in-full-fix'
by Junio C Hamano
· 7 years ago
06f46f2
avoid "write_in_full(fd, buf, len) != len" pattern
by Jeff King
· 7 years ago
4f39cd8
pack: move pack name-related functions
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
f77149c
Merge branch 'mh/fast-import-raise-default-depth'
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
b9a7d55
Merge branch 'nd/fopen-errors'
by Junio C Hamano
· 8 years ago
4f2220e
fast-import: increase the default pack depth to 50
by Mike Hommey
· 8 years ago
23a9e07
use xfopen() in more places
by Nguyễn Thái Ngọc Duy
· 8 years ago
e6a492b
pack: convert struct pack_idx_entry to struct object_id
by brian m. carlson
· 8 years ago
bc83266
Convert lookup_commit* to struct object_id
by brian m. carlson
· 8 years ago
912c13d
fast-import: convert to struct object_id
by brian m. carlson
· 8 years ago
d7e6b6a
fast-import: convert internal structs to struct object_id
by brian m. carlson
· 8 years ago
b80f629
Merge branch 'jk/war-on-git-path'
by Junio C Hamano
· 8 years ago
d9c6964
replace xstrdup(git_path(...)) with git_pathdup(...)
by Jeff King
· 8 years ago
594fa99
odb_mkstemp: write filename into strbuf
by Jeff King
· 8 years ago
53a0f9f
Merge branch 'jk/fast-import-cleanup'
by Junio C Hamano
· 8 years ago
7202a6f
encode_in_pack_object_header: respect output buffer length
by Jeff King
· 8 years ago
9871824
fast-import: use xsnprintf for formatting headers
by Jeff King
· 8 years ago
614b1954
fast-import: use xsnprintf for writing sha1s
by Jeff King
· 8 years ago
45cbc37
Merge branch 'jk/pack-name-cleanups'
by Junio C Hamano
· 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
755b49a
delete_ref: accept a reflog message argument
by Kyle Meyer
· 8 years ago
87359ff
Merge branch 'mh/fast-import-notes-fix-new'
by Junio C Hamano
· 8 years ago
405d7f4
fast-import: properly fanout notes when tree is imported
by Mike Hommey
· 8 years ago
8de7eeb
compression: unify pack.compression configuration parsing
by Junio C Hamano
· 8 years ago
9ed0d8d
use QSORT
by René Scharfe
· 8 years ago
d4c6375
Merge branch 'jk/common-main'
by Junio C Hamano
· 9 years ago
de61ceb
Merge branch 'jk/common-main-2.8' into jk/common-main
by Junio C Hamano
· 9 years ago
5ce5f5f
common-main: call git_setup_gettext()
by Jeff King
· 9 years ago
650c449
common-main: call git_extract_argv0_path()
by Jeff King
· 9 years ago
3f2e229
add an extra level of indirection to main()
by Jeff King
· 9 years ago
8d6a7e9
Merge branch 'ew/fast-import-unpack-limit'
by Junio C Hamano
· 9 years ago
bc4b924
Merge branch 'fc/fast-import-broken-marks-file'
by Junio C Hamano
· 9 years ago
d2986d0
fast-import: invalidate pack_id references after loosening
by Eric Wong
· 9 years ago
352d72a
Merge branch 'nd/worktree-various-heads'
by Junio C Hamano
· 9 years ago
f4beed6
fast-import: do not truncate exported marks file
by Felipe Contreras
· 9 years ago
d9545c7
fast-import: implement unpack limit
by Eric Wong
· 9 years ago
6c223e4
fast-import.c: use error_errno()
by Nguyễn Thái Ngọc Duy
· 9 years ago
ba0897e
dir.c: rename str(n)cmp_icase to fspath(n)cmp
by Nguyễn Thái Ngọc Duy
· 9 years ago
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 9 years ago
a78c188
fast-import: simplify allocation in start_packfile
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
8f309ae
strbuf: introduce strbuf_getline_{lf,nul}()
by Junio C Hamano
· 9 years ago
e0048d3
Merge branch 'sg/lock-file-commit-error'
by Junio C Hamano
· 9 years ago
08a3651
Make error message after failing commit_lock_file() less confusing
by SZEDER Gábor
· 9 years ago
7889179
Merge branch 'jk/war-on-sprintf'
by Junio C Hamano
· 9 years ago
7b09c45
Merge branch 'jk/date-local'
by Junio C Hamano
· 9 years ago
eddda37
convert strncpy to memcpy
by Jeff King
· 9 years ago
34fa79a
prefer memcpy to strcpy
by Jeff King
· 9 years ago
c7ab0ba
avoid sprintf and strcpy with flex arrays
by Jeff King
· 9 years ago
ef1286d
use xsnprintf for generating git object headers
by Jeff King
· 9 years ago
Next »