aboutsummaryrefslogtreecommitdiff
path: root/builtin-checkout-index.c
Commit message (Expand)AuthorAge
* parse-opt: migrate builtin-checkout-index.Miklos Vajna2008-10-19
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* Start conforming code to "git subcmd" style part 2Heikki Orsila2008-09-09
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
* Make usage strings dash-lessStephan Beyer2008-07-13
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Improve use of lockfile APIBrandon Casey2008-01-16
* Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-20
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-20
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-18
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-14
* _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-03
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Use PATH_MAX instead of MAXPATHLENJonas Fonseca2006-08-26
* Make checkout_all void.David Rientjes2006-08-14
* Merge branch 'mk/rename'Junio C Hamano2006-08-12
* Make git-checkout-index a builtinJunio C Hamano2006-08-04