| Commit message (Expand) | Author | Age |
* | Merge branch 'jc/cache-unmerge' | Junio C Hamano | 2010-01-20 |
|\ |
|
| * | resolve-undo: teach "update-index --unresolve" to use resolve-undo info | Junio C Hamano | 2009-12-25 |
| * | resolve-undo: allow plumbing to clear the information | Junio C Hamano | 2009-12-25 |
* | | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 |
|\ \
| |/
|/| |
|
| * | Teach Git to respect skip-worktree bit (reading part) | Nguyễn Thái Ngọc Duy | 2009-08-23 |
| * | Introduce "skip-worktree" bit in index, teach Git to get/set this bit | Nguyễn Thái Ngọc Duy | 2009-08-23 |
| * | update-index: refactor mark_valid() in preparation for new options | Nguyễn Thái Ngọc Duy | 2009-08-23 |
* | | Check the format of more printf-type functions | Tarmigan Casebolt | 2009-11-15 |
|/ |
|
* | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 2009-05-01 |
* | Merge branch 'kb/checkout-optim' | Junio C Hamano | 2009-03-17 |
|\ |
|
| * | lstat_cache(): swap func(length, string) into func(string, length) | Kjetil Barvik | 2009-02-09 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-02-19 |
|\ \
| |/
|/| |
|
| * | More friendly message when locking the index fails. | Matthieu Moy | 2009-02-19 |
* | | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 |
|/ |
|
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 |
* | print an error message for invalid path | Dmitry Potapov | 2008-10-12 |
* | Merge branch 'maint' | Junio C Hamano | 2008-09-16 |
|\ |
|
| * | Start conforming code to "git subcmd" style part 3 | Heikki Orsila | 2008-09-15 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-03 |
|\ \
| |/ |
|
| * | Merge branch 'nd/worktree' into maint | Junio C Hamano | 2008-09-03 |
| |\ |
|
| | * | update-index: fix worktree setup | Nguyễn Thái Ngọc Duy | 2008-08-30 |
| * | | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 2008-08-31 |
| |/ |
|
* | | update-index: refuse to add working tree items beyond symlinks | Junio C Hamano | 2008-08-04 |
|/ |
|
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | | Teach update-index about --ignore-submodules | Johannes Schindelin | 2008-05-15 |
|/ |
|
* | Make on-disk index representation separate from in-core one | Linus Torvalds | 2008-01-21 |
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 |
* | double free in builtin-update-index.c | Pierre Habouzit | 2007-09-29 |
* | Rework unquote_c_style to work on a strbuf. | Pierre Habouzit | 2007-09-20 |
* | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-18 |
|\ |
|
| * | Simplify cache API | Junio C Hamano | 2007-09-14 |
* | | Drop strbuf's 'eof' marker, and make read_line a first class citizen. | Pierre Habouzit | 2007-09-18 |
* | | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 |
* | | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 |
|/ |
|
* | Fix "git commit directory/" performance anomaly | Linus Torvalds | 2007-08-10 |
* | rename dirlink to gitlink. | Martin Waitz | 2007-05-21 |
* | Merge branch 'lt/gitlink' | Junio C Hamano | 2007-04-21 |
|\ |
|
| * | Teach git-update-index about gitlinks | Linus Torvalds | 2007-04-12 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-04-18 |
|\ \ |
|
| * | | fix up strtoul_ui error handling | Andy Whitcroft | 2007-04-18 |
| * | | sscanf/strtoul: parse integers robustly | Jim Meyering | 2007-04-14 |
* | | | sscanf/strtoul: parse integers robustly | Jim Meyering | 2007-04-11 |
| |/
|/| |
|
* | | Merge branch 'jc/index-output' | Junio C Hamano | 2007-04-07 |
|\ \ |
|
| * | | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 2007-04-03 |
| |/ |
|
* | | Rename internal function "add_file_to_cache" in builtin-update-index.c | Junio C Hamano | 2007-04-05 |
|/ |
|
* | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 2007-03-02 |
* | Evil Merge branch 'jc/status' (early part) into js/diff-ni | Junio C Hamano | 2007-02-24 |
|\ |
|
| * | update-index: do not die too early in a read-only repository. | Junio C Hamano | 2007-02-22 |