aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-update-index.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-05remove trailing LF in die() messagesAlexander Potashev1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-7/+3
2008-10-12print an error message for invalid pathDmitry Potapov1-1/+1
2008-09-16Merge branch 'maint'Junio C Hamano1-4/+4
2008-09-15Start conforming code to "git subcmd" style part 3Heikki Orsila1-4/+4
2008-09-03Merge branch 'maint'Junio C Hamano1-8/+13
2008-09-03Merge branch 'nd/worktree' into maintJunio C Hamano1-0/+5
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano1-8/+8
2008-08-30update-index: fix worktree setupNguyễn Thái Ngọc Duy1-0/+5
2008-08-04update-index: refuse to add working tree items beyond symlinksJunio C Hamano1-1/+4
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-1/+1
2008-05-15Teach update-index about --ignore-submodulesJohannes Schindelin1-0/+4
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-9/+9
2008-01-16Improve use of lockfile APIBrandon Casey1-1/+1
2007-09-29double free in builtin-update-index.cPierre Habouzit1-2/+0
2007-09-20Rework unquote_c_style to work on a strbuf.Pierre Habouzit1-24/+27
2007-09-18Merge branch 'master' into ph/strbufJunio C Hamano1-9/+0
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit1-4/+4
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-14Simplify cache APIJunio C Hamano1-9/+0
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-2/+2
2007-08-10Fix "git commit directory/" performance anomalyLinus Torvalds1-2/+8
2007-05-21rename dirlink to gitlink.Martin Waitz1-2/+2
2007-04-21Merge branch 'lt/gitlink'Junio C Hamano1-62/+138
2007-04-18Merge branch 'maint'Junio C Hamano1-1/+1
2007-04-18fix up strtoul_ui error handlingAndy Whitcroft1-1/+1
2007-04-14sscanf/strtoul: parse integers robustlyJim Meyering1-3/+7
2007-04-12Teach git-update-index about gitlinksLinus Torvalds1-62/+138
2007-04-11sscanf/strtoul: parse integers robustlyJim Meyering1-3/+7
2007-04-07Merge branch 'jc/index-output'Junio C Hamano1-2/+2
2007-04-05Rename internal function "add_file_to_cache" in builtin-update-index.cJunio C Hamano1-2/+2
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano1-2/+2
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt1-3/+3
2007-02-24Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano1-1/+10
2007-02-22update-index: do not die too early in a read-only repository.Junio C Hamano1-1/+10
2007-02-16Do not take mode bits from index after type change.Junio C Hamano1-6/+7
2007-01-31Fix git-update-index to work with relative pathnames.Alex Riesen1-2/+6
2006-11-22trust-executable-bit: fix breakage for symlinksJunio C Hamano1-3/+3
2006-09-27Merge branch 'master' into lj/refsJunio C Hamano1-1/+3
2006-09-26Ignore executable bit when adding files if filemode=0.Shawn Pearce1-1/+3
2006-09-21Fix git-update-index --againJohannes Schindelin1-3/+3
2006-08-26Merge branch 'gl/cleanup'Junio C Hamano1-2/+2
2006-08-23update-index -gJunio C Hamano1-2/+2
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-2/+2
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-2/+2
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+1
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-3/+1
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+1
2006-07-08Close the index file between writing and committingJohannes Schindelin1-1/+1
2006-06-19Initialize lock_file struct to all zero.Johannes Schindelin1-1/+1
2006-06-18Make git-update-index a builtinLukas Sandström1-0/+658