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