17 Commits (50f69099292de53431ef29d3adc115d04a4fd92a)

Author SHA1 Message Date
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
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Pierre Habouzit 690b61f5f1 double free in builtin-update-index.c 18 years ago
Pierre Habouzit 7fb1011e61 Rework unquote_c_style to work on a strbuf. 18 years ago
Pierre Habouzit e6c019d0b0 Drop strbuf's 'eof' marker, and make read_line a first class citizen. 18 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 18 years ago
Junio C Hamano 09d5dc32fb Simplify cache API 18 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 18 years ago
Linus Torvalds 22631473e0 Fix "git commit directory/" performance anomaly 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Andy Whitcroft 6e6db39afc fix up strtoul_ui error handling 18 years ago
Jim Meyering 61d6ed139f sscanf/strtoul: parse integers robustly 18 years ago
Linus Torvalds e011054b0f Teach git-update-index about gitlinks 18 years ago
Jim Meyering 6aead43db3 sscanf/strtoul: parse integers robustly 18 years ago
Junio C Hamano 81e1bc4768 Rename internal function "add_file_to_cache" in builtin-update-index.c 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
Johannes Sixt 78a8d641c1 Add core.symlinks to mark filesystems that do not support symbolic links. 18 years ago
Junio C Hamano 7b802b86a6 update-index: do not die too early in a read-only repository. 18 years ago