aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\
| * Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-31
| * Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-26
| * Define new hash-size constants for allocating memorybrian m. carlson2017-03-26
* | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-16
|\ \
| * | odb_mkstemp: write filename into strbufJeff King2017-03-28
| * | do not check odb_mkstemp return value for errorsJeff King2017-03-28
* | | Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-30
|\ \ \ | |/ / |/| |
| * | setup: allow for prefix to be passed to git commandsBrandon Williams2017-03-17
* | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-03-28
|\ \ \
| * | | name-hash: add test-lazy-init-name-hashJeff Hostetler2017-03-24
* | | | Merge branch 'jk/prefix-filename'Junio C Hamano2017-03-27
|\ \ \ \ | |_|_|/ |/| | |
| * | | prefix_filename: return newly allocated stringJeff King2017-03-21
| * | | prefix_filename: drop length parameterJeff King2017-03-21
| * | | prefix_filename: move docstring to header fileJeff King2017-03-21
* | | | Merge branch 'dl/credential-cache-socket-in-xdg-cache'Junio C Hamano2017-03-24
|\ \ \ \
| * | | | path.c: add xdg_cache_homeDevin Lehmacher2017-03-13
* | | | | Merge branch 'jk/pack-name-cleanups'Junio C Hamano2017-03-21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | odb_pack_keep(): stop generating keepfile nameJeff King2017-03-16
| * | | | sha1_file.c: make pack-name helper globally accessibleJeff King2017-03-16
| * | | | move odb_* declarations out of git-compat-util.hJeff King2017-03-16
| | |_|/ | |/| |
* | | | Merge branch 'js/early-config'Junio C Hamano2017-03-17
|\ \ \ \
| * | | | setup: make read_early_config() reusableJohannes Schindelin2017-03-14
| * | | | setup: introduce the discover_git_directory() functionJohannes Schindelin2017-03-14
| |/ / /
* | | | Merge branch 'bc/sha1-header-selection-with-cpp-macros'Junio C Hamano2017-03-17
|\ \ \ \
| * | | | hash.h: move SHA-1 implementation selection into a header filebrian m. carlson2017-03-15
| |/ / /
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-03-17
|\ \ \ \
| * | | | Convert object iteration callbacks to struct object_idbrian m. carlson2017-02-22
| * | | | sha1_file: introduce an nth_packed_object_oid functionbrian m. carlson2017-02-22
| * | | | hex: introduce parse_oid_hexbrian m. carlson2017-02-20
| |/ / /
* | | | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-17
|\ \ \ \
| * | | | config: add git_config_get_expiry() from gc.cChristian Couder2017-03-01
| * | | | sha1_file: make check_and_freshen_file() non staticChristian Couder2017-03-01
| * | | | config: add git_config_get_max_percent_split_change()Christian Couder2017-03-01
| * | | | config: add git_config_get_split_index()Christian Couder2017-03-01
* | | | | Merge branch 'jk/interpret-branch-name'Junio C Hamano2017-03-14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | interpret_branch_name: allow callers to restrict expansionsJeff King2017-03-02
| * | | | interpret_branch_name: move docstring to header fileJeff King2017-03-02
| | |_|/ | |/| |
* | | | Merge branch 'js/realpath-pathdup-fix'Junio C Hamano2017-03-12
|\ \ \ \
| * | | | real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-08
| | |_|/ | |/| |
* | | | Merge branch 'rj/remove-unused-mktemp'Junio C Hamano2017-03-10
|\ \ \ \
| * | | | wrapper.c: remove unused git_mkstemp() functionRamsay Jones2017-02-28
| |/ / /
* | | | Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano2017-03-10
|\ \ \ \
| * | | | parse_config_key: allow matching single-level configJeff King2017-02-24
| | |/ / | |/| |
| * | | Merge branch 'sb/in-core-index-doc' into maintJunio C Hamano2017-01-31
| |\ \ \
* | \ \ \ Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano2017-02-27
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | raceproof_create_file(): new functionMichael Haggerty2017-01-07
| * | | | safe_create_leading_directories(): set errno on SCLD_EXISTSMichael Haggerty2017-01-07
| | |_|/ | |/| |
* | | | Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano2017-02-03
|\ \ \ \
| * | | | refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-31