index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fast-import.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
csum-file: rename sha1file to hashfile
brian m. carlson
2018-02-02
1
-14
/
+14
*
fast-import: switch various uses of SHA-1 to the_hash_algo
brian m. carlson
2018-02-02
1
-20
/
+22
*
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
2017-10-16
1
-1
/
+1
*
refs: update ref transactions to use struct object_id
brian m. carlson
2017-10-16
1
-2
/
+2
*
Merge branch 'er/fast-import-dump-refs-on-checkpoint'
Junio C Hamano
2017-10-05
1
-3
/
+3
|
\
|
*
fast-import: checkpoint: dump branches/tags/marks even if object_count==0
Eric Rannaud
2017-09-29
1
-3
/
+3
*
|
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
2017-09-25
1
-1
/
+1
|
\
\
|
*
|
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
2017-09-14
1
-1
/
+1
|
|
/
*
/
pack: move pack name-related functions
Jonathan Tan
2017-08-24
1
-0
/
+1
|
/
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-4
/
+2
|
\
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-4
/
+2
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
|
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
Merge branch 'mh/fast-import-raise-default-depth'
Junio C Hamano
2017-06-22
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fast-import: increase the default pack depth to 50
Mike Hommey
2017-06-12
1
-1
/
+1
*
|
|
Merge branch 'nd/fopen-errors'
Junio C Hamano
2017-06-13
1
-3
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use xfopen() in more places
Nguyễn Thái Ngọc Duy
2017-05-26
1
-3
/
+1
|
|
/
*
|
pack: convert struct pack_idx_entry to struct object_id
brian m. carlson
2017-05-08
1
-15
/
+15
*
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
*
|
fast-import: convert to struct object_id
brian m. carlson
2017-05-08
1
-158
/
+159
*
|
fast-import: convert internal structs to struct object_id
brian m. carlson
2017-05-02
1
-86
/
+96
|
/
*
Merge branch 'jk/war-on-git-path'
Junio C Hamano
2017-04-26
1
-1
/
+1
|
\
|
*
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King
2017-04-21
1
-1
/
+1
*
|
odb_mkstemp: write filename into strbuf
Jeff King
2017-03-29
1
-4
/
+5
*
|
Merge branch 'jk/fast-import-cleanup'
Junio C Hamano
2017-03-28
1
-9
/
+7
|
\
\
|
*
|
encode_in_pack_object_header: respect output buffer length
Jeff King
2017-03-24
1
-5
/
+5
|
*
|
fast-import: use xsnprintf for formatting headers
Jeff King
2017-03-24
1
-3
/
+1
|
*
|
fast-import: use xsnprintf for writing sha1s
Jeff King
2017-03-24
1
-1
/
+1
*
|
|
Merge branch 'jk/pack-name-cleanups'
Junio C Hamano
2017-03-21
1
-13
/
+13
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
replace snprintf with odb_pack_name()
Jeff King
2017-03-16
1
-15
/
+13
|
*
|
odb_pack_keep(): stop generating keepfile name
Jeff King
2017-03-16
1
-1
/
+3
|
|
/
*
/
delete_ref: accept a reflog message argument
Kyle Meyer
2017-02-21
1
-1
/
+1
|
/
*
Merge branch 'mh/fast-import-notes-fix-new'
Junio C Hamano
2017-01-11
1
-3
/
+5
|
\
|
*
fast-import: properly fanout notes when tree is imported
Mike Hommey
2016-12-20
1
-3
/
+5
*
|
compression: unify pack.compression configuration parsing
Junio C Hamano
2016-11-16
1
-13
/
+0
|
/
*
use QSORT
René Scharfe
2016-09-30
1
-2
/
+2
*
Merge branch 'jk/common-main'
Junio C Hamano
2016-07-19
1
-7
/
+2
|
\
|
*
Merge branch 'jk/common-main-2.8' into jk/common-main
Junio C Hamano
2016-07-06
1
-7
/
+2
|
|
\
|
|
*
common-main: call git_setup_gettext()
Jeff King
2016-07-02
1
-2
/
+0
|
|
*
common-main: call git_extract_argv0_path()
Jeff King
2016-07-02
1
-3
/
+0
|
|
*
add an extra level of indirection to main()
Jeff King
2016-07-02
1
-2
/
+2
*
|
|
Merge branch 'ew/fast-import-unpack-limit'
Junio C Hamano
2016-06-20
1
-0
/
+61
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fast-import: invalidate pack_id references after loosening
Eric Wong
2016-05-30
1
-1
/
+30
|
*
|
fast-import: implement unpack limit
Eric Wong
2016-05-11
1
-0
/
+32
|
|
/
*
|
Merge branch 'fc/fast-import-broken-marks-file'
Junio C Hamano
2016-05-31
1
-2
/
+5
|
\
\
|
*
|
fast-import: do not truncate exported marks file
Felipe Contreras
2016-05-18
1
-2
/
+5
|
|
/
*
|
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
2016-05-23
1
-3
/
+3
|
\
\
|
*
|
dir.c: rename str(n)cmp_icase to fspath(n)cmp
Nguyễn Thái Ngọc Duy
2016-04-22
1
-3
/
+3
|
|
/
*
/
fast-import.c: use error_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-5
/
+5
|
/
*
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-7
/
+5
|
\
[next]