summaryrefslogtreecommitdiff
path: root/builtin-checkout-index.c
Commit message (Expand)AuthorAgeFilesLines
* 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