39 Commits (2824e1841b99393d2469c495253d547c643bd8f1)

Author SHA1 Message Date
Stefan Beller 1b7cb8969c update-index: fix a memleak 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
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
Jonathan Nieder 309be813c9 update-index: migrate to parse-options API 14 years ago
Nguyễn Thái Ngọc Duy 9c7c27eeab update-index -h: show usage even with corrupt index 15 years ago
Štěpán Němec d0bb136630 Fix {update,checkout}-index usage strings 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 8aa38563b2 resolve-undo: teach "update-index --unresolve" to use resolve-undo info 15 years ago
Junio C Hamano 4a39f79d34 resolve-undo: allow plumbing to clear the information 15 years ago
Tarmigan Casebolt 28bea9e534 Check the format of more printf-type functions 15 years ago
Nguyễn Thái Ngọc Duy b4d1690df1 Teach Git to respect skip-worktree bit (reading part) 16 years ago
Nguyễn Thái Ngọc Duy 44a3691362 Introduce "skip-worktree" bit in index, teach Git to get/set this bit 16 years ago
Nguyễn Thái Ngọc Duy 83b327ba4e update-index: refactor mark_valid() in preparation for new options 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Matthieu Moy e43a6fd3e9 More friendly message when locking the index fails. 16 years ago
Kjetil Barvik 571998921d lstat_cache(): swap func(length, string) into func(string, length) 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Dmitry Potapov 7e7abea96b print an error message for invalid path 17 years ago
Heikki Orsila f18d244a63 Start conforming code to "git subcmd" style part 3 17 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Nguyễn Thái Ngọc Duy f83eafdd62 update-index: fix worktree setup 17 years ago
Junio C Hamano 806d13b1cc update-index: refuse to add working tree items beyond symlinks 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin 5fdeacb0ca Teach update-index about --ignore-submodules 17 years ago