131 Commits (a1d4f67c12ac172f835e6d5e4e0a197075e2146b)

Author SHA1 Message Date
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Johannes Schindelin 8dfb04ae96 update-index: optionally leave skip-worktree entries alone 5 years ago
Derrick Stolee ad0fb65999 repo-settings: parse core.untrackedCache 6 years ago
Nguyễn Thái Ngọc Duy 50ddb089ff tree-walk.c: remove the_repo from get_tree_entry() 6 years ago
Johannes Schindelin d4c0a3ac78 fill_stat_cache_info(): prepare for an fsmonitor fix 6 years ago
Elijah Newren 5ec1e72823 Use 'unsigned short' for mode, like diff_filespec does 6 years ago
Jeff King 5bb1cb6d02 update-index: drop unused prefix_length parameter from do_reupdate() 6 years ago
Ben Peart 1956ecd0ab read-cache: add post-index-change hook 6 years ago
Nguyễn Thái Ngọc Duy 3ebbe28989 parse-options: allow ll_callback with OPTION_CALLBACK 6 years ago
Nguyễn Thái Ngọc Duy f41179f16b parse-options: avoid magic return codes 6 years ago
Nguyễn Thái Ngọc Duy bf3ff338a2 parse-options: stop abusing 'callback' for lowlevel callbacks 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy a92ec7efe0 parse-options: fix SunCC compiler warning 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Ben Peart 6c5b7f55a8 refresh_index: remove unnecessary calls to preload_index() 6 years ago
Nguyễn Thái Ngọc Duy 58bf2a4cc7 sha1-file.c: remove implicit dependency on the_index 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 7 years ago
René Scharfe 5f0df44cd7 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP 7 years ago
René Scharfe 8b5ebbed0e add, update-index: fix --chmod argument help 7 years ago
brian m. carlson fe04ccf7ca builtin/update-index: simplify parsing of cacheinfo 7 years ago
brian m. carlson 1928c9449e builtin/update-index: convert to using the_hash_algo 7 years ago
Jameson Miller a849735bfb block alloc: add lifecycle APIs for cache_entry structs 7 years ago
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 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