summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/am-i-v-fix'Junio C Hamano2016-02-241-0/+3
|\
| * pager: factor out a helper to prepare a child process to run the pagerJunio C Hamano2016-02-171-0/+3
* | Merge branch 'cc/untracked'Junio C Hamano2016-02-101-0/+8
|\ \
| * | test-dump-untracked-cache: don't modify the untracked cacheChristian Couder2016-01-271-0/+7
| * | config: add core.untrackedCacheChristian Couder2016-01-271-0/+1
* | | Merge branch 'jk/ref-cache-non-repository-optim'Junio C Hamano2016-02-031-1/+19
|\ \ \
| * | | clean: make is_git_repository a public functionJeff King2016-01-251-1/+19
* | | | Merge branch 'jk/clang-pedantic'Junio C Hamano2016-01-201-1/+1
|\ \ \ \
| * | | | avoid shifting signed integers 31 bitsJeff King2016-01-041-1/+1
| * | | | Merge branch 'ad/sha1-update-chunked' into maintJunio C Hamano2015-12-081-5/+23
| |\ \ \ \
| * \ \ \ \ Merge branch 'dk/gc-idx-wo-pack' into maintJunio C Hamano2015-12-041-2/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'dt/name-hash-dir-entry-fix' into maintJunio C Hamano2015-11-031-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'mk/submodule-gitdir-path' into maintJunio C Hamano2015-11-031-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'js/clone-dissociate' into maintJunio C Hamano2015-11-031-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/repository-extension' into maintJunio C Hamano2015-11-031-0/+7
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-201-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy2015-09-061-0/+1
* | | | | | | | | | | | Merge branch 'jk/pack-revindex'Junio C Hamano2016-01-201-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | pack-revindex: store entries directly in packed_gitjk/pack-revindexJeff King2015-12-211-1/+1
| * | | | | | | | | | | pack-revindex: drop hash tableJeff King2015-12-211-0/+2
* | | | | | | | | | | | Merge branch 'bc/format-patch-null-from-line'Junio C Hamano2015-12-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | sha1_file.c: introduce a null_oid constantbrian m. carlson2015-12-141-0/+1
* | | | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2015-12-101-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | sha1_file: introduce has_object_file helper.brian m. carlson2015-11-201-0/+3
* | | | | | | | | | | | Merge branch 'dt/refs-backend-pre-vtable'Junio C Hamano2015-12-081-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | initdb: make safe_create_dir publicDavid Turner2015-11-201-0/+8
* | | | | | | | | | | | | Merge branch 'ad/sha1-update-chunked'Junio C Hamano2015-12-041-5/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | sha1: allow limiting the size of the data passed to SHA1_Update()ad/sha1-update-chunkedAtousa Pahlevan Duprat2015-11-051-0/+6
| * | | | | | | | | | | sha1: provide another level of indirection for the SHA-1 functionsAtousa Pahlevan Duprat2015-11-051-5/+17
* | | | | | | | | | | | Merge branch 'dk/gc-idx-wo-pack'Jeff King2015-11-201-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano2015-08-171-2/+5
* | | | | | | | | | | Merge branch 'dt/name-hash-dir-entry-fix'Junio C Hamano2015-10-291-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | name-hash: don't reuse cache_entry in dir_entrydt/name-hash-dir-entry-fixDavid Turner2015-10-211-1/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-261-0/+7
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | introduce "preciousObjects" repository extensionjk/repository-extensionJeff King2015-06-241-0/+1
| * | | | | | | | | introduce "extensions" form of core.repositoryformatversionJeff King2015-06-241-0/+6
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-2/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add_packed_git: convert strcpy into xsnprintfJeff King2015-09-251-1/+1
| * | | | | | | | | add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King2015-09-251-1/+30
| * | | | | | | | | add git_path_buf helper functionJeff King2015-09-251-0/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'js/clone-dissociate'Junio C Hamano2015-10-151-0/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | sha1_file.c: add a function to release all packsJohannes Schindelin2015-10-071-0/+1
| * | | | | | | | Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-271-1/+10
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'mk/submodule-gitdir-path'Junio C Hamano2015-10-151-0/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | path: implement common_dir handling in git_pathdup_submodule()mk/submodule-gitdir-pathMax Kirillov2015-09-141-0/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/date-local'Junio C Hamano2015-10-051-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | date: make "local" orthogonal to date formatJeff King2015-09-031-1/+1
* | | | | | | | | Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-311-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_...Dave Borowitz2015-08-191-0/+1
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-051-1/+7
| |\ \ \ \ \ \ \ \