aboutsummaryrefslogtreecommitdiff
path: root/builtin-update-index.c
Commit message (Expand)AuthorAge
* fix up strtoul_ui error handlingAndy Whitcroft2007-04-18
* sscanf/strtoul: parse integers robustlyJim Meyering2007-04-14
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-02
* Evil Merge branch 'jc/status' (early part) into js/diff-niJunio C Hamano2007-02-24
|\
| * update-index: do not die too early in a read-only repository.Junio C Hamano2007-02-22
* | Do not take mode bits from index after type change.Junio C Hamano2007-02-16
|/
* Fix git-update-index to work with relative pathnames.Alex Riesen2007-01-31
* trust-executable-bit: fix breakage for symlinksJunio C Hamano2006-11-22
* Merge branch 'master' into lj/refsJunio C Hamano2006-09-27
|\
| * Ignore executable bit when adding files if filemode=0.Shawn Pearce2006-09-26
* | Fix git-update-index --againJohannes Schindelin2006-09-21
|/
* Merge branch 'gl/cleanup'Junio C Hamano2006-08-26
|\
| * Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* | update-index -gJunio C Hamano2006-08-23
|/
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Close the index file between writing and committingJohannes Schindelin2006-07-08
* Initialize lock_file struct to all zero.Johannes Schindelin2006-06-19
* Make git-update-index a builtinLukas Sandström2006-06-18