aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-update-index.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-788/+0
2010-01-20Merge branch 'jc/cache-unmerge'Junio C Hamano1-1/+17
2010-01-13Merge branch 'nd/sparse'Junio C Hamano1-31/+47
2009-12-25resolve-undo: teach "update-index --unresolve" to use resolve-undo infoJunio C Hamano1-1/+12
2009-12-25resolve-undo: allow plumbing to clear the informationJunio C Hamano1-0/+5
2009-11-15Check the format of more printf-type functionsTarmigan Casebolt1-0/+1
2009-08-23Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy1-16/+22
2009-08-23Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy1-1/+15
2009-08-23update-index: refactor mark_valid() in preparation for new optionsNguyễn Thái Ngọc Duy1-14/+10
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-3/+3
2009-03-17Merge branch 'kb/checkout-optim'Junio C Hamano1-1/+1
2009-02-19Merge branch 'maint'Junio C Hamano1-2/+1
2009-02-19More friendly message when locking the index fails.Matthieu Moy1-2/+1
2009-02-09lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik1-1/+1
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