summaryrefslogtreecommitdiff
path: root/builtin-update-index.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/cache-unmerge'Junio C Hamano2010-01-201-1/+17
|\
| * resolve-undo: teach "update-index --unresolve" to use resolve-undo infoJunio C Hamano2009-12-251-1/+12
| * resolve-undo: allow plumbing to clear the informationJunio C Hamano2009-12-251-0/+5
* | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-31/+47
|\ \ | |/ |/|
| * Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-231-16/+22
| * Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy2009-08-231-1/+15
| * update-index: refactor mark_valid() in preparation for new optionsNguyễn Thái Ngọc Duy2009-08-231-14/+10
* | Check the format of more printf-type functionsTarmigan Casebolt2009-11-151-0/+1
|/
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-3/+3
* Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-1/+1
|\
| * lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-1/+1
* | Merge branch 'maint'Junio C Hamano2009-02-191-2/+1
|\ \ | |/ |/|
| * More friendly message when locking the index fails.Matthieu Moy2009-02-191-2/+1
* | remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
|/
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-7/+3
* print an error message for invalid pathDmitry Potapov2008-10-121-1/+1
* Merge branch 'maint'Junio C Hamano2008-09-161-4/+4
|\
| * Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-151-4/+4
* | Merge branch 'maint'Junio C Hamano2008-09-031-8/+13
|\ \ | |/
| * Merge branch 'nd/worktree' into maintJunio C Hamano2008-09-031-0/+5
| |\
| | * update-index: fix worktree setupNguyễn Thái Ngọc Duy2008-08-301-0/+5
| * | 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-8/+8
| |/
* | update-index: refuse to add working tree items beyond symlinksJunio C Hamano2008-08-041-1/+4
|/
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-1/+1
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* | Teach update-index about --ignore-submodulesJohannes Schindelin2008-05-151-0/+4
|/
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-9/+9
* Improve use of lockfile APIBrandon Casey2008-01-161-1/+1
* double free in builtin-update-index.cPierre Habouzit2007-09-291-2/+0
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-201-24/+27
* Merge branch 'master' into ph/strbufJunio C Hamano2007-09-181-9/+0
|\
| * Simplify cache APIJunio C Hamano2007-09-141-9/+0
* | Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-181-4/+4
* | 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-2/+2
|/
* Fix "git commit directory/" performance anomalyLinus Torvalds2007-08-101-2/+8
* rename dirlink to gitlink.Martin Waitz2007-05-211-2/+2
* Merge branch 'lt/gitlink'Junio C Hamano2007-04-211-62/+138
|\
| * Teach git-update-index about gitlinksLinus Torvalds2007-04-121-62/+138
* | Merge branch 'maint'Junio C Hamano2007-04-181-1/+1
|\ \
| * | fix up strtoul_ui error handlingAndy Whitcroft2007-04-181-1/+1
| * | sscanf/strtoul: parse integers robustlyJim Meyering2007-04-141-3/+7
* | | sscanf/strtoul: parse integers robustlyJim Meyering2007-04-111-3/+7
| |/ |/|
* | Merge branch 'jc/index-output'Junio C Hamano2007-04-071-2/+2
|\ \
| * | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-2/+2
| |/
* | Rename internal function "add_file_to_cache" in builtin-update-index.cJunio C Hamano2007-04-051-2/+2
|/
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-021-3/+3
* Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano2007-02-241-1/+10
|\
| * update-index: do not die too early in a read-only repository.Junio C Hamano2007-02-221-1/+10