aboutsummaryrefslogtreecommitdiffstats
path: root/update-index.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06Make index file locking code reusable to others.Junio C Hamano1-5/+5
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano1-64/+0
2006-05-20Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano1-0/+13
2006-05-19Libify the index refresh logicLinus Torvalds1-122/+6
2006-05-18Prevent bogus paths from being added to the index.Linus Torvalds1-64/+0
2006-05-06Fix users of prefix_path() to free() only when necessaryJohannes Schindelin1-4/+4
2006-05-05update-index --again: take optional pathspecsJunio C Hamano1-1/+3
2006-05-05update-index --againJunio C Hamano1-3/+53
2006-05-05update-index: plug memory leak from prefix_path()Junio C Hamano1-7/+12
2006-05-05update-index --unresolve: work from a subdirectory.Junio C Hamano1-3/+8
2006-05-03add documentation for update-index --unresolveMatthias Kestenholz1-1/+1
2006-04-26update-index: when --unresolve, smudge the relevant cache-tree entries.Junio C Hamano1-0/+1
2006-04-26Merge branch 'master' into jc/cache-treeJunio C Hamano1-7/+143
2006-04-24index: make the index file format extensible.Junio C Hamano1-9/+2
2006-04-24Merge branch 'ar/chmod-series'Junio C Hamano1-7/+16
2006-04-24Use cache-tree in update-index.Junio C Hamano1-2/+21
2006-04-23make update-index --chmod work with multiple files and --stdinAlex Riesen1-7/+16
2006-04-19git-update-index --unresolveJunio C Hamano1-0/+127
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen1-4/+2
2006-03-02Prevent --index-info from ignoring -z.Shawn Pearce1-1/+3
2006-02-09"Assume unchanged" git: --really-refresh fix.Junio C Hamano1-2/+7
2006-02-08"Assume unchanged" git: do not set CE_VALID with --refreshJunio C Hamano1-0/+9
2006-02-08"Assume unchanged" gitJunio C Hamano1-7/+58
2006-02-01update-index --index-info: allow stage 0 entries.Junio C Hamano1-1/+1
2006-01-11update-index: work with c-quoted nameJunio C Hamano1-1/+8
2005-12-07update-index: allow --index-info to add higher stages.Junio C Hamano1-18/+47
2005-11-23Teach update-index to read from ls-tree.Junio C Hamano1-5/+8
2005-10-30Add to documentation of git-update-index arguments and usage.Chris Shoemaker1-1/+1
2005-10-25Add usage string to git-update-indexPetr Baudis1-0/+5
2005-10-17update-index --index-info: adjust for funny-path quoting.Junio C Hamano1-5/+17
2005-10-17Improve "git add" again.Junio C Hamano1-2/+32
2005-10-11Use core.filemode.Junio C Hamano1-1/+45
2005-10-07update-index: read --show-index-info output from standard input.Junio C Hamano1-0/+53
2005-10-07Show original and resulting blob object info in diff output.Junio C Hamano1-30/+3
2005-10-01[PATCH] Re-instate index file write optimizationLinus Torvalds1-3/+5
2005-10-01[PATCH] Better error reporting for "git status"Linus Torvalds1-4/+12
2005-09-27update-index: --stdin and -zJunio C Hamano1-13/+41
2005-09-24Diff clean-up.Junio C Hamano1-5/+5
2005-09-20Show modified files in git-ls-filesJunio C Hamano1-66/+1
2005-09-20Fast-path 'update-index --refresh' a bit.Junio C Hamano1-0/+7
2005-09-18[PATCH] Improve git-update-index error reportingPetr Baudis1-11/+25
2005-09-07Big tool rename.Junio C Hamano1-0/+407