summaryrefslogtreecommitdiffstats
path: root/cache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-1/+1
2006-07-31pager: config variable pager.colorMatthias Lederhofer1-0/+1
2006-07-26Make git-mv a builtinJohannes Schindelin1-0/+1
2006-07-26Extract helper bits from c-merge-recursive workJohannes Schindelin1-0/+3
2006-07-13sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds1-0/+1
2006-07-11Make the unpacked object header functions static to sha1_file.cLinus Torvalds1-2/+0
2006-07-09"git -p cmd" to page anywhereJunio C Hamano1-0/+1
2006-07-04Improve git-peek-remoteLinus Torvalds1-1/+5
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga1-0/+1
2006-06-25diff --color: use $GIT_DIR/configJunio C Hamano1-1/+0
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen1-1/+0
2006-06-21upload-pack/fetch-pack: support side-band communicationJunio C Hamano1-2/+2
2006-06-19Add specialized object allocatorLinus Torvalds1-0/+11
2006-06-18Merge branch 'jc/shared'Junio C Hamano1-0/+6
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen1-1/+1
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano1-0/+6
2006-06-06Make index file locking code reusable to others.Junio C Hamano1-6/+6
2006-06-03Merge branch 'sp/reflog'Junio C Hamano1-0/+1
2006-05-28Merge branch 'jc/cache-tree'Junio C Hamano1-0/+1
2006-05-24Merge branch 'master' into sp/reflogJunio C Hamano1-0/+8
2006-05-24Merge branch 'be/tag'Junio C Hamano1-0/+1
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano1-0/+1
2006-05-24Merge branch 'lt/dirwalk'Junio C Hamano1-0/+1
2006-05-23remove the artificial restriction tagsize < 8kbBjörn Engelmann1-0/+1
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano1-0/+10
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano1-0/+1
2006-05-20Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano1-0/+1
2006-05-19Libify the index refresh logicLinus Torvalds1-0/+6
2006-05-19Merge part of 'js/fmt-patch' for RFC2822 dates into 'sp/reflog'Junio C Hamano1-0/+1
2006-05-18Prevent bogus paths from being added to the index.Linus Torvalds1-0/+1
2006-05-17Log ref updates to logs/refs/<ref>Shawn Pearce1-0/+1
2006-05-06Merge branch 'master' into js/fmt-patchJunio C Hamano1-1/+3
2006-05-05binary diff: further updates.Junio C Hamano1-0/+1
2006-05-05binary patch.Junio C Hamano1-0/+3
2006-05-02core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano1-1/+1
2006-05-01Use RFC2822 dates from "git fmt-patch".Junio C Hamano1-0/+1
2006-04-26Merge branch 'master' into jc/cache-treeJunio C Hamano1-0/+1
2006-04-26revision parsing: make "rev -- paths" checks stronger.Junio C Hamano1-0/+1
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds1-0/+1
2006-04-24index: make the index file format extensible.Junio C Hamano1-4/+2
2006-04-23read-cache/write-cache: optionally return cache checksum SHA1.Junio C Hamano1-1/+4
2006-03-29tree/diff header cleanup.Junio C Hamano1-0/+3
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano1-0/+1
2006-03-05Add --temp and --stage=all options to checkout-index.Shawn Pearce1-1/+1
2006-03-04Merge branch 'lt/rev-list'Junio C Hamano1-0/+3
2006-02-28Introduce trivial new pager.c helper infrastructureLinus Torvalds1-0/+3
2006-02-27apply --whitespace: configuration option.Junio C Hamano1-0/+2
2006-02-26Use setenv(), fix warningsTimo Hirvonen1-1/+1
2006-02-21Merge branch 'jc/nostat'Junio C Hamano1-2/+4
2006-02-18Delay "empty ident" errors until they really matter.Junio C Hamano1-2/+2