summaryrefslogtreecommitdiffstats
path: root/builtin-checkout-index.c
Commit message (Expand)AuthorAgeFilesLines
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-2/+2
* parse-opt: migrate builtin-checkout-index.Miklos Vajna2008-10-191-69/+83
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-3/+1
* Start conforming code to "git subcmd" style part 2Heikki Orsila2008-09-091-7/+7
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-3/+3
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* Improve use of lockfile APIBrandon Casey2008-01-161-2/+2
* Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-201-3/+1
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-201-13/+14
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-181-3/+2
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-1/+1
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-141-0/+1
* _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-5/+2
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-2/+2
* Use PATH_MAX instead of MAXPATHLENJonas Fonseca2006-08-261-1/+1
* Make checkout_all void.David Rientjes2006-08-141-2/+1
* Merge branch 'mk/rename'Junio C Hamano2006-08-121-1/+1
* Make git-checkout-index a builtinJunio C Hamano2006-08-041-0/+309