| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-02-10 | Merge branch 'cc/untracked' | Junio C Hamano | 1 | -2/+25 |
| 2016-01-27 | config: add core.untrackedCache | Christian Couder | 1 | -2/+25 |
| 2016-01-20 | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 1 | -2/+2 |
| 2015-10-29 | Merge branch 'dt/name-hash-dir-entry-fix' | Junio C Hamano | 1 | -15/+1 |
| 2015-10-29 | Merge branch 'tk/sigchain-unnecessary-post-tempfile' | Junio C Hamano | 1 | -1/+0 |
| 2015-10-22 | read-cache: remove unused #include "sigchain.h" | Tobias Klauser | 1 | -1/+0 |
| 2015-10-21 | name-hash: don't reuse cache_entry in dir_entry | David Turner | 1 | -15/+1 |
| 2015-09-06 | add and use a convenience macro ce_intent_to_add() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2015-08-31 | read-cache: fix indentation in read_index_from | Stefan Beller | 1 | -1/+1 |
| 2015-08-25 | Merge branch 'mh/tempfile' | Junio C Hamano | 1 | -33/+7 |
| 2015-08-10 | write_shared_index(): use tempfile module | Michael Haggerty | 1 | -32/+6 |
| 2015-08-10 | lockfile: add accessors get_lock_file_fd() and get_lock_file_fp() | Michael Haggerty | 1 | -1/+1 |
| 2015-06-24 | Merge branch 'nd/untracked-cache' | Junio C Hamano | 1 | -1/+2 |
| 2015-06-11 | Merge branch 'jk/diagnose-config-mmap-failure' | Junio C Hamano | 1 | -1/+1 |
| 2015-06-08 | read-cache: fix untracked cache invalidation when split-index is used | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2015-05-28 | read-cache.c: drop PROT_WRITE from mmap of index | Jeff King | 1 | -1/+1 |
| 2015-05-26 | Merge branch 'nd/untracked-cache' | Junio C Hamano | 1 | -10/+45 |
| 2015-03-27 | Merge branch 'sb/leaks' | Junio C Hamano | 1 | -10/+12 |
| 2015-03-25 | Merge branch 'tg/fix-check-order-with-split-index' | Junio C Hamano | 1 | -19/+23 |
| 2015-03-23 | read-cache: fix memleak | Stefan Beller | 1 | -5/+2 |
| 2015-03-23 | add_to_index(): free unused cache-entry | Junio C Hamano | 1 | -3/+5 |
| 2015-03-22 | read-cache: free cache entry in add_to_index in case of early return | Stefan Beller | 1 | -2/+5 |
| 2015-03-20 | read-cache: fix reading of split index | Thomas Gummerer | 1 | -19/+23 |
| 2015-03-12 | untracked cache: mark index dirty if untracked cache is updated | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2015-03-12 | untracked cache: avoid racy timestamps | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
| 2015-03-12 | read-cache.c: split racy stat test to a separate function | Nguyễn Thái Ngọc Duy | 1 | -9/+15 |
| 2015-03-12 | untracked cache: invalidate at index addition or removal | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
| 2015-03-12 | untracked cache: load from UNTR index extension | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
| 2015-03-12 | untracked cache: save to an index extension | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
| 2015-02-25 | Merge branch 'sb/plug-leak-in-make-cache-entry' | Junio C Hamano | 1 | -2/+8 |
| 2015-02-17 | read-cache.c: free cache entry when refreshing fails | Stefan Beller | 1 | -2/+8 |
| 2014-12-17 | Sync with v2.1.4 | Junio C Hamano | 1 | -2/+8 |
| 2014-12-17 | Sync with v2.0.5 | Junio C Hamano | 1 | -2/+8 |
| 2014-12-17 | Sync with v1.9.5 | Junio C Hamano | 1 | -2/+8 |
| 2014-12-17 | Sync with v1.8.5.6 | Junio C Hamano | 1 | -2/+8 |
| 2014-12-17 | read-cache: optionally disallow NTFS .git variants | Johannes Schindelin | 1 | -0/+2 |
| 2014-12-17 | read-cache: optionally disallow HFS+ .git variants | Jeff King | 1 | -0/+3 |
| 2014-12-17 | verify_dotfile(): reject .git case-insensitively | Jeff King | 1 | -2/+3 |
| 2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
| 2014-10-01 | hold_locked_index(): move from lockfile.c to read-cache.c | Michael Haggerty | 1 | -0/+8 |
| 2014-10-01 | commit_lock_file_to(): refactor a helper out of commit_lock_file() | Michael Haggerty | 1 | -10/+3 |
| 2014-10-01 | lockfile: change lock_file::filename into a strbuf | Michael Haggerty | 1 | -2/+2 |
| 2014-10-01 | lockfile: avoid transitory invalid states | Michael Haggerty | 1 | -0/+1 |
| 2014-10-01 | close_lock_file(): exit (successfully) if file is already closed | Michael Haggerty | 1 | -1/+1 |
| 2014-09-19 | Merge branch 'rs/refresh-beyond-symlink' into maint | Junio C Hamano | 1 | -0/+8 |
| 2014-09-19 | Merge branch 'jp/index-with-corrupt-stages' | Junio C Hamano | 1 | -1/+18 |
| 2014-09-11 | Merge branch 'ta/config-set-2' | Junio C Hamano | 1 | -11/+3 |
| 2014-09-09 | Merge branch 'rs/refresh-beyond-symlink' | Junio C Hamano | 1 | -0/+8 |
| 2014-08-29 | read_index_unmerged(): remove unnecessary loop index adjustment | Jaime Soriano Pastor | 1 | -1/+0 |
| 2014-08-29 | read_index_from(): catch out of order entries when reading an index file | Jaime Soriano Pastor | 1 | -0/+18 |
| 2014-08-10 | read-cache: check for leading symlinks when refreshing index | René Scharfe | 1 | -0/+8 |
| 2014-08-07 | read-cache.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 1 | -11/+3 |
| 2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -28/+244 |
| 2014-06-25 | Merge branch 'ym/fix-opportunistic-index-update-race' into maint | Junio C Hamano | 1 | -1/+46 |
| 2014-06-20 | cleanup duplicate name_compare() functions | Jeremiah Mahler | 1 | -10/+13 |
| 2014-06-13 | t1700: new tests for split-index mode | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
| 2014-06-13 | read-cache: force split index mode with GIT_TEST_SPLIT_INDEX | Nguyễn Thái Ngọc Duy | 1 | -1/+9 |
| 2014-06-13 | read-tree: force split-index mode off on --index-output | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2014-06-13 | update-index --split-index: do not split if $GIT_DIR is read only | Nguyễn Thái Ngọc Duy | 1 | -3/+10 |
| 2014-06-13 | update-index: new options to enable/disable split index mode | Nguyễn Thái Ngọc Duy | 1 | -6/+61 |
| 2014-06-13 | split-index: strip pathname of on-disk replaced entries | Nguyễn Thái Ngọc Duy | 1 | -0/+10 |
| 2014-06-13 | split-index: do not invalidate cache-tree at read time | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2014-06-13 | split-index: the reading part | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
| 2014-06-13 | read-cache: mark updated entries for split index | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
| 2014-06-13 | read-cache: save deleted entries in split index | Nguyễn Thái Ngọc Duy | 1 | -6/+8 |
| 2014-06-13 | read-cache: mark new entries for split index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2014-06-13 | read-cache: split-index mode | Nguyễn Thái Ngọc Duy | 1 | -5/+91 |
| 2014-06-13 | read-cache: save index SHA-1 after reading | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
| 2014-06-13 | cache-tree: mark istate->cache_changed on cache tree invalidation | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2014-06-13 | read-cache: be specific what part of the index has changed | Nguyễn Thái Ngọc Duy | 1 | -5/+6 |
| 2014-06-13 | read-cache: be strict about "changed" in remove_marked_cache_entries() | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2014-06-13 | read-cache: store in-memory flags in the first 12 bits of ce_flags | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-06-13 | read-cache: relocate and unexport commit_locked_index() | Nguyễn Thái Ngọc Duy | 1 | -0/+20 |
| 2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -4/+24 |
| 2014-06-03 | Merge branch 'ym/fix-opportunistic-index-update-race' | Junio C Hamano | 1 | -1/+46 |
| 2014-04-10 | read-cache.c: verify index file before we opportunistically update it | Yiannis Marangos | 1 | -1/+46 |
| 2014-03-18 | Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maint | Junio C Hamano | 1 | -12/+15 |
| 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 |
| 2012-08-06 | read_index_from: remove bogus errno assignments | Nguyễn Thái Ngọc Duy | 1 | -5/+1 |
| 2012-07-29 | do not write null sha1s to on-disk index | Jeff King | 1 | -0/+2 |
| 2012-07-23 | Merge branch 'tg/ce-namelen-field' | Junio C Hamano | 1 | -28/+39 |
| 2012-07-15 | Merge branch 'tg/maint-cache-name-compare' | Junio C Hamano | 1 | -4/+9 |
| 2012-07-11 | Strip namelen out of ce_flags into a ce_namelen field | Thomas Gummerer | 1 | -28/+39 |
| 2012-07-11 | Merge branch 'tg/maint-cache-name-compare' into tg/ce-namelen-field | Junio C Hamano | 1 | -4/+9 |
| 2012-07-11 | cache_name_compare(): do not truncate while comparing paths | Junio C Hamano | 1 | -4/+9 |
| 2012-07-08 | Replace strlen() with ce_namelen() | Thomas Gummerer | 1 | -2/+2 |
| 2012-05-02 | Merge branch 'jc/index-v4' | Junio C Hamano | 1 | -42/+223 |
| 2012-04-04 | read-cache.c: write prefix-compressed names in the index | Junio C Hamano | 1 | -10/+54 |
| 2012-04-03 | read-cache.c: read prefix-compressed names in index on-disk version v4 | Junio C Hamano | 1 | -7/+51 |
| 2012-04-03 | read-cache.c: move code to copy incore to ondisk cache to a helper function | Junio C Hamano | 1 | -9/+17 |
| 2012-04-03 | read-cache.c: move code to copy ondisk to incore cache to a helper function | Junio C Hamano | 1 | -19/+25 |
| 2012-04-03 | read-cache.c: report the header version we do not understand | Junio C Hamano | 1 | -2/+4 |
| 2012-04-03 | read-cache.c: make create_from_disk() report number of bytes it consumed | Junio C Hamano | 1 | -3/+6 |
| 2012-04-03 | read-cache.c: allow unaligned mapping of the index file | Junio C Hamano | 1 | -12/+32 |
| 2012-04-03 | cache.h: hide on-disk index details | Junio C Hamano | 1 | -0/+54 |
| 2012-03-23 | make is_empty_blob_sha1 available everywhere | Jeff King | 1 | -10/+0 |
| 2012-02-17 | refresh_index: do not show unmerged path that is outside pathspec | Junio C Hamano | 1 | -2/+9 |
| 2011-12-09 | Merge branch 'rs/allocate-cache-entry-individually' | Junio C Hamano | 1 | -51/+32 |
| 2011-11-18 | refresh_index: make porcelain output more specific | Jeff King | 1 | -2/+21 |
| 2011-11-18 | refresh_index: rename format variables | Jeff King | 1 | -6/+6 |
| 2011-11-18 | read-cache: let refresh_cache_ent pass up changed flags | Jeff King | 1 | -3/+6 |
| 2011-10-26 | read-cache.c: allocate index entries individually | René Scharfe | 1 | -50/+31 |
| 2011-10-26 | read-cache.c: fix index memory allocation | René Scharfe | 1 | -3/+3 |
| 2011-08-25 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2011-08-25 | whitespace: have SP on both sides of an assignment "=" | Junio C Hamano | 1 | -1/+1 |
| 2011-06-29 | Merge branch 'ef/maint-win-verify-path' | Junio C Hamano | 1 | -14/+11 |
| 2011-06-08 | verify_dotfile(): do not assume '/' is the path seperator | Theo Niessink | 1 | -3/+4 |
| 2011-06-07 | verify_path(): simplify check at the directory boundary | Junio C Hamano | 1 | -10/+3 |
| 2011-05-27 | verify_path: consider dos drive prefix | Erik Faye-Lund | 1 | -1/+4 |
| 2011-05-09 | index_fd(): turn write_object and format_check arguments into one flag | Junio C Hamano | 1 | -2/+2 |
| 2011-04-03 | Merge branch 'jc/index-update-if-able' into maint | Junio C Hamano | 1 | -0/+25 |
| 2011-03-26 | Merge branch 'jc/index-update-if-able' | Junio C Hamano | 1 | -0/+25 |
| 2011-03-21 | update $GIT_INDEX_FILE when there are racily clean entries | Junio C Hamano | 1 | -1/+14 |
| 2011-03-21 | diff/status: refactor opportunistic index update | Junio C Hamano | 1 | -0/+12 |
| 2011-02-27 | Merge branch 'nd/hash-object-sanity' | Junio C Hamano | 1 | -1/+1 |
| 2011-02-27 | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 1 | -23/+2 |
| 2011-02-22 | update-index --refresh --porcelain: add missing const | Jonathan Nieder | 1 | -2/+2 |
| 2011-02-07 | Make hash-object more robust against malformed objects | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2011-02-03 | Convert ce_path_match() to use match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 1 | -23/+1 |
| 2011-02-03 | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
| 2010-12-03 | Merge branch 'jj/icase-directory' | Junio C Hamano | 1 | -0/+23 |
| 2010-10-06 | Support case folding for git add when core.ignorecase=true | Joshua Jensen | 1 | -0/+23 |
| 2010-08-11 | core: Stop leaking ondisk_cache_entrys | Jonathan Nieder | 1 | -1/+4 |
| 2010-02-02 | Correct spelling of 'REUC' extension | Shawn O. Pearce | 1 | -1/+1 |
| 2010-01-24 | Make ce_uptodate() trustworthy again | Junio C Hamano | 1 | -2/+4 |
| 2010-01-21 | Remove diff machinery dependency from read-cache | Linus Torvalds | 1 | -78/+0 |
| 2010-01-20 | Merge branch 'jc/cache-unmerge' | Junio C Hamano | 1 | -0/+18 |
| 2010-01-20 | Merge branch 'jc/symbol-static' | Junio C Hamano | 1 | -2/+4 |
| 2010-01-13 | Merge branch 'cc/reset-more' | Junio C Hamano | 1 | -2/+1 |
| 2010-01-13 | Merge branch 'nd/sparse' | Junio C Hamano | 1 | -3/+14 |
| 2010-01-12 | read-cache.c: mark file-local functions static | Junio C Hamano | 1 | -2/+4 |
| 2010-01-03 | "reset --merge": fix unmerged case | Junio C Hamano | 1 | -2/+1 |
| 2009-12-27 | Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maint | Junio C Hamano | 1 | -1/+1 |
| 2009-12-27 | read_index(): fix reading extension size on BE 64-bit archs | Nathaniel W Filardo | 1 | -1/+1 |
| 2009-12-25 | resolve-undo: record resolved conflicts in a new index extension section | Junio C Hamano | 1 | -0/+18 |
| 2009-12-14 | ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID | Nguyễn Thái Ngọc Duy | 1 | -3/+18 |
| 2009-08-23 | Teach Git to respect skip-worktree bit (reading part) | Nguyễn Thái Ngọc Duy | 1 | -6/+2 |
| 2009-08-21 | reset: make the reminder output consistent with "checkout" | Matthieu Moy | 1 | -6/+20 |
| 2009-08-21 | Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN. | Matthieu Moy | 1 | -1/+1 |
| 2009-06-27 | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 1 | -1/+1 |
| 2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -3/+3 |
| 2009-03-15 | checkout bugfix: use stat.mtime instead of stat.ctime in two places | Kjetil Barvik | 1 | -2/+2 |
| 2009-03-08 | Not all systems use st_[cm]tim field for ns resolution file timestamp | Junio C Hamano | 1 | -2/+2 |
| 2009-03-07 | Record ns-timestamps if possible, but do not use it without USE_NSEC | Kjetil Barvik | 1 | -25/+4 |
| 2009-02-23 | write_index(): update index_state->timestamp after flushing to disk | Kjetil Barvik | 1 | -2/+10 |
| 2009-02-19 | make USE_NSEC work as expected | Kjetil Barvik | 1 | -14/+56 |
| 2009-02-18 | check_updates(): effective removal of cache entries marked CE_REMOVE | Kjetil Barvik | 1 | -0/+20 |
| 2009-01-28 | add -u: do not fail to resolve a path as deleted | Junio C Hamano | 1 | -0/+20 |
| 2008-12-17 | Make 'ce_compare_link()' use the new 'strbuf_readlink()' | Linus Torvalds | 1 | -14/+8 |
| 2008-12-07 | read-cache.c: typofix in comment | Junio C Hamano | 1 | -1/+1 |
| 2008-11-30 | git add --intent-to-add: do not let an empty blob be committed by accident | Junio C Hamano | 1 | -0/+8 |