79 Commits (ecb3f3733cbeaf514508f97429863d33a6ac0d57)

Author SHA1 Message Date
Jeff King baddc96b2c update-index: fix cache entry leak in add_one_file() 8 years ago
Jeff King bfffb48c5d stop leaking lock structs in some simple cases 8 years ago
Patryk Obara 98e019b067 sha1_file: convert index_path to struct object_id 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Junio C Hamano c7054209d6 treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked 8 years ago
Christian Couder c105f563d1 update-index: fix xgetcwd() related memory leak 8 years ago
Christian Couder 6cc1053375 update-index: warn in case of split-index incoherency 8 years ago
Christian Couder cef4fc7ebe split-index: add {add,remove}_split_index() functions 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Vasco Almeida 43073f8984 i18n: update-index: mark warnings for translation 9 years ago
Thomas Gummerer d9d7096662 read-cache: introduce chmod_index_entry 9 years ago
Thomas Gummerer 22433ce461 update-index: add test for chmod flags 9 years ago
brian m. carlson 71445a0fef builtin/update-index: convert file to struct object_id 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 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 11 years ago
Michael Haggerty e197c21807 unable_to_lock_die(): rename function from unable_to_lock_index_die() 11 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