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