summaryrefslogtreecommitdiff
path: root/builtin-checkout-index.c
AgeCommit message (Expand)Author
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2008-10-19parse-opt: migrate builtin-checkout-index.Miklos Vajna
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-09-09Start conforming code to "git subcmd" style part 2Heikki Orsila
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-01-16Improve use of lockfile APIBrandon Casey
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-09-21Rework unquote_c_style to work on a strbuf.Pierre Habouzit
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2006-08-27Use PATH_MAX instead of MAXPATHLENJonas Fonseca
2006-08-15Make checkout_all void.David Rientjes
2006-08-13Merge branch 'mk/rename'Junio C Hamano
2006-08-04Make git-checkout-index a builtinJunio C Hamano