summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2007-04-111-2/+2
|\
| * (encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering2007-04-111-2/+2
* | A new merge stragety 'subtree'.Junio C Hamano2007-04-071-0/+3
* | Merge branch 'jc/index-output'Junio C Hamano2007-04-071-0/+5
|\ \
| * | git-read-tree --index-output=<file>Junio C Hamano2007-04-031-1/+1
| * | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-0/+5
| |/
* | Rename add_file_to_index() to add_file_to_cache()Junio C Hamano2007-04-051-1/+1
* | Fix bogus error message from merge-recursive error pathJunio C Hamano2007-04-051-1/+0
* | clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-051-1/+1
|/
* index-pack: use hash_sha1_file()Nicolas Pitre2007-03-201-1/+1
* Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-181-0/+1
* Merge branch 'sp/run-command'Junio C Hamano2007-03-181-1/+1
|\
| * Correct new compiler warnings in builtin-revertShawn O. Pearce2007-03-121-1/+1
* | [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-161-4/+5
* | Merge branch 'jc/repack'Junio C Hamano2007-03-141-0/+1
|\ \
| * | prepare_packed_git(): sort packs by age and localness.Junio C Hamano2007-03-111-0/+1
| |/
* | git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini2007-03-101-0/+1
|/
* Merge branch 'jc/fsck'Junio C Hamano2007-03-101-1/+0
|\
| * unpack_sha1_file(): detect corrupt loose object files.Junio C Hamano2007-03-051-1/+0
* | Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-071-5/+5
* | Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-071-2/+2
* | General const correctness fixesShawn O. Pearce2007-03-071-1/+1
|/
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-021-1/+5
* Merge branch 'js/commit-format'Junio C Hamano2007-03-021-1/+2
|\
| * show_date(): rename the "relative" parameter to "mode"Johannes Schindelin2007-02-271-1/+2
* | index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano2007-02-281-1/+1
* | index_fd(): use enum object_type instead of type name string.Junio C Hamano2007-02-281-14/+14
* | make sure enum object_type is signedNicolas Pitre2007-02-271-1/+2
* | convert object type handling from a string to a numberNicolas Pitre2007-02-271-18/+18
| |
| \
*-. \ Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano2007-02-221-0/+5
|\ \ \ | | |/
| * | Lazy man's auto-CRLFLinus Torvalds2007-02-141-0/+5
| |/
* | Do not take mode bits from index after type change.Junio C Hamano2007-02-161-0/+10
|/
* log --reflog: use dwim_logJohannes Schindelin2007-02-081-0/+1
* Add pretend_sha1_file() interface.Junio C Hamano2007-02-051-0/+1
* Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano2007-02-041-0/+1
* add logref support to git-symbolic-refNicolas Pitre2007-01-281-1/+1
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano2007-01-251-1/+0
* Do not verify filenames in a bare repositoryJohannes Schindelin2007-01-201-0/+1
* dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano2007-01-191-0/+2
* Use fixed-size integers for .idx file I/OJunio C Hamano2007-01-181-1/+1
* cache.h; fix a couple of prototypesChris Wedgwood2007-01-161-2/+2
* Remove read_or_die in favor of better error messages.Shawn O. Pearce2007-01-141-1/+0
* Merge branch 'jc/bare'Junio C Hamano2007-01-111-1/+2
|\
| * Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-071-1/+2
* | Merge branch 'jc/detached-head'Junio C Hamano2007-01-111-1/+1
|\ \
| * | Detached HEAD (experimental)Junio C Hamano2007-01-081-1/+1
| |/
* | short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-0/+1
* | short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-081-1/+2
|/
* Merge branch 'sp/mmap'Junio C Hamano2007-01-071-8/+20
|\