| Commit message (Expand) | Author | Age |
* | 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 |
* | | Do not take mode bits from index after type change. | Junio C Hamano | 2007-02-16 |
|/ |
|
* | Fix git-update-index to work with relative pathnames. | Alex Riesen | 2007-01-31 |
* | trust-executable-bit: fix breakage for symlinks | Junio C Hamano | 2006-11-22 |
* | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 |
|\ |
|
| * | Ignore executable bit when adding files if filemode=0. | Shawn Pearce | 2006-09-26 |
* | | Fix git-update-index --again | Johannes Schindelin | 2006-09-21 |
|/ |
|
* | Merge branch 'gl/cleanup' | Junio C Hamano | 2006-08-26 |
|\ |
|
| * | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | | update-index -g | Junio C Hamano | 2006-08-23 |
|/ |
|
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 |
* | Better error message when we are unable to lock the index file | Junio C Hamano | 2006-08-12 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 |
* | Close the index file between writing and committing | Johannes Schindelin | 2006-07-08 |
* | Initialize lock_file struct to all zero. | Johannes Schindelin | 2006-06-19 |
* | Make git-update-index a builtin | Lukas Sandström | 2006-06-18 |