summaryrefslogtreecommitdiffstats
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-195/+9
|\
| * setup: teach discover_git_directory to respect the commondirBrandon Williams2017-06-151-6/+9
| * config: don't include config.h by defaultBrandon Williams2017-06-151-1/+0
| * config: create config.hBrandon Williams2017-06-151-189/+1
* | Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano2017-06-241-1/+2
|\ \
| * | ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams2017-06-131-1/+2
* | | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-0/+7
|\ \ \ | |/ / |/| |
| * | grep: convert to struct object_idBrandon Williams2017-06-021-0/+7
* | | Merge branch 'jk/diff-blob'Junio C Hamano2017-06-021-2/+8
|\ \ \ | |/ / |/| |
| * | get_sha1_with_context: dynamically allocate oc->pathJeff King2017-05-241-1/+7
| * | sha1_name: consistently refer to object_context as "oc"Jeff King2017-05-241-1/+1
| |/
* | Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano2017-05-301-0/+1
|\ \
| * | unpack-trees: preserve index extensionsDavid Turner2017-05-201-0/+1
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-2/+2
|\ \
| * | merge: convert checkout_fast_forward to struct object_idbrian m. carlson2017-05-081-2/+2
| |/
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-7/+7
|\ \ | |/ |/|
| * timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-7/+7
* | Merge branch 'jh/add-index-entry-optim'Junio C Hamano2017-04-261-0/+1
|\ \
| * | read-cache: add strcmp_offset functionJeff Hostetler2017-04-151-0/+1
* | | Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano2017-04-261-1/+7
|\ \ \
| * | | config: handle conditional include when $GIT_DIR is not set upNguyễn Thái Ngọc Duy2017-04-171-0/+1
| * | | config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy2017-04-171-1/+6
* | | | Merge branch 'jh/verify-index-checksum-only-in-fsck'Junio C Hamano2017-04-231-0/+2
|\ \ \ \
| * | | | read-cache: force_verify_index_checksumJeff Hostetler2017-04-151-0/+2
* | | | | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-04-231-1/+1
|\ \ \ \ \
| * | | | | path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-141-1/+1
* | | | | | Merge branch 'dt/http-postbuffer-can-be-large'Junio C Hamano2017-04-231-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | http.postbuffer: allow full range of ssize_t valuesDavid Turner2017-04-131-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-3/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-311-1/+1
| * | | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-261-1/+1
| * | | | Define new hash-size constants for allocating memorybrian m. carlson2017-03-261-1/+5
* | | | | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-161-2/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | odb_mkstemp: write filename into strbufJeff King2017-03-281-1/+1
| * | | | do not check odb_mkstemp return value for errorsJeff King2017-03-281-1/+4
| | |_|/ | |/| |
* | | | Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-301-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | setup: allow for prefix to be passed to git commandsBrandon Williams2017-03-171-0/+1
| | |/ | |/|
* | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-03-281-0/+1
|\ \ \
| * | | name-hash: add test-lazy-init-name-hashJeff Hostetler2017-03-241-0/+1
* | | | Merge branch 'jk/prefix-filename'Junio C Hamano2017-03-271-1/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | prefix_filename: return newly allocated stringJeff King2017-03-211-3/+3
| * | | prefix_filename: drop length parameterJeff King2017-03-211-1/+1
| * | | prefix_filename: move docstring to header fileJeff King2017-03-211-0/+12
* | | | Merge branch 'dl/credential-cache-socket-in-xdg-cache'Junio C Hamano2017-03-241-0/+7
|\ \ \ \
| * | | | path.c: add xdg_cache_homeDevin Lehmacher2017-03-131-0/+7
* | | | | Merge branch 'jk/pack-name-cleanups'Junio C Hamano2017-03-211-0/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | odb_pack_keep(): stop generating keepfile nameJeff King2017-03-161-4/+4
| * | | | sha1_file.c: make pack-name helper globally accessibleJeff King2017-03-161-0/+9
| * | | | move odb_* declarations out of git-compat-util.hJeff King2017-03-161-0/+12
| | |_|/ | |/| |
* | | | Merge branch 'js/early-config'Junio C Hamano2017-03-171-0/+8
|\ \ \ \