66 Commits (21a9002fd13cecb0ad00e922e06e515ea35f2627)

Author SHA1 Message Date
Vasco Almeida 43073f8984 i18n: update-index: mark warnings for translation 8 years ago
Thomas Gummerer d9d7096662 read-cache: introduce chmod_index_entry 8 years ago
Thomas Gummerer 22433ce461 update-index: add test for chmod flags 8 years ago
brian m. carlson 71445a0fef builtin/update-index: convert file to struct object_id 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 years ago
Johannes Schindelin ef1177d18e die("bug"): report bugs consistently 9 years ago
Junio C Hamano ed6e8038f9 pathspec: rename free_pathspec() to clear_pathspec() 9 years ago
Nguyễn Thái Ngọc Duy 23d05364fc builtin/update-index.c: prefer "err" to "errno" in process_lstat_error 9 years ago
Jeff King 0d4cc1b45b give "nbuf" strbuf a more meaningful name 9 years ago
Christian Couder 435ec090ec config: add core.untrackedCache 9 years ago
Christian Couder 07b29bfd8d dir: add remove_untracked_cache() 9 years ago
Christian Couder 4a4ca4796d dir: add {new,add}_untracked_cache() 9 years ago
Christian Couder e7c0c5354b update-index: move 'uc' var declaration 9 years ago
Christian Couder 6d19db1491 update-index: add untracked cache notifications 9 years ago
Christian Couder eaab83d0e5 update-index: add --test-untracked-cache 9 years ago
Christian Couder 113e641318 update-index: use enum for untracked cache options 9 years ago
Junio C Hamano 7e07ed8418 update-index: there are only two possible line terminations 9 years ago
Christian Couder 9624a22ac6 dir: free untracked cache when removing it 9 years ago
Stefan Beller d7a643b73f prefix_path(): unconditionally free results in the callers 10 years ago
Stefan Beller 1b7cb8969c update-index: fix a memleak 10 years ago
Nguyễn Thái Ngọc Duy 1e8fef609e untracked cache: guard and disable on system changes 10 years ago
Nguyễn Thái Ngọc Duy f64cb88d35 update-index: test the system before enabling untracked cache 10 years ago
Nguyễn Thái Ngọc Duy 9e5972413b update-index: manually enable or disable untracked cache 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Michael Haggerty e197c21807 unable_to_lock_die(): rename function from unable_to_lock_index_die() 10 years ago
Nguyễn Thái Ngọc Duy c18b80a0e8 update-index: new options to enable/disable split index mode 11 years ago
Nguyễn Thái Ngọc Duy 078a58e825 read-cache: mark updated entries for split index 11 years ago
Nguyễn Thái Ngọc Duy a5400efe29 cache-tree: mark istate->cache_changed on cache tree invalidation 11 years ago
Nguyễn Thái Ngọc Duy 782a5ff9ce update-index: be specific what part of the index has changed 11 years ago
Nguyễn Thái Ngọc Duy e636a7b4d0 read-cache: be specific what part of the index has changed 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Jeff King c8e1ee4f2c update-index: fix segfault with missing --cacheinfo argument 11 years ago
Junio C Hamano ec160ae12b update-index: teach --cacheinfo a new syntax "mode,sha1,path" 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Karsten Blees 5699d17ee0 read-cache.c: fix memory leaks caused by removed cache entries 11 years ago
Karsten Blees 6bb69077b7 builtin/update-index.c: cleanup update_one 11 years ago
Karsten Blees e837af6134 fix 'git update-index --verbose --again' output 11 years ago
Nguyễn Thái Ngọc Duy 0fdc2ae512 convert some get_pathspec() calls to parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Antoine Pelisse b04d930bbc update-index: allow "-h" to also display options 12 years ago
Karsten Blees 7349afd20e update-index/diff-index: use core.preloadindex to improve performance 12 years ago
Nguyễn Thái Ngọc Duy 4a4838b46a i18n: update-index: mark parseopt strings for translation 13 years ago
Thomas Gummerer b60e188c51 Strip namelen out of ce_flags into a ce_namelen field 13 years ago
Heiko Voigt 242f55f612 update-index: allow overwriting existing submodule index entries 13 years ago
Junio C Hamano 69dec66b2f update-index: upgrade/downgrade on-disk index version 13 years ago
Jim Meyering dc4cd76710 plug a few coverity-spotted leaks 14 years ago
Junio C Hamano c4ce46fc7a index_fd(): turn write_object and format_check arguments into one flag 14 years ago
Nguyễn Thái Ngọc Duy eb9cb55b94 Convert ce_path_match() to use struct pathspec 14 years ago