index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
read-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-18
Merge branch 'dd/use-alloc-grow'
Junio C Hamano
1
-5
/
+1
2014-03-14
Merge branch 'tg/index-v4-format'
Junio C Hamano
1
-1
/
+37
2014-03-03
read-cache.c: use ALLOC_GROW() in add_index_entry()
Dmitry S. Dolzhenko
1
-5
/
+1
2014-02-27
Merge branch 'jk/pack-bitmap'
Junio C Hamano
1
-32
/
+12
2014-02-27
Merge branch 'nd/reset-intent-to-add'
Junio C Hamano
1
-2
/
+2
2014-02-27
Merge branch 'nd/submodule-pathspec-ending-with-slash'
Junio C Hamano
1
-7
/
+1
2014-02-27
Merge branch 'bk/refresh-missing-ok-in-merge-recursive'
Junio C Hamano
1
-12
/
+15
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
1
-7
/
+1
2014-02-24
read-cache.c: extend make_cache_entry refresh flag with options
Brad King
1
-10
/
+11
2014-02-24
read-cache.c: refactor --ignore-missing implementation
Brad King
1
-3
/
+5
2014-02-24
read-cache: add index.version config variable
Thomas Gummerer
1
-9
/
+26
2014-02-24
introduce GIT_INDEX_VERSION environment variable
Thomas Gummerer
1
-1
/
+20
2014-02-05
reset: support "--mixed --intent-to-add" mode
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-01-23
read-cache: use get_be32 instead of hand-rolled ntoh_l
Jeff King
1
-32
/
+12
2013-11-18
read-cache.c: fix memory leaks caused by removed cache entries
Karsten Blees
1
-2
/
+6
2013-11-18
name-hash.c: remove cache entries instead of marking them CE_UNHASHED
Karsten Blees
1
-1
/
+1
2013-10-17
Merge branch 'es/name-hash-no-trailing-slash-in-dirs'
Junio C Hamano
1
-2
/
+2
2013-09-17
Merge branch 'jk/write-broken-index-with-nul-sha1'
Junio C Hamano
1
-2
/
+11
2013-09-17
name-hash: stop storing trailing '/' on paths in index_state.dir_hash
Eric Sunshine
1
-1
/
+1
2013-09-17
employ new explicit "exists in index?" API
Eric Sunshine
1
-2
/
+2
2013-09-09
Merge branch 'tg/index-struct-sizes'
Junio C Hamano
1
-15
/
+15
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-2
/
+3
2013-08-28
write_index: optionally allow broken null sha1s
Jeff King
1
-2
/
+11
2013-08-20
read-cache: use fixed width integer types
Thomas Gummerer
1
-15
/
+15
2013-07-29
many small typofixes
Ondřej Bílka
1
-2
/
+2
2013-07-19
Merge branch 'rs/discard-index-discard-array' into maint
Junio C Hamano
1
-2
/
+3
2013-07-15
convert refresh_index to take struct pathspec
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-07-03
Merge branch 'fc/do-not-use-the-index-in-add-to-index' into maint
Junio C Hamano
1
-3
/
+3
2013-06-30
Merge branch 'mh/ref-races'
Junio C Hamano
1
-68
/
+113
2013-06-20
Merge branch 'rs/discard-index-discard-array'
Junio C Hamano
1
-2
/
+3
2013-06-20
add a stat_validity struct
Michael Haggerty
1
-0
/
+30
2013-06-20
Extract a struct stat_data from cache_entry
Michael Haggerty
1
-68
/
+83
2013-06-11
Merge branch 'fc/do-not-use-the-index-in-add-to-index'
Junio C Hamano
1
-3
/
+3
2013-06-09
read-cache: free cache in discard_index
René Scharfe
1
-2
/
+3
2013-06-03
read-cache: trivial style cleanups
Felipe Contreras
1
-2
/
+2
2013-06-03
read-cache: fix wrong 'the_index' usage
Felipe Contreras
1
-1
/
+1
2013-06-02
read-cache: mark cache_entry pointers const
René Scharfe
1
-8
/
+10
2013-04-21
Merge branch 'lf/read-blob-data-from-index'
Junio C Hamano
1
-0
/
+34
2013-04-17
read_blob_data_from_index(): optionally return the size of blob data
Lukas Fleischer
1
-1
/
+3
2013-04-17
attr.c: extract read_index_data() as read_blob_data_from_index()
Lukas Fleischer
1
-0
/
+32
2013-04-03
Merge branch 'kb/name-hash' into maint-1.8.1
Junio C Hamano
1
-5
/
+4
2013-04-01
Merge branch 'kb/name-hash'
Junio C Hamano
1
-5
/
+4
2013-03-19
Merge branch 'nd/doc-index-format'
Junio C Hamano
1
-1
/
+1
2013-02-27
name-hash.c: fix endless loop with core.ignorecase=true
Karsten Blees
1
-5
/
+4
2013-02-22
read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-01-22
Enable minimal stat checking
Robin Rosenberg
1
-10
/
+14
2012-09-15
read-cache.c: mark a private file-scope symbol as static
Junio C Hamano
1
-1
/
+1
2012-08-27
Merge branch 'jk/maint-null-in-trees'
Junio C Hamano
1
-0
/
+2
2012-08-22
Merge branch 'nd/index-errno'
Junio C Hamano
1
-5
/
+1
[next]