summaryrefslogtreecommitdiff
path: root/update-index.c
Commit message (Expand)AuthorAgeFilesLines
* Make index file locking code reusable to others.Junio C Hamano2006-06-061-5/+5
* Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-201-64/+0
|\
| * Prevent bogus paths from being added to the index.Linus Torvalds2006-05-181-64/+0
* | Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-201-0/+13
|\ \
| * | update-index: when --unresolve, smudge the relevant cache-tree entries.Junio C Hamano2006-04-261-0/+1
| * | Merge branch 'master' into jc/cache-treeJunio C Hamano2006-04-261-7/+143
| |\ \
| * | | index: make the index file format extensible.Junio C Hamano2006-04-241-9/+2
| * | | Use cache-tree in update-index.Junio C Hamano2006-04-241-2/+21
* | | | Libify the index refresh logicLinus Torvalds2006-05-191-122/+6
| |_|/ |/| |
* | | Fix users of prefix_path() to free() only when necessaryJohannes Schindelin2006-05-061-4/+4
* | | update-index --again: take optional pathspecsJunio C Hamano2006-05-051-1/+3
* | | update-index --againJunio C Hamano2006-05-051-3/+53
* | | update-index: plug memory leak from prefix_path()Junio C Hamano2006-05-051-7/+12
* | | update-index --unresolve: work from a subdirectory.Junio C Hamano2006-05-051-3/+8
* | | add documentation for update-index --unresolveMatthias Kestenholz2006-05-031-1/+1
| |/ |/|
* | Merge branch 'ar/chmod-series'Junio C Hamano2006-04-241-7/+16
|\ \
| * | make update-index --chmod work with multiple files and --stdinAlex Riesen2006-04-231-7/+16
| |/
* | git-update-index --unresolveJunio C Hamano2006-04-191-0/+127
|/
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-041-4/+2
* Prevent --index-info from ignoring -z.Shawn Pearce2006-03-021-1/+3
* "Assume unchanged" git: --really-refresh fix.Junio C Hamano2006-02-091-2/+7
* "Assume unchanged" git: do not set CE_VALID with --refreshJunio C Hamano2006-02-081-0/+9
* "Assume unchanged" gitJunio C Hamano2006-02-081-7/+58
* update-index --index-info: allow stage 0 entries.Junio C Hamano2006-02-011-1/+1
* update-index: work with c-quoted nameJunio C Hamano2006-01-111-1/+8
* update-index: allow --index-info to add higher stages.Junio C Hamano2005-12-071-18/+47
* Teach update-index to read from ls-tree.Junio C Hamano2005-11-231-5/+8
* Add to documentation of git-update-index arguments and usage.Chris Shoemaker2005-10-301-1/+1
* Add usage string to git-update-indexPetr Baudis2005-10-251-0/+5
* update-index --index-info: adjust for funny-path quoting.Junio C Hamano2005-10-171-5/+17
* Improve "git add" again.Junio C Hamano2005-10-171-2/+32
* Use core.filemode.Junio C Hamano2005-10-111-1/+45
* update-index: read --show-index-info output from standard input.Junio C Hamano2005-10-071-0/+53
* Show original and resulting blob object info in diff output.Junio C Hamano2005-10-071-30/+3
* [PATCH] Re-instate index file write optimizationLinus Torvalds2005-10-011-3/+5
* [PATCH] Better error reporting for "git status"Linus Torvalds2005-10-011-4/+12
* update-index: --stdin and -zJunio C Hamano2005-09-271-13/+41
* Diff clean-up.Junio C Hamano2005-09-241-5/+5
* Show modified files in git-ls-filesJunio C Hamano2005-09-201-66/+1
* Fast-path 'update-index --refresh' a bit.Junio C Hamano2005-09-201-0/+7
* [PATCH] Improve git-update-index error reportingPetr Baudis2005-09-181-11/+25
* Big tool rename.Junio C Hamano2005-09-071-0/+407