summaryrefslogtreecommitdiff
path: root/builtin-checkout-index.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-1/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-2/+2
2008-10-19parse-opt: migrate builtin-checkout-index.Libravatar Miklos Vajna1-69/+83
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-3/+1
2008-09-09Start conforming code to "git subcmd" style part 2Libravatar Heikki Orsila1-7/+7
2008-08-31'git foo' program identifies itself without dash in die() messagesLibravatar Junio C Hamano1-3/+3
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-1/+1
2008-01-16Improve use of lockfile APILibravatar Brandon Casey1-2/+2
2007-09-20Full rework of quote_c_style and write_name_quoted.Libravatar Pierre Habouzit1-3/+1
2007-09-20Rework unquote_c_style to work on a strbuf.Libravatar Pierre Habouzit1-13/+14
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Libravatar Pierre Habouzit1-3/+2
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-10Strbuf API extensions and fixes.Libravatar Pierre Habouzit1-1/+1
2007-07-14Make every builtin-*.c file #include "builtin.h"Libravatar Peter Hagervall1-0/+1
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Libravatar Junio C Hamano1-5/+2
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-2/+2
2006-08-26Use PATH_MAX instead of MAXPATHLENLibravatar Jonas Fonseca1-1/+1
2006-08-14Make checkout_all void.Libravatar David Rientjes1-2/+1
2006-08-12Merge branch 'mk/rename'Libravatar Junio C Hamano1-0/+309
2006-08-04Make git-checkout-index a builtinLibravatar Junio C Hamano1-0/+309