summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Create pack_report() as a debugging aid.Shawn O. Pearce2006-12-291-0/+1
* Fully activate the sliding window pack access.Shawn O. Pearce2006-12-291-0/+1
* Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-291-2/+2
* Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce2006-12-291-0/+1
* Create read_or_die utility routine.Shawn O. Pearce2006-12-291-0/+1
* Use off_t for index and pack file lengths.Shawn O. Pearce2006-12-291-2/+2
* Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-291-3/+10
* Introduce new config option for mmap limit.Shawn O. Pearce2006-12-291-0/+1
* Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-291-1/+1
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-271-2/+2
* Use preprocessor constants for environment variable names.Junio C Hamano2006-12-191-0/+4
* Merge branch 'js/branch-config'Junio C Hamano2006-12-171-0/+1
|\
| * add a function to rename sections in the configJohannes Schindelin2006-12-161-0/+1
* | Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce2006-12-171-0/+1
|/
* Enable reflogs by default in any repository with a working directory.Shawn O. Pearce2006-12-151-0/+1
* improve fetch-pack's handling of kept packsNicolas Pitre2006-11-031-4/+0
* Teach receive-pack how to keep pack files based on object count.Shawn Pearce2006-11-031-0/+1
* Merge branch 'lj/refs'Junio C Hamano2006-11-011-3/+4
|\
| * Merge branch 'master' into lj/refsJunio C Hamano2006-09-271-3/+10
| |\
| * | update-ref: -d flag and ref creation safety.Junio C Hamano2006-09-271-0/+1
| * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
| * | Make ref resolution sanerLinus Torvalds2006-09-171-2/+2
* | | Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce2006-10-301-1/+0
* | | Merge branch 'np/pack'Junio C Hamano2006-10-221-2/+3
|\ \ \
| * | | introduce delta objects with offset to baseNicolas Pitre2006-09-271-2/+3
| | |/ | |/|
* | | Make write_sha1_file_prepare() staticRene Scharfe2006-10-141-6/+0
* | | Add hash_sha1_file()Rene Scharfe2006-10-141-0/+1
|/ /
* | many cleanups to sha1_file.cNicolas Pitre2006-09-231-3/+3
* | add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-201-0/+1
* | Make hexval() available to others.Junio C Hamano2006-09-201-0/+6
|/
* Merge branch 'jc/pack'Junio C Hamano2006-09-171-1/+1
|\
| * pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-071-1/+1
* | connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu2006-09-121-1/+1
|/
* more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-031-0/+12
* Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-021-0/+6
* Constness tightening for move/link_temp_to_file()Junio C Hamano2006-09-011-1/+1
* Merge branch 'js/c-merge-recursive'Junio C Hamano2006-08-271-0/+1
|\
| * Merge branch 'master' into js/c-merge-recursiveJunio C Hamano2006-08-121-1/+2
| |\
| * \ Merge branch 'js/read-tree' into js/c-merge-recursiveJunio C Hamano2006-07-301-0/+2
| |\ \
| * | | Status update on merge-recursive in CJohannes Schindelin2006-07-131-0/+4
* | | | Relative timestamps in git logLinus Torvalds2006-08-261-1/+1
* | | | Merge branch 'gl/cleanup'Junio C Hamano2006-08-261-0/+8
|\ \ \ \
| * | | | Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-231-0/+4
| * | | | Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-0/+4
* | | | | git_dir holds pointers to local strings, hence MUST be const.Pierre Habouzit2006-08-231-1/+1
|/ / / /
* | | | Add write_or_die(), a helper functionRene Scharfe2006-08-211-0/+1
* | | | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-0/+4
* | | | make inline is_null_sha1 globalDavid Rientjes2006-08-151-0/+4
* | | | Merge branch 'jc/pack-objects'Junio C Hamano2006-08-121-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | sha1_file.c: expose map_sha1_file() interface.Junio C Hamano2006-07-251-0/+2