summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2006-12-16Enable reflogs by default in any repository with a working directory.Shawn O. Pearce
2006-11-03improve fetch-pack's handling of kept packsNicolas Pitre
2006-11-03Teach receive-pack how to keep pack files based on object count.Shawn Pearce
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-31Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce
2006-10-23Merge branch 'np/pack'Junio C Hamano
2006-10-14Make write_sha1_file_prepare() staticRene Scharfe
2006-10-14Add hash_sha1_file()Rene Scharfe
2006-09-28Merge branch 'master' into lj/refsJunio C Hamano
2006-09-27update-ref: -d flag and ref creation safety.Junio C Hamano
2006-09-27introduce delta objects with offset to baseNicolas Pitre
2006-09-23many cleanups to sha1_file.cNicolas Pitre
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin
2006-09-20Make hexval() available to others.Junio C Hamano
2006-09-18Make ref resolution sanerLinus Torvalds
2006-09-18Merge branch 'jc/pack'Junio C Hamano
2006-09-13connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu
2006-09-07pack-objects --unpacked=<existing pack> option.Junio C Hamano
2006-09-04more lightweight revalidation while reusing deflated stream in packingJunio C Hamano
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder
2006-09-01Constness tightening for move/link_temp_to_file()Junio C Hamano
2006-08-28Merge branch 'js/c-merge-recursive'Junio C Hamano
2006-08-27Relative timestamps in git logLinus Torvalds
2006-08-26Merge branch 'gl/cleanup'Junio C Hamano
2006-08-24git_dir holds pointers to local strings, hence MUST be const.Pierre Habouzit
2006-08-23Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-22Add write_or_die(), a helper functionRene Scharfe
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-15make inline is_null_sha1 globalDavid Rientjes
2006-08-13Merge branch 'jc/pack-objects'Junio C Hamano
2006-08-13Merge branch 'master' into js/c-merge-recursiveJunio C Hamano
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-31Merge branch 'js/read-tree' into js/c-merge-recursiveJunio C Hamano
2006-07-26Make git-mv a builtinJohannes Schindelin
2006-07-26Extract helper bits from c-merge-recursive workJohannes Schindelin
2006-07-25sha1_file.c: expose map_sha1_file() interface.Junio C Hamano
2006-07-14sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds
2006-07-14Status update on merge-recursive in CJohannes Schindelin
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