aboutsummaryrefslogtreecommitdiff
path: root/update-index.c
Commit message (Expand)AuthorAge
* Make index file locking code reusable to others.Junio C Hamano2006-06-06
* Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-20
|\
| * Prevent bogus paths from being added to the index.Linus Torvalds2006-05-18
* | Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-20
|\ \
| * | update-index: when --unresolve, smudge the relevant cache-tree entries.Junio C Hamano2006-04-26
| * | Merge branch 'master' into jc/cache-treeJunio C Hamano2006-04-26
| |\ \
| * | | index: make the index file format extensible.Junio C Hamano2006-04-24
| * | | Use cache-tree in update-index.Junio C Hamano2006-04-24
* | | | Libify the index refresh logicLinus Torvalds2006-05-19
| |_|/ |/| |
* | | Fix users of prefix_path() to free() only when necessaryJohannes Schindelin2006-05-06
* | | update-index --again: take optional pathspecsJunio C Hamano2006-05-05
* | | update-index --againJunio C Hamano2006-05-05
* | | update-index: plug memory leak from prefix_path()Junio C Hamano2006-05-05
* | | update-index --unresolve: work from a subdirectory.Junio C Hamano2006-05-05
* | | add documentation for update-index --unresolveMatthias Kestenholz2006-05-03
| |/ |/|
* | Merge branch 'ar/chmod-series'Junio C Hamano2006-04-24
|\ \
| * | make update-index --chmod work with multiple files and --stdinAlex Riesen2006-04-23
| |/
* | git-update-index --unresolveJunio C Hamano2006-04-19
|/
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-04
* Prevent --index-info from ignoring -z.Shawn Pearce2006-03-02
* "Assume unchanged" git: --really-refresh fix.Junio C Hamano2006-02-09
* "Assume unchanged" git: do not set CE_VALID with --refreshJunio C Hamano2006-02-08
* "Assume unchanged" gitJunio C Hamano2006-02-08
* update-index --index-info: allow stage 0 entries.Junio C Hamano2006-02-01
* update-index: work with c-quoted nameJunio C Hamano2006-01-11
* update-index: allow --index-info to add higher stages.Junio C Hamano2005-12-07
* Teach update-index to read from ls-tree.Junio C Hamano2005-11-23
* Add to documentation of git-update-index arguments and usage.Chris Shoemaker2005-10-30
* Add usage string to git-update-indexPetr Baudis2005-10-25
* update-index --index-info: adjust for funny-path quoting.Junio C Hamano2005-10-17
* Improve "git add" again.Junio C Hamano2005-10-17
* Use core.filemode.Junio C Hamano2005-10-11
* update-index: read --show-index-info output from standard input.Junio C Hamano2005-10-07
* Show original and resulting blob object info in diff output.Junio C Hamano2005-10-07
* [PATCH] Re-instate index file write optimizationLinus Torvalds2005-10-01
* [PATCH] Better error reporting for "git status"Linus Torvalds2005-10-01
* update-index: --stdin and -zJunio C Hamano2005-09-27
* Diff clean-up.Junio C Hamano2005-09-24
* Show modified files in git-ls-filesJunio C Hamano2005-09-20
* Fast-path 'update-index --refresh' a bit.Junio C Hamano2005-09-20
* [PATCH] Improve git-update-index error reportingPetr Baudis2005-09-18
* Big tool rename.Junio C Hamano2005-09-07