20 Commits (d8cd32792a0a8a52ff4f5f4bb74f9044bcb9a97a)

Author SHA1 Message Date
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Eric Sunshine 74c4de5832 checkout-index: fix --temp relative path mangling 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Nguyễn Thái Ngọc Duy d4a2024aef entry.c: update cache_changed if refresh_cache is set in checkout_entry() 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
Junio C Hamano af2a651d2e checkout_entry(): clarify the use of topath[] parameter 11 years ago
Stefan Beller 5d4d1440ba checkout-index: fix negations of even numbers of -n 11 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 11 years ago
Nguyễn Thái Ngọc Duy f63cf8c9fb Use imperative form in help usage to describe an action 12 years ago
Nguyễn Thái Ngọc Duy 0ed217188d i18n: checkout-index: mark parseopt strings for translation 12 years ago
Nguyễn Thái Ngọc Duy a47a645e70 checkout-index: remove obsolete comment 13 years ago
Jonathan Nieder 8c83968385 Describe various forms of "be quiet" using OPT__QUIET 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 14 years ago
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
Nguyễn Thái Ngọc Duy cf9d52e489 checkout-index -h: show usage even in an invalid repository 14 years ago
Štěpán Němec d0bb136630 Fix {update,checkout}-index usage strings 14 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Miklos Vajna a6c7db1b19 parse-opt: migrate builtin-checkout-index. 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Heikki Orsila 05207a2881 Start conforming code to "git subcmd" style part 2 16 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 16 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Pierre Habouzit 663af3422a Full rework of quote_c_style and write_name_quoted. 17 years ago
Pierre Habouzit 7fb1011e61 Rework unquote_c_style to work on a strbuf. 17 years ago
Pierre Habouzit e6c019d0b0 Drop strbuf's 'eof' marker, and make read_line a first class citizen. 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 17 years ago
Peter Hagervall baffc0e770 Make every builtin-*.c file #include "builtin.h" 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Jonas Fonseca 095c424d08 Use PATH_MAX instead of MAXPATHLEN 18 years ago
David Rientjes f7f0fbfcf4 Make checkout_all void. 18 years ago
Junio C Hamano e414156ab6 Make git-checkout-index a builtin 19 years ago
Shawn Pearce 344c52aee5 Avoid C99 initializers 19 years ago
Johannes Schindelin 6244b24906 Close the index file between writing and committing 19 years ago
Junio C Hamano 021b6e4549 Make index file locking code reusable to others. 19 years ago
Johannes Schindelin 0cc9e70c4c Fix users of prefix_path() to free() only when necessary 19 years ago
Johannes Schindelin be65e7d9fb Fix users of prefix_path() to free() only when necessary 19 years ago
Junio C Hamano dc46da2286 checkout-index: plug memory leak from prefix_path() 19 years ago
Junio C Hamano bad68ec924 index: make the index file format extensible. 19 years ago
Rene Scharfe 5142db6912 Fix sparse warnings about usage of 0 instead of NULL 19 years ago
Shawn Pearce de84f99c12 Add --temp and --stage=all options to checkout-index. 19 years ago
Shawn Pearce 9debe63d10 Teach git-checkout-index to read filenames from stdin. 19 years ago
Junio C Hamano 5f73076c1a "Assume unchanged" git 19 years ago
Junio C Hamano f4f9adaea7 checkout-index: fix checking out specific path. 19 years ago
Junio C Hamano 3bd348aeea checkout-index: allow checking out from higher stages. 19 years ago