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
/
read-cache.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-11-06
|
\
|
*
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
2017-10-16
|
*
Convert remaining callers of resolve_gitlink_ref to object_id
brian m. carlson
2017-10-16
*
|
read_cache: roll back lock in `update_index_if_able()`
Martin Ågren
2017-10-07
*
|
read-cache: leave lock in right state in `write_locked_index()`
Martin Ågren
2017-10-07
*
|
read-cache: drop explicit `CLOSE_LOCK`-flag
Martin Ågren
2017-10-07
|
/
*
Merge branch 'jk/fallthrough'
Junio C Hamano
2017-09-28
|
\
|
*
consistently use "fallthrough" comments in switches
Jeff King
2017-09-22
*
|
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
2017-09-25
|
\
\
|
*
|
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
2017-09-14
*
|
|
Merge branch 'kw/write-index-reduce-alloc'
Junio C Hamano
2017-09-25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
read-cache: fix index corruption with index v4
Thomas Gummerer
2017-09-08
*
|
|
tempfile: auto-allocate tempfiles on heap
Jeff King
2017-09-06
*
|
|
lockfile: do not rollback lock on failed close
Jeff King
2017-09-06
*
|
|
tempfile: do not delete tempfile on failed close
Jeff King
2017-09-06
*
|
|
Merge branch 'kw/write-index-reduce-alloc'
Junio C Hamano
2017-08-26
|
\
\
\
|
|
/
/
|
*
|
read-cache: avoid allocating every ondisk entry when writing
Kevin Willford
2017-08-21
|
*
|
read-cache: fix memory leak in do_write_index
Kevin Willford
2017-08-21
|
|
/
*
|
sha1_file: convert index_fd to struct object_id
Patryk Obara
2017-08-20
*
|
sha1_file: convert index_path to struct object_id
Patryk Obara
2017-08-20
*
|
read-cache: convert to struct object_id
Patryk Obara
2017-08-20
|
/
*
use MOVE_ARRAY
René Scharfe
2017-07-17
*
Merge branch 'cc/shared-index-permfix'
Junio C Hamano
2017-07-05
|
\
|
*
read-cache: use shared perms when writing shared index
Christian Couder
2017-06-25
|
*
Merge branch 'jh/close-index-before-stat' into maint
Junio C Hamano
2017-06-13
|
|
\
*
|
\
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
|
\
\
\
|
*
|
|
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
*
|
|
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
|
\
\
\
\
|
*
|
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'nd/split-index-unshare'
Junio C Hamano
2017-06-24
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Revert "split-index: add and use unshare_split_index()"
Junio C Hamano
2017-06-24
*
|
|
|
Merge branch 'jh/close-index-before-stat'
Junio C Hamano
2017-06-05
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
read-cache: close index.lock in do_write_index
Jeff Hostetler
2017-04-28
*
|
|
|
Merge branch 'dt/unpack-save-untracked-cache-extension'
Junio C Hamano
2017-05-30
|
\
\
\
\
|
*
|
|
|
unpack-trees: preserve index extensions
David Turner
2017-05-20
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'nd/split-index-unshare'
Junio C Hamano
2017-05-29
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
split-index: add and use unshare_split_index()
Nguyễn Thái Ngọc Duy
2017-05-08
|
|
/
/
*
|
|
Merge branch 'jk/no-null-sha1-in-cache-tree'
Junio C Hamano
2017-05-16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cache-tree: reject entries with null sha1
Jeff King
2017-04-23
|
|
/
*
|
i18n: read-cache: typofix
Peter Krefting
2017-05-01
*
|
Merge branch 'cc/split-index-config'
Junio C Hamano
2017-04-26
|
\
\
|
*
|
read-cache: avoid using git_path() in freshen_shared_index()
Christian Couder
2017-04-20
*
|
|
Merge branch 'jh/add-index-entry-optim'
Junio C Hamano
2017-04-26
|
\
\
\
|
*
|
|
read-cache: speed up has_dir_name (part 2)
Jeff Hostetler
2017-04-19
|
*
|
|
read-cache: speed up has_dir_name (part 1)
Jeff Hostetler
2017-04-19
|
*
|
|
read-cache: speed up add_index_entry during checkout
Jeff Hostetler
2017-04-19
|
*
|
|
read-cache: add strcmp_offset function
Jeff Hostetler
2017-04-15
*
|
|
|
read-cache: force_verify_index_checksum
Jeff Hostetler
2017-04-15
|
/
/
/
*
|
|
Merge branch 'cc/split-index-config'
Junio C Hamano
2017-03-17
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
read-cache: use freshen_shared_index() in read_index_from()
Christian Couder
2017-03-06
[next]