1458 Commits (5b33cb1fd733f581da07ae8afa7e9547eafd248e)

Author SHA1 Message Date
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
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 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
Jeff King a73cdd21c4 find_pack_entry: replace last_found_pack with MRU cache 9 years ago
Jeff King 3157c880f6 sha1_file: drop free_pack_by_name 9 years ago
Vasco Almeida 1b8132d99d i18n: config: unfold error messages marked for translation 9 years ago
Jeff King 642833db78 date: add "unix" format 9 years ago
Nguyễn Thái Ngọc Duy 166df26f28 sha1_file.c: use type off_t* for object_info->disk_sizep 9 years ago
Junio C Hamano 1335d76e45 merge: avoid "safer crlf" during recording of merge results 9 years ago
Jeff King e04d08a4b3 write_file: add format attribute 9 years ago
Jeff King 52563d7ecc write_file: add pointer+len variant 9 years ago
Jeff King ef22318cff write_file: drop "gently" form 9 years ago
brian m. carlson 55c529a700 hex: add oid_to_hex_r() 9 years ago
Ramsay Jones b333d0d6f4 write_or_die: remove the unused write_or_whine() function 9 years ago
Edward Thomson 4e55ed32db add: add --chmod=+x / --chmod=-x options 9 years ago
Jeff King 9acc591111 config: add a notion of "scope" 9 years ago
Jeff King 0d44a2dacc config: return configset value for current_config_ functions 9 years ago
Johannes Schindelin f30afdabbf mingw: introduce the 'core.hideDotFiles' setting 9 years ago
Michael Haggerty e95792e532 safe_create_leading_directories(): improve docstring 9 years ago
Ævar Arnfjörð Bjarmason 867ad08a26 hooks: allow customizing where the hook directory is 9 years ago
Nguyễn Thái Ngọc Duy 15cdfea734 path.c: add git_common_path() and strbuf_git_common_path() 9 years ago
Nguyễn Thái Ngọc Duy 659488326c wrapper.c: delete dead function git_mkstemps() 9 years ago
brian m. carlson 82db3d44e7 match-trees: convert shift_tree() and shift_tree_by() to use object_id 9 years ago
brian m. carlson 2764fd93ad sha1-name: introduce a get_oid() function 9 years ago
Jeff King c90e5293d1 setup: drop repository_format_version global 9 years ago
Jeff King 652f18ee87 setup: unify repository version callbacks 9 years ago
Jeff King 2cc7c2c737 setup: refactor repo format reading and verification 9 years ago
Jeff King 801818680a config: drop git_config_early 9 years ago
Jeff King 7875acb6ec wrap shared_repository global in get/set accessors 9 years ago
Jeff King 4b0d1eebe9 setup: document check_repository_format() 9 years ago
Jeff King 46c3cd44d7 setup: make startup_info available everywhere 9 years ago
Jeff King 47fe3f6ef0 nth_packed_object_offset: bounds-check extended offset 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago
Lars Schneider 473166b990 config: add 'origin_type' to config_source struct 9 years ago
Lars Schneider 7454ee3c62 rename git_config_from_buf to git_config_from_mem 9 years ago
Junio C Hamano 3e3a4a41b0 pager: factor out a helper to prepare a child process to run the pager 9 years ago
Patrick Steinhardt b4c8aba659 config: introduce set_or_die wrappers 9 years ago
Christian Couder dae6c322fa test-dump-untracked-cache: don't modify the untracked cache 9 years ago
Christian Couder 435ec090ec config: add core.untrackedCache 9 years ago