summaryrefslogtreecommitdiff
path: root/builtin-update-index.c
AgeCommit message (Expand)Author
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