summaryrefslogtreecommitdiff
path: root/builtin-update-index.c
AgeCommit message (Expand)Author
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-16Improve use of lockfile APIBrandon Casey
2007-09-29double free in builtin-update-index.cPierre Habouzit
2007-09-21Rework unquote_c_style to work on a strbuf.Pierre Habouzit
2007-09-19Merge branch 'master' into ph/strbufJunio C Hamano
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-14Simplify cache APIJunio C Hamano
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-08-10Fix "git commit directory/" performance anomalyLinus Torvalds
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-04-22Merge branch 'lt/gitlink'Junio C Hamano
2007-04-19Merge branch 'maint'Junio C Hamano
2007-04-19fix up strtoul_ui error handlingAndy Whitcroft
2007-04-15sscanf/strtoul: parse integers robustlyJim Meyering
2007-04-12Teach git-update-index about gitlinksLinus Torvalds
2007-04-12sscanf/strtoul: parse integers robustlyJim Meyering
2007-04-07Merge branch 'jc/index-output'Junio C Hamano
2007-04-05Rename internal function "add_file_to_cache" in builtin-update-index.cJunio C Hamano
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-03-03Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt
2007-02-24Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano
2007-02-22update-index: do not die too early in a read-only repository.Junio C Hamano
2007-02-17Do not take mode bits from index after type change.Junio C Hamano
2007-01-31Fix git-update-index to work with relative pathnames.Alex Riesen
2006-11-23trust-executable-bit: fix breakage for symlinksJunio C Hamano
2006-09-28Merge branch 'master' into lj/refsJunio C Hamano
2006-09-27Ignore executable bit when adding files if filemode=0.Shawn Pearce
2006-09-22Fix git-update-index --againJohannes Schindelin
2006-08-26Merge branch 'gl/cleanup'Junio C Hamano
2006-08-24update-index -gJunio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-13Better error message when we are unable to lock the index fileJunio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-08Close the index file between writing and committingJohannes Schindelin
2006-06-20Initialize lock_file struct to all zero.Johannes Schindelin
2006-06-19Make git-update-index a builtinLukas Sandström