summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2007-02-09log --reflog: use dwim_logJohannes Schindelin
2007-02-05Add pretend_sha1_file() interface.Junio C Hamano
2007-02-05Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano
2007-01-28add logref support to git-symbolic-refNicolas Pitre
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-26Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano
2007-01-21Do not verify filenames in a bare repositoryJohannes Schindelin
2007-01-20dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano
2007-01-18Use fixed-size integers for .idx file I/OJunio C Hamano
2007-01-17cache.h; fix a couple of prototypesChris Wedgwood
2007-01-14Remove read_or_die in favor of better error messages.Shawn O. Pearce
2007-01-12Merge branch 'jc/bare'Junio C Hamano
2007-01-12Merge branch 'jc/detached-head'Junio C Hamano
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft
2007-01-08Detached HEAD (experimental)Junio C Hamano
2007-01-08Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano
2007-01-07Merge branch 'sp/mmap'Junio C Hamano
2007-01-05Merge branch 'maint'Junio C Hamano
2007-01-03Fix infinite loop when deleting multiple packed refs.Junio C Hamano
2007-01-03send pack check for failure to send revisions listAndy Whitcroft
2006-12-29Create pack_report() as a debugging aid.Shawn O. Pearce
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce
2006-12-29Replace use_packed_git with window cursors.Shawn O. Pearce
2006-12-29Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce
2006-12-29Create read_or_die utility routine.Shawn O. Pearce
2006-12-29Use off_t for index and pack file lengths.Shawn O. Pearce
2006-12-29Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce
2006-12-29Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce
2006-12-28UTF-8: introduce i18n.logoutputencoding.Junio C Hamano
2006-12-19Use preprocessor constants for environment variable names.Junio C Hamano
2006-12-18Merge branch 'js/branch-config'Junio C Hamano
2006-12-17Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce
2006-12-16add a function to rename sections in the configJohannes Schindelin
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