summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2017-03-21Merge branch 'jk/pack-name-cleanups'Junio C Hamano
2017-03-17Merge branch 'js/early-config'Junio C Hamano
2017-03-17Merge branch 'bc/sha1-header-selection-with-cpp-macros'Junio C Hamano
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King
2017-03-16move odb_* declarations out of git-compat-util.hJeff King
2017-03-15hash.h: move SHA-1 implementation selection into a header filebrian m. carlson
2017-03-14Merge branch 'jk/interpret-branch-name'Junio C Hamano
2017-03-14setup: make read_early_config() reusableJohannes Schindelin
2017-03-14setup: introduce the discover_git_directory() functionJohannes Schindelin
2017-03-13Merge branch 'js/realpath-pathdup-fix'Junio C Hamano
2017-03-10Merge branch 'rj/remove-unused-mktemp'Junio C Hamano
2017-03-10Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-03-02interpret_branch_name: allow callers to restrict expansionsJeff King
2017-03-02interpret_branch_name: move docstring to header fileJeff King
2017-03-01config: add git_config_get_expiry() from gc.cChristian Couder
2017-03-01sha1_file: make check_and_freshen_file() non staticChristian Couder
2017-03-01config: add git_config_get_max_percent_split_change()Christian Couder
2017-03-01config: add git_config_get_split_index()Christian Couder
2017-02-28wrapper.c: remove unused git_mkstemp() functionRamsay Jones
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano
2017-02-24parse_config_key: allow matching single-level configJeff King
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2017-02-22sha1_file: introduce an nth_packed_object_oid functionbrian m. carlson
2017-02-20hex: introduce parse_oid_hexbrian m. carlson
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano
2017-02-03Merge branch 'sb/submodule-recursive-absorb'Junio C Hamano
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-01-31Merge branch 'sb/in-core-index-doc' into maintJunio C Hamano
2017-01-31Merge branch 'sb/in-core-index-doc'Junio C Hamano
2017-01-31Merge branch 'jk/loose-object-fsck'Junio C Hamano
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-26abspath: add absolute_pathdup()René Scharfe
2017-01-26cache.h: expose the dying procedure for reading gitlinksStefan Beller
2017-01-26setup: add gentle version of resolve_git_dirStefan Beller
2017-01-23Merge branch 'bw/read-blob-data-does-not-modify-index-state'Junio C Hamano
2017-01-19cache.h: document add_[file_]to_indexStefan Beller
2017-01-19cache.h: document remove_index_entry_atStefan Beller
2017-01-19cache.h: document index_name_posStefan Beller
2017-01-18Merge branch 'bw/pathspec-cleanup'Junio C Hamano
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-15sha1_file: add read_loose_object() functionJeff King
2017-01-11index: improve constness for reading blob dataBrandon Williams
2017-01-10Merge branch 'jc/git-open-cloexec'Junio C Hamano
2017-01-09pathspec: remove the deprecated get_pathspec functionBrandon Williams
2017-01-08raceproof_create_file(): new functionMichael Haggerty
2017-01-08safe_create_leading_directories(): set errno on SCLD_EXISTSMichael Haggerty