1582 Commits (099a912a279415dd27716ee5de07ff347bfc49da)

Author SHA1 Message Date
brian m. carlson f06e90dac1 merge: convert checkout_fast_forward to struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Nguyễn Thái Ngọc Duy 2185fde563 config: handle conditional include when $GIT_DIR is not set up 8 years ago
Nguyễn Thái Ngọc Duy c48f4b379e config: prepare to pass more info in git_config_with_options() 8 years ago
Jeff Hostetler a6db3fbb6e read-cache: add strcmp_offset function 8 years ago
Jeff Hostetler a33fc72fe9 read-cache: force_verify_index_checksum 8 years ago
Nguyễn Thái Ngọc Duy 4aad2f1627 path.c: and an option to call real_path() in expand_user_path() 8 years ago
David Turner 37ee680d9b http.postbuffer: allow full range of ssize_t values 8 years ago
brian m. carlson 1b7ba794d2 Convert sha1_array_for_each_unique and for_each_abbrev to object_id 8 years ago
Jeff King 594fa9998c odb_mkstemp: write filename into strbuf 8 years ago
Jeff King 892e723afd do not check odb_mkstemp return value for errors 8 years ago
brian m. carlson cd02599c48 Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ 8 years ago
brian m. carlson 5028bf628c Define new hash-size constants for allocating memory 8 years ago
Jeff Hostetler ea19489532 name-hash: add test-lazy-init-name-hash 8 years ago
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
Jeff King 598019769c prefix_filename: move docstring to header file 8 years ago
Brandon Williams b58a68c1c1 setup: allow for prefix to be passed to git commands 8 years ago
Jeff King eaeefc3276 odb_pack_keep(): stop generating keepfile name 8 years ago
Jeff King 1cec8c634f sha1_file.c: make pack-name helper globally accessible 8 years ago
Jeff King 82c9d6614b move odb_* declarations out of git-compat-util.h 8 years ago
brian m. carlson f18f816cb1 hash.h: move SHA-1 implementation selection into a header file 8 years ago
Johannes Schindelin 0654aa57f3 setup: make read_early_config() reusable 8 years ago
Johannes Schindelin 16ac8b8db6 setup: introduce the discover_git_directory() function 8 years ago
Devin Lehmacher e7f136bf93 path.c: add xdg_cache_home 8 years ago
Johannes Schindelin ce83eadd9a real_pathdup(): fix callsites that wanted it to die on error 8 years ago
Jeff King 0e9f62dab9 interpret_branch_name: allow callers to restrict expansions 8 years ago
Jeff King e322b60d65 interpret_branch_name: move docstring to header file 8 years ago
Christian Couder 77d67977ca config: add git_config_get_expiry() from gc.c 8 years ago
Christian Couder 6a5e6f5e44 sha1_file: make check_and_freshen_file() non static 8 years ago
Christian Couder 72dcb7b360 config: add git_config_get_max_percent_split_change() 8 years ago
Christian Couder 1f44b09b58 config: add git_config_get_split_index() 8 years ago
Ramsay Jones 34de5e4bb0 wrapper.c: remove unused git_mkstemp() function 8 years ago
Jeff King 48f8d9f732 parse_config_key: allow matching single-level config 8 years ago
brian m. carlson 76c1d9a096 Convert object iteration callbacks to struct object_id 8 years ago
brian m. carlson 068f85e313 sha1_file: introduce an nth_packed_object_oid function 8 years ago
brian m. carlson 605f430efb hex: introduce parse_oid_hex 8 years ago
Cornelius Weig 341fb28621 refs: add option core.logAllRefUpdates = always 8 years ago
René Scharfe b1edb40f25 abspath: add absolute_pathdup() 8 years ago
Stefan Beller 5f29433f1c cache.h: expose the dying procedure for reading gitlinks 8 years ago
Stefan Beller 40d9632514 setup: add gentle version of resolve_git_dir 8 years ago
Stefan Beller 20cf41d021 cache.h: document add_[file_]to_index 8 years ago
Stefan Beller 3bd72adff1 cache.h: document remove_index_entry_at 8 years ago
Stefan Beller 12733e9dd3 cache.h: document index_name_pos 8 years ago
Jeff King f6371f9210 sha1_file: add read_loose_object() function 8 years ago
Brandon Williams 875425080d index: improve constness for reading blob data 8 years ago
Brandon Williams 34305f7753 pathspec: remove the deprecated get_pathspec function 8 years ago
Michael Haggerty 177978f56a raceproof_create_file(): new function 8 years ago
Michael Haggerty 204a047f23 safe_create_leading_directories(): set errno on SCLD_EXISTS 8 years ago
Brandon Williams 9ebf689aad submodules: load gitmodules file from commit sha1 8 years ago