summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2017-01-10Merge branch 'jc/git-open-cloexec'Junio C Hamano
2016-11-16compression: unify pack.compression configuration parsingJunio C Hamano
2016-11-03sha1_file: stop opening files with O_NOATIMEJunio C Hamano
2016-10-31Merge branch 'ls/git-open-cloexec'Junio C Hamano
2016-10-28git_open(): untangle possible NOATIME and CLOEXEC interactionsJunio C Hamano
2016-10-27Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano
2016-10-27Merge branch 'jk/abbrev-auto'Junio C Hamano
2016-10-27Merge branch 'lt/abbrev-auto'Junio C Hamano
2016-10-26find_unique_abbrev: use 4-buffer ringJeff King
2016-10-26Merge branch 'jk/fetch-quick-tag-following'Junio C Hamano
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano
2016-10-25sha1_file: rename git_open_noatime() to git_open()Lars Schneider
2016-10-17Merge branch 'jk/alt-odb-cleanup'Junio C Hamano
2016-10-17Merge branch 'jk/quarantine-received-objects'Junio C Hamano
2016-10-14fetch: use "quick" has_sha1_file for tag followingJeff King
2016-10-10Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano
2016-10-10tmp-objdir: put quarantine information in the environmentJeff King
2016-10-10alternates: store scratch buffer as strbufJeff King
2016-10-10alternates: use a separate scratch spaceJeff King
2016-10-10alternates: provide helper for allocating alternateJeff King
2016-10-10alternates: provide helper for adding to alternates listJeff King
2016-10-10git: make super-prefix optionBrandon Williams
2016-10-06Merge branch 'jk/ambiguous-short-object-names'Junio C Hamano
2016-10-04find_unique_abbrev: move logic out of get_short_sha1()Jeff King
2016-10-03Merge branch 'nd/init-core-worktree-in-multi-worktree-world'Junio C Hamano
2016-10-03abbrev: auto size the default abbreviationLinus Torvalds
2016-10-03abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizingJunio C Hamano
2016-09-27get_short_sha1: make default disambiguation configurableJeff King
2016-09-26Merge branch 'rs/checkout-init-macro'Junio C Hamano
2016-09-26Merge branch 'tg/add-chmod+x-fix'Junio C Hamano
2016-09-26get_sha1: detect buggy calls with multiple disambiguatorsJeff King
2016-09-25init: call set_git_dir_init() from within init_db()Nguyễn Thái Ngọc Duy
2016-09-22introduce CHECKOUT_INITRené Scharfe
2016-09-21Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-09-19Merge branch 'bc/object-id'Junio C Hamano
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer
2016-09-15read-cache: introduce chmod_index_entryThomas Gummerer
2016-09-13init: reset cached config when entering new repoJeff King
2016-09-13config: only read .git/config from configured reposJeff King
2016-09-13pager: make pager_program a file-local staticJeff King
2016-09-12Merge branch 'rs/hex2chr'Junio C Hamano
2016-09-12Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano
2016-09-09Merge branch 'sb/submodule-clone-rr'Junio C Hamano
2016-09-09Merge branch 'jk/reflog-date' into maintJunio C Hamano
2016-09-09Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maintJunio C Hamano
2016-09-07sha1_name: convert get_sha1_mb to struct object_idbrian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe
2016-09-01allow do_submodule_path to work even if submodule isn't checked outJacob Keller
2016-09-01cache: add empty_tree_oid object and helper functionJacob Keller