summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2017-07-05Merge branch 'jt/unify-object-info'Junio C Hamano
2017-07-05Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano
2017-06-26sha1_file: refactor has_sha1_file_with_flagsJonathan Tan
2017-06-26sha1_file: teach sha1_object_info_extended more flagsJonathan Tan
2017-06-24sha1_file: guard against invalid loose subdirectory numbersRené Scharfe
2017-06-24path: create path.hBrandon Williams
2017-06-24environment: place key repository state in the_repositoryBrandon Williams
2017-06-24setup: don't perform lazy initialization of repository stateBrandon Williams
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-22sha1_name: cache readdir(3) results in find_short_object_filename()René Scharfe
2017-06-22sha1_file: refactor read_objectJonathan Tan
2017-06-22sha1_file: rename LOOKUP_REPLACE_OBJECTJonathan Tan
2017-06-22sha1_file: rename LOOKUP_UNKNOWN_OBJECTJonathan Tan
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-15setup: teach discover_git_directory to respect the commondirBrandon Williams
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15config: create config.hBrandon Williams
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams
2017-06-02Merge branch 'jk/diff-blob'Junio C Hamano
2017-06-02grep: convert to struct object_idBrandon Williams
2017-05-30Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-24get_sha1_with_context: dynamically allocate oc->pathJeff King
2017-05-24sha1_name: consistently refer to object_context as "oc"Jeff King
2017-05-20unpack-trees: preserve index extensionsDavid Turner
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-08merge: convert checkout_fast_forward to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-26Merge branch 'jh/add-index-entry-optim'Junio C Hamano
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano
2017-04-24Merge branch 'jh/verify-index-checksum-only-in-fsck'Junio C Hamano
2017-04-24Merge branch 'nd/conditional-config-include'Junio C Hamano
2017-04-24Merge branch 'dt/http-postbuffer-can-be-large'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-18config: handle conditional include when $GIT_DIR is not set upNguyễn Thái Ngọc Duy
2017-04-18config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy
2017-04-17Merge branch 'jk/snprintf-cleanups'Junio C Hamano
2017-04-15read-cache: add strcmp_offset functionJeff Hostetler
2017-04-15read-cache: force_verify_index_checksumJeff Hostetler
2017-04-15path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy
2017-04-14http.postbuffer: allow full range of ssize_t valuesDavid Turner
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson
2017-03-30Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano
2017-03-28odb_mkstemp: write filename into strbufJeff King
2017-03-28do not check odb_mkstemp return value for errorsJeff King
2017-03-28Merge branch 'jh/memihash-opt'Junio C Hamano
2017-03-27Merge branch 'jk/prefix-filename'Junio C Hamano
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson
2017-03-27Define new hash-size constants for allocating memorybrian m. carlson
2017-03-24Merge branch 'dl/credential-cache-socket-in-xdg-cache'Junio C Hamano