1912 Commits (3e8ed3b93e9b46eb6fe61589482751728865de57)

Author SHA1 Message Date
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
Brandon Williams 7241764076 real_path: create real_pathdup 8 years ago
Brandon Williams a1ae48410d real_path: convert real_path_internal to strbuf_realpath 8 years ago
Junio C Hamano 8de7eeb54b compression: unify pack.compression configuration parsing 8 years ago
Junio C Hamano b4d065df03 sha1_file: stop opening files with O_NOATIME 9 years ago
Junio C Hamano 1b8ac5ead5 git_open(): untangle possible NOATIME and CLOEXEC interactions 9 years ago
Jeff King ef2ed5013c find_unique_abbrev: use 4-buffer ring 9 years ago
Lars Schneider a5436b5794 sha1_file: rename git_open_noatime() to git_open() 9 years ago
Jeff King 5827a03545 fetch: use "quick" has_sha1_file for tag following 9 years ago
Jeff King e34c2e010f tmp-objdir: put quarantine information in the environment 9 years ago
Jeff King a5b34d2152 alternates: provide helper for adding to alternates list 9 years ago
Jeff King 38dbe5f078 alternates: store scratch buffer as strbuf 9 years ago
Jeff King 597f9134de alternates: use a separate scratch space 9 years ago
Jeff King 7f0fa2c02a alternates: provide helper for allocating alternate 9 years ago
Brandon Williams 74866d7579 git: make super-prefix option 9 years ago
Jeff King 8e3f52d778 find_unique_abbrev: move logic out of get_short_sha1() 9 years ago
Linus Torvalds e6c587c733 abbrev: auto size the default abbreviation 9 years ago
Junio C Hamano 65acfeacaa abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizing 9 years ago
Jeff King 5b33cb1fd7 get_short_sha1: make default disambiguation configurable 9 years ago
Jeff King 259942f549 get_sha1: detect buggy calls with multiple disambiguators 9 years ago
Nguyễn Thái Ngọc Duy 33158701e2 init: call set_git_dir_init() from within init_db() 9 years ago
René Scharfe 68e3d6292f introduce CHECKOUT_INIT 9 years ago
Thomas Gummerer 610d55af0f add: modify already added files when --chmod is given 9 years ago
Thomas Gummerer d9d7096662 read-cache: introduce chmod_index_entry 9 years ago
Jeff King 4543926ba8 init: reset cached config when entering new repo 9 years ago
Jeff King b9605bc4f2 config: only read .git/config from configured repos 9 years ago
Jeff King c0c08897c4 pager: make pager_program a file-local static 9 years ago
brian m. carlson 151b2911c1 sha1_name: convert get_sha1_mb to struct object_id 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
René Scharfe d23309733a introduce hex2chr() for converting two hexadecimal digits to a character 9 years ago
Jacob Keller 99b43a61f2 allow do_submodule_path to work even if submodule isn't checked out 9 years ago
Jacob Keller 8576fde6cb cache: add empty_tree_oid object and helper function 9 years ago
Stefan Beller 9eeea7d2bc clone: factor out checking for an alternate path 9 years ago
Jeff King ca79c98572 sha1_file: make packed_object_info public 9 years ago
Jeff King 27b5c1a065 provide an initializer for "struct object_info" 9 years ago
Jeff King ca5c701ca5 write_or_die: drop write_or_whine_pipe() 9 years ago
Jeff King 4d9c7e6f45 am: reset cached ident date for each patch 9 years ago