43 Commits (90051e5b5e63d415fad6d38b999b9a0582189a4b)

Author SHA1 Message Date
Jeff King 7e41061588 checkout-index: propagate errors to exit code 4 years ago
Jeff King 0b809c8248 checkout-index: drop error message from empty --stage=all 4 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 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 0f086e6dca checkout: print something when checking out paths 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
René Scharfe 168f32eb10 checkout-index: improve argument help for --stage 7 years ago
Nguyễn Thái Ngọc Duy 74cfc0ee1d entry.c: use the right index instead of the_index 7 years ago
Nguyễn Thái Ngọc Duy 1224781d60 parse-options: let OPT__FORCE take optional flags argument 7 years ago
Martin Ågren 02ae242fdd checkout-index: simplify locking logic 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
René Scharfe 68e3d6292f introduce CHECKOUT_INIT 9 years ago
Jeff King 2239617526 checkout-index: disallow "--no-stage" option 9 years ago
Jeff King 6a6df8aa45 checkout-index: handle "--no-index" option 9 years ago
Jeff King 5ed5f671c4 checkout-index: handle "--no-prefix" option 9 years ago
Jeff King 9096ee162b checkout-index: simplify "-z" option parsing 9 years ago
Jeff King 0d4cc1b45b give "nbuf" strbuf a more meaningful name 9 years ago
Junio C Hamano a392f57daf checkout-index: there are only two possible line terminations 9 years ago
Stefan Beller d7a643b73f prefix_path(): unconditionally free results in the callers 10 years ago
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 11 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 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Nguyễn Thái Ngọc Duy f63cf8c9fb Use imperative form in help usage to describe an action 13 years ago
Nguyễn Thái Ngọc Duy 0ed217188d i18n: checkout-index: mark parseopt strings for translation 13 years ago
Nguyễn Thái Ngọc Duy a47a645e70 checkout-index: remove obsolete comment 14 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 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
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. 17 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Heikki Orsila 05207a2881 Start conforming code to "git subcmd" style part 2 17 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 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. 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