summaryrefslogtreecommitdiff
path: root/builtin-update-index.c
Commit message (Expand)AuthorAgeFilesLines
* trust-executable-bit: fix breakage for symlinksJunio C Hamano2006-11-221-3/+3
* Merge branch 'master' into lj/refsJunio C Hamano2006-09-271-1/+3
|\
| * Ignore executable bit when adding files if filemode=0.Shawn Pearce2006-09-261-1/+3
* | Fix git-update-index --againJohannes Schindelin2006-09-211-3/+3
|/
* Merge branch 'gl/cleanup'Junio C Hamano2006-08-261-2/+2
|\
| * Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+2
* | update-index -gJunio C Hamano2006-08-231-2/+2
|/
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-2/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+1
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-121-3/+1
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+1
* Close the index file between writing and committingJohannes Schindelin2006-07-081-1/+1
* Initialize lock_file struct to all zero.Johannes Schindelin2006-06-191-1/+1
* Make git-update-index a builtinLukas Sandström2006-06-181-0/+658