97 Commits (09427e8366003ce3d99b0b5a84e42416cef35696)

Author SHA1 Message Date
Jeff King 10ecfa7649 verify_path: disallow symlinks in .gitmodules 7 years ago
Jeff King eb12dd0c76 update-index: stat updated files earlier 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Paul-Sebastian Ungureanu 3bb0923f06 parse-options: do not show usage upon invalid option value 7 years ago
brian m. carlson 916bc35b29 tree-walk: convert tree entry functions to object_id 7 years ago
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
Ben Peart 9d406cba45 update-index: add fsmonitor support to update-index 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Ben Peart 7c545be9a1 update-index: add a new --force-write-index option 7 years ago
Jeff King baddc96b2c update-index: fix cache entry leak in add_one_file() 7 years ago
Jeff King bfffb48c5d stop leaking lock structs in some simple cases 7 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 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 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 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