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 'dt/name-hash-dir-entry-fix'
Junio C Hamano
2015-10-29
|
\
|
*
name-hash: don't reuse cache_entry in dir_entry
David Turner
2015-10-21
*
|
Merge branch 'tk/sigchain-unnecessary-post-tempfile'
Junio C Hamano
2015-10-29
|
\
\
|
*
|
read-cache: remove unused #include "sigchain.h"
Tobias Klauser
2015-10-22
*
|
|
read-cache: fix indentation in read_index_from
Stefan Beller
2015-08-31
*
|
|
Merge branch 'mh/tempfile'
Junio C Hamano
2015-08-25
|
\
\
\
|
|
/
/
|
*
|
write_shared_index(): use tempfile module
Michael Haggerty
2015-08-10
|
*
|
lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()
Michael Haggerty
2015-08-10
*
|
|
Merge branch 'nd/untracked-cache'
Junio C Hamano
2015-06-24
|
\
\
\
|
*
|
|
read-cache: fix untracked cache invalidation when split-index is used
Nguyễn Thái Ngọc Duy
2015-06-08
*
|
|
|
Merge branch 'jk/diagnose-config-mmap-failure'
Junio C Hamano
2015-06-11
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
read-cache.c: drop PROT_WRITE from mmap of index
Jeff King
2015-05-28
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'nd/untracked-cache'
Junio C Hamano
2015-05-26
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
untracked cache: mark index dirty if untracked cache is updated
Nguyễn Thái Ngọc Duy
2015-03-12
|
*
|
untracked cache: avoid racy timestamps
Nguyễn Thái Ngọc Duy
2015-03-12
|
*
|
read-cache.c: split racy stat test to a separate function
Nguyễn Thái Ngọc Duy
2015-03-12
|
*
|
untracked cache: invalidate at index addition or removal
Nguyễn Thái Ngọc Duy
2015-03-12
|
*
|
untracked cache: load from UNTR index extension
Nguyễn Thái Ngọc Duy
2015-03-12
|
*
|
untracked cache: save to an index extension
Nguyễn Thái Ngọc Duy
2015-03-12
*
|
|
Merge branch 'sb/leaks'
Junio C Hamano
2015-03-27
|
\
\
\
|
*
|
|
read-cache: fix memleak
Stefan Beller
2015-03-23
|
*
|
|
add_to_index(): free unused cache-entry
Junio C Hamano
2015-03-23
|
*
|
|
read-cache: free cache entry in add_to_index in case of early return
Stefan Beller
2015-03-22
|
|
/
/
*
|
|
Merge branch 'tg/fix-check-order-with-split-index'
Junio C Hamano
2015-03-25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
read-cache: fix reading of split index
Thomas Gummerer
2015-03-20
|
|
/
*
|
Merge branch 'sb/plug-leak-in-make-cache-entry'
Junio C Hamano
2015-02-25
|
\
\
|
|
/
|
/
|
|
*
read-cache.c: free cache entry when refreshing fails
Stefan Beller
2015-02-17
*
|
Sync with v2.1.4
Junio C Hamano
2014-12-17
|
\
\
|
*
\
Sync with v2.0.5
Junio C Hamano
2014-12-17
|
|
\
\
|
|
*
\
Sync with v1.9.5
Junio C Hamano
2014-12-17
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Sync with v1.8.5.6
Junio C Hamano
2014-12-17
|
|
|
|
\
|
|
|
|
*
read-cache: optionally disallow NTFS .git variants
Johannes Schindelin
2014-12-17
|
|
|
|
*
read-cache: optionally disallow HFS+ .git variants
Jeff King
2014-12-17
|
|
|
|
*
verify_dotfile(): reject .git case-insensitively
Jeff King
2014-12-17
|
*
|
|
|
Merge branch 'rs/refresh-beyond-symlink' into maint
Junio C Hamano
2014-09-19
|
|
\
\
\
\
*
|
|
|
|
|
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-10-01
*
|
|
|
|
|
hold_locked_index(): move from lockfile.c to read-cache.c
Michael Haggerty
2014-10-01
*
|
|
|
|
|
commit_lock_file_to(): refactor a helper out of commit_lock_file()
Michael Haggerty
2014-10-01
*
|
|
|
|
|
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
2014-10-01
*
|
|
|
|
|
lockfile: avoid transitory invalid states
Michael Haggerty
2014-10-01
*
|
|
|
|
|
close_lock_file(): exit (successfully) if file is already closed
Michael Haggerty
2014-10-01
*
|
|
|
|
|
Merge branch 'jp/index-with-corrupt-stages'
Junio C Hamano
2014-09-19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
read_index_unmerged(): remove unnecessary loop index adjustment
Jaime Soriano Pastor
2014-08-29
|
*
|
|
|
|
|
read_index_from(): catch out of order entries when reading an index file
Jaime Soriano Pastor
2014-08-29
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge branch 'ym/fix-opportunistic-index-update-race' into maint
Junio C Hamano
2014-06-25
|
|
\
\
\
\
\
*
|
\
\
\
\
\
Merge branch 'ta/config-set-2'
Junio C Hamano
2014-09-11
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
read-cache.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
2014-08-07
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'rs/refresh-beyond-symlink'
Junio C Hamano
2014-09-09
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
/
/
/
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
read-cache: check for leading symlinks when refreshing index
René Scharfe
2014-08-10
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maint
Junio C Hamano
2014-03-18
|
|
\
\
\
\
[next]