aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-update-index.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-26Ignore executable bit when adding files if filemode=0.Shawn Pearce1-1/+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