summaryrefslogtreecommitdiffstats
path: root/builtin-checkout-index.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve use of lockfile APIBrandon Casey2008-01-171-2/+2
* Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-211-3/+1
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-211-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-171-1/+0
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-1/+1
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-151-0/+1
* _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-041-5/+2
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-211-2/+2
* Use PATH_MAX instead of MAXPATHLENJonas Fonseca2006-08-271-1/+1
* Make checkout_all void.David Rientjes2006-08-151-2/+1
* Merge branch 'mk/rename'Junio C Hamano2006-08-131-1/+1
* Make git-checkout-index a builtinJunio C Hamano2006-08-041-0/+309