Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | lstat_cache(): swap func(length, string) into func(string, length) | Kjetil Barvik | 1 | -1/+1 |
2009-01-05 | remove trailing LF in die() messages | Alexander Potashev | 1 | -1/+1 |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -7/+3 |
2008-10-12 | print an error message for invalid path | Dmitry Potapov | 1 | -1/+1 |
2008-09-16 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+4 |
2008-09-15 | Start conforming code to "git subcmd" style part 3 | Heikki Orsila | 1 | -4/+4 |
2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -8/+13 |
2008-09-03 | Merge branch 'nd/worktree' into maint | Junio C Hamano | 1 | -0/+5 |
2008-08-31 | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 1 | -8/+8 |
2008-08-30 | update-index: fix worktree setup | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2008-08-04 | update-index: refuse to add working tree items beyond symlinks | Junio C Hamano | 1 | -1/+4 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-05-25 | Merge branch 'js/config-cb' | Junio C Hamano | 1 | -1/+1 |
2008-05-15 | Teach update-index about --ignore-submodules | Johannes Schindelin | 1 | -0/+4 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -9/+9 |
2008-01-16 | Improve use of lockfile API | Brandon Casey | 1 | -1/+1 |
2007-09-29 | double free in builtin-update-index.c | Pierre Habouzit | 1 | -2/+0 |
2007-09-20 | Rework unquote_c_style to work on a strbuf. | Pierre Habouzit | 1 | -24/+27 |
2007-09-18 | Merge branch 'master' into ph/strbuf | Junio C Hamano | 1 | -9/+0 |
2007-09-18 | Drop strbuf's 'eof' marker, and make read_line a first class citizen. | Pierre Habouzit | 1 | -4/+4 |
2007-09-16 | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 1 | -1/+0 |
2007-09-14 | Simplify cache API | Junio C Hamano | 1 | -9/+0 |
2007-09-10 | Strbuf API extensions and fixes. | Pierre Habouzit | 1 | -2/+2 |
2007-08-10 | Fix "git commit directory/" performance anomaly | Linus Torvalds | 1 | -2/+8 |
2007-05-21 | rename dirlink to gitlink. | Martin Waitz | 1 | -2/+2 |
2007-04-21 | Merge branch 'lt/gitlink' | Junio C Hamano | 1 | -62/+138 |
2007-04-18 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-04-18 | fix up strtoul_ui error handling | Andy Whitcroft | 1 | -1/+1 |
2007-04-14 | sscanf/strtoul: parse integers robustly | Jim Meyering | 1 | -3/+7 |
2007-04-12 | Teach git-update-index about gitlinks | Linus Torvalds | 1 | -62/+138 |
2007-04-11 | sscanf/strtoul: parse integers robustly | Jim Meyering | 1 | -3/+7 |
2007-04-07 | Merge branch 'jc/index-output' | Junio C Hamano | 1 | -2/+2 |
2007-04-05 | Rename internal function "add_file_to_cache" in builtin-update-index.c | Junio C Hamano | 1 | -2/+2 |
2007-04-03 | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 1 | -2/+2 |
2007-03-02 | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 1 | -3/+3 |
2007-02-24 | Evil Merge branch 'jc/status' (early part) into js/diff-ni | Junio C Hamano | 1 | -1/+10 |
2007-02-22 | update-index: do not die too early in a read-only repository. | Junio C Hamano | 1 | -1/+10 |
2007-02-16 | Do not take mode bits from index after type change. | Junio C Hamano | 1 | -6/+7 |
2007-01-31 | Fix git-update-index to work with relative pathnames. | Alex Riesen | 1 | -2/+6 |
2006-11-22 | trust-executable-bit: fix breakage for symlinks | Junio C Hamano | 1 | -3/+3 |
2006-09-27 | Merge branch 'master' into lj/refs | Junio C Hamano | 1 | -1/+3 |
2006-09-26 | Ignore executable bit when adding files if filemode=0. | Shawn Pearce | 1 | -1/+3 |
2006-09-21 | Fix git-update-index --again | Johannes Schindelin | 1 | -3/+3 |
2006-08-26 | Merge branch 'gl/cleanup' | Junio C Hamano | 1 | -2/+2 |
2006-08-23 | update-index -g | Junio C Hamano | 1 | -2/+2 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -2/+2 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -2/+2 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -1/+1 |
2006-08-12 | Better error message when we are unable to lock the index file | Junio C Hamano | 1 | -3/+1 |