aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Use const qualifier for 'sha1' parameter in delete_ref functionCarlos Rica2007-04-17
* (encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering2007-04-11
* index-pack: use hash_sha1_file()Nicolas Pitre2007-03-20
* Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-18
* Merge branch 'sp/run-command'Junio C Hamano2007-03-18
|\
| * Correct new compiler warnings in builtin-revertShawn O. Pearce2007-03-12
* | [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-16
* | Merge branch 'jc/repack'Junio C Hamano2007-03-14
|\ \
| * | prepare_packed_git(): sort packs by age and localness.Junio C Hamano2007-03-11
| |/
* | git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini2007-03-10
|/
* Merge branch 'jc/fsck'Junio C Hamano2007-03-10
|\
| * unpack_sha1_file(): detect corrupt loose object files.Junio C Hamano2007-03-05
* | Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-07
* | Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-07
* | General const correctness fixesShawn O. Pearce2007-03-07
|/
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-02
* Merge branch 'js/commit-format'Junio C Hamano2007-03-02
|\
| * show_date(): rename the "relative" parameter to "mode"Johannes Schindelin2007-02-27
* | index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano2007-02-28
* | index_fd(): use enum object_type instead of type name string.Junio C Hamano2007-02-28
* | make sure enum object_type is signedNicolas Pitre2007-02-27
* | convert object type handling from a string to a numberNicolas Pitre2007-02-27
| |
| \
*-. \ Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano2007-02-22
|\ \ \ | | |/
| * | Lazy man's auto-CRLFLinus Torvalds2007-02-14
| |/
* | Do not take mode bits from index after type change.Junio C Hamano2007-02-16
|/
* log --reflog: use dwim_logJohannes Schindelin2007-02-08
* Add pretend_sha1_file() interface.Junio C Hamano2007-02-05
* Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano2007-02-04
* add logref support to git-symbolic-refNicolas Pitre2007-01-28
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-28
* Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano2007-01-25
* Do not verify filenames in a bare repositoryJohannes Schindelin2007-01-20
* dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano2007-01-19
* Use fixed-size integers for .idx file I/OJunio C Hamano2007-01-18
* cache.h; fix a couple of prototypesChris Wedgwood2007-01-16
* Remove read_or_die in favor of better error messages.Shawn O. Pearce2007-01-14
* 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