aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'jc/bare'Junio C Hamano2007-01-11
|\
| * Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-07
* | Merge branch 'jc/detached-head'Junio C Hamano2007-01-11
|\ \
| * | Detached HEAD (experimental)Junio C Hamano2007-01-08
| |/
* | short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* | short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-08
|/
* Merge branch 'sp/mmap'Junio C Hamano2007-01-07
|\
| * Create pack_report() as a debugging aid.Shawn O. Pearce2006-12-29
| * Fully activate the sliding window pack access.Shawn O. Pearce2006-12-29
| * Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-29
| * Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce2006-12-29
| * Create read_or_die utility routine.Shawn O. Pearce2006-12-29
| * Use off_t for index and pack file lengths.Shawn O. Pearce2006-12-29
| * Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-29
| * Introduce new config option for mmap limit.Shawn O. Pearce2006-12-29
| * Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-29
* | Merge branch 'maint'Junio C Hamano2007-01-04
|\ \
| * | Fix infinite loop when deleting multiple packed refs.Junio C Hamano2007-01-03
* | | send pack check for failure to send revisions listAndy Whitcroft2007-01-02
| |/ |/|
* | UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-27
* | Use preprocessor constants for environment variable names.Junio C Hamano2006-12-19
* | Merge branch 'js/branch-config'Junio C Hamano2006-12-17
|\ \
| * | add a function to rename sections in the configJohannes Schindelin2006-12-16
* | | Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce2006-12-17
|/ /
* | Enable reflogs by default in any repository with a working directory.Shawn O. Pearce2006-12-15
|/
* improve fetch-pack's handling of kept packsNicolas Pitre2006-11-03
* Teach receive-pack how to keep pack files based on object count.Shawn Pearce2006-11-03
* Merge branch 'lj/refs'Junio C Hamano2006-11-01
|\
| * Merge branch 'master' into lj/refsJunio C Hamano2006-09-27
| |\
| * | update-ref: -d flag and ref creation safety.Junio C Hamano2006-09-27
| * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
| * | Make ref resolution sanerLinus Torvalds2006-09-17
* | | Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce2006-10-30
* | | Merge branch 'np/pack'Junio C Hamano2006-10-22
|\ \ \
| * | | introduce delta objects with offset to baseNicolas Pitre2006-09-27
| | |/ | |/|
* | | Make write_sha1_file_prepare() staticRene Scharfe2006-10-14
* | | Add hash_sha1_file()Rene Scharfe2006-10-14
|/ /
* | many cleanups to sha1_file.cNicolas Pitre2006-09-23
* | add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-20
* | Make hexval() available to others.Junio C Hamano2006-09-20
|/
* Merge branch 'jc/pack'Junio C Hamano2006-09-17
|\
| * pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-07
* | connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu2006-09-12
|/
* more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-03
* Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-02
* Constness tightening for move/link_temp_to_file()Junio C Hamano2006-09-01
* Merge branch 'js/c-merge-recursive'Junio C Hamano2006-08-27
|\
| * Merge branch 'master' into js/c-merge-recursiveJunio C Hamano2006-08-12
| |\
| * \ Merge branch 'js/read-tree' into js/c-merge-recursiveJunio C Hamano2006-07-30
| |\ \
| * | | Status update on merge-recursive in CJohannes Schindelin2006-07-13