summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano2011-10-211-0/+1
|\
| * pack-objects: protect against disappearing packsJeff King2011-10-141-0/+1
* | Merge branch 'ph/transport-with-gitfile'Junio C Hamano2011-10-211-1/+1
|\ \
| * | enter_repo: do not modify inputErik Faye-Lund2011-10-041-1/+1
| |/
* | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-171-0/+1
|\ \
| * | attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-061-0/+1
| |/
* | Merge branch 'jk/name-hash-dirent'Junio C Hamano2011-10-171-0/+1
|\ \
| * | fix phantom untracked files when core.ignorecase is setJeff King2011-10-071-0/+1
* | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-101-1/+42
|\ \ \
| * | | resolve_ref(): expand documentationMichael Haggerty2011-10-051-1/+33
| * | | get_sha1_hex(): do not read past a NUL characterMichael Haggerty2011-10-051-0/+9
| | |/ | |/|
* | | Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-101-1/+0
|\ \ \
| * | | rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-121-1/+0
| * | | remove prefix argument from pathspec_prefixClemens Buchacher2011-09-061-1/+1
* | | | Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano2011-10-101-0/+1
|\ \ \ \
| * | | | rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson2011-08-161-0/+1
* | | | | Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano2011-10-051-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | config: Introduce functions to write non-standard fileRamkumar Ramachandra2011-08-041-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'nd/maint-clone-gitdir'Junio C Hamano2011-08-281-1/+1
|\ \ \ \
| * | | | read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-221-1/+1
| |/ / /
* | | | Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano2011-08-231-1/+1
|\ \ \ \
| * | | | ls-files: fix pathspec display on errorClemens Buchacher2011-08-111-1/+1
| |/ / /
* | | | Merge branch 'js/ref-namespaces'Junio C Hamano2011-08-171-0/+3
|\ \ \ \
| * | | | ref namespaces: infrastructureJosh Triplett2011-07-061-0/+3
* | | | | Merge branch 'cb/partial-commit-relative-pathspec'Junio C Hamano2011-08-111-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | commit: allow partial commits with relative pathsClemens Buchacher2011-08-021-0/+1
| | |/ | |/|
* | | Merge branch 'jc/pack-order-tweak'Junio C Hamano2011-08-051-0/+3
|\ \ \
| * | | core: log offset pack data accesses happenedJunio C Hamano2011-07-061-0/+3
* | | | Merge branch 'jc/index-pack'Junio C Hamano2011-07-191-1/+0
|\ \ \ \
| * | | | verify-pack: use index-pack --verifyJunio C Hamano2011-06-051-1/+0
* | | | | Merge branch 'jk/clone-cmdline-config'Junio C Hamano2011-07-191-0/+2
|\ \ \ \ \
| * | | | | config: make git_config_parse_parameter a public functionJeff King2011-06-221-0/+2
* | | | | | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-191-9/+23
|\ \ \ \ \ \
| * | | | | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-13/+22
| * | | | | | zlib: wrap deflateBound() tooJunio C Hamano2011-06-101-3/+1
| * | | | | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-101-0/+6
| * | | | | | zlib: wrap inflateInit2 used to accept only for gzip formatJunio C Hamano2011-06-101-0/+1
| |/ / / / /
| * | | | | Merge branch 'jk/maint-config-alias-fix' into maintJunio C Hamano2011-06-011-2/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/git-connection-deadlock-fix' into maintJunio C Hamano2011-05-261-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/pack-objects-bigfile' into maintJunio C Hamano2011-05-041-0/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jc/streaming-filter' into nextJunio C Hamano2011-06-291-37/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | convert.h: move declarations for conversion from cache.hJunio C Hamano2011-05-261-37/+1
* | | | | | | | | | Merge branch 'jc/streaming' into nextJunio C Hamano2011-06-291-1/+35
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | sha1_file.c: expose helpers to read loose objectsJunio C Hamano2011-05-201-0/+3
| * | | | | | | | streaming_write_entry(): use streaming API in write_entry()Junio C Hamano2011-05-201-0/+1
| * | | | | | | | unpack_object_header(): make it publicJunio C Hamano2011-05-201-0/+1
| * | | | | | | | sha1_object_info_extended(): hint about objects in delta-base cacheJunio C Hamano2011-05-201-1/+2
| * | | | | | | | sha1_object_info_extended(): expose a bit more infoJunio C Hamano2011-05-191-0/+28
| * | | | | | | | packed_object_info_detail(): do not return a stringJunio C Hamano2011-05-161-1/+1
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge branches 'jc/convert', 'jc/bigfile' and 'jc/replacing' into jc/streamingJunio C Hamano2011-05-151-7/+20
| |\ \ \ \ \ \ \ \ \ \