29 Commits (09ff69bb39b386e24a39723d9e20263a915bc6d6)

Author SHA1 Message Date
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Andy Whitcroft 6e6db39afc fix up strtoul_ui error handling 18 years ago
Jim Meyering 61d6ed139f sscanf/strtoul: parse integers robustly 18 years ago
Linus Torvalds e011054b0f Teach git-update-index about gitlinks 18 years ago
Jim Meyering 6aead43db3 sscanf/strtoul: parse integers robustly 18 years ago
Junio C Hamano 81e1bc4768 Rename internal function "add_file_to_cache" in builtin-update-index.c 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
Johannes Sixt 78a8d641c1 Add core.symlinks to mark filesystems that do not support symbolic links. 18 years ago
Junio C Hamano 7b802b86a6 update-index: do not die too early in a read-only repository. 18 years ago
Junio C Hamano 185c975faa Do not take mode bits from index after type change. 18 years ago
Alex Riesen 9ebe6cf953 Fix git-update-index to work with relative pathnames. 18 years ago
Junio C Hamano 2bbaaed9ee trust-executable-bit: fix breakage for symlinks 18 years ago
Shawn Pearce fd28b34afd Ignore executable bit when adding files if filemode=0. 18 years ago
Johannes Schindelin 913c983e04 Fix git-update-index --again 18 years ago
Junio C Hamano 7099c9c7c9 update-index -g 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Junio C Hamano 40aaae88ad Better error message when we are unable to lock the index file 18 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Johannes Schindelin 6244b24906 Close the index file between writing and committing 19 years ago
Johannes Schindelin 928e47e3d5 Initialize lock_file struct to all zero. 19 years ago
Lukas Sandström fefe81c996 Make git-update-index a builtin 19 years ago
Junio C Hamano 021b6e4549 Make index file locking code reusable to others. 19 years ago
Linus Torvalds 405e5b2fe0 Libify the index refresh logic 19 years ago
Linus Torvalds 8dcf39c46e Prevent bogus paths from being added to the index. 19 years ago
Johannes Schindelin 0cc9e70c4c Fix users of prefix_path() to free() only when necessary 19 years ago
Johannes Schindelin be65e7d9fb Fix users of prefix_path() to free() only when necessary 19 years ago
Junio C Hamano 22293b9c41 update-index --again: take optional pathspecs 19 years ago
Junio C Hamano 83e77a25dc update-index --again 19 years ago
Junio C Hamano fb69a760cc update-index: plug memory leak from prefix_path() 19 years ago
Junio C Hamano 09895c1fa0 update-index --unresolve: work from a subdirectory. 19 years ago
Matthias Kestenholz 060729dd7e add documentation for update-index --unresolve 19 years ago
Junio C Hamano bc4d7269f9 Fix mismerged update-index from jc/cache-tree branch. 19 years ago
Junio C Hamano 497c32136f update-index: when --unresolve, smudge the relevant cache-tree entries. 19 years ago
Junio C Hamano bad68ec924 index: make the index file format extensible. 19 years ago
Junio C Hamano a6e5642f39 Use cache-tree in update-index. 19 years ago
Alex Riesen 227bdb186f make update-index --chmod work with multiple files and --stdin 19 years ago
Junio C Hamano 2bd452d3b9 git-update-index --unresolve 19 years ago
Peter Eriksen 90321c106c Replace xmalloc+memset(0) with xcalloc. 19 years ago
Shawn Pearce a41c175d6f Prevent --index-info from ignoring -z. 19 years ago
Junio C Hamano b92b2ce94e "Assume unchanged" git: --really-refresh fix. 19 years ago
Junio C Hamano 8b9b0f3af7 "Assume unchanged" git: do not set CE_VALID with --refresh 19 years ago
Junio C Hamano 5f73076c1a "Assume unchanged" git 19 years ago
Junio C Hamano 2d49711512 update-index --index-info: allow stage 0 entries. 19 years ago
Junio C Hamano a94d9948da update-index: work with c-quoted name 19 years ago
Junio C Hamano d23748a6af update-index: allow --index-info to add higher stages. 19 years ago
Junio C Hamano 9c20a47067 Teach update-index to read from ls-tree. 19 years ago
Chris Shoemaker 14470c0de3 Add to documentation of git-update-index arguments and usage. 19 years ago
Petr Baudis f6ab5bb265 Add usage string to git-update-index 19 years ago