157 Commits (4d3ab44d26c47d100cec39d0ef9ed9746eb7e454)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 8640d49682 environment.c: fix constness for odb_pack_keep() 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Nguyễn Thái Ngọc Duy 069c053222 add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Christian Couder a4552ceb8a environment: normalize use of prefixcmp() by removing " != 0" 11 years ago
Stefan Beller 84471a1213 cache: remove unused function 'have_git_dir' 11 years ago
Nguyễn Thái Ngọc Duy 487a2b7322 Make setup_git_env() resolve .git file when $GIT_DIR is not specified 12 years ago
Jeff King 25fba78d36 cat-file: disable object/refname ambiguity check for batch mode 12 years ago
Nguyễn Thái Ngọc Duy b12ca9631f core: use env variable instead of config var to turn on logging pack access 12 years ago
Jeff King 2cd83d10bb setup: suppress implicit "." work-tree for bare repos 12 years ago
Jeff King a6f7f9a325 environment: add GIT_PREFIX to local_repo_env 12 years ago
Jeff King 2163e5dbb4 cache.h: drop LOCAL_REPO_ENV_SIZE 12 years ago
Robin Rosenberg c08e4d5b5c Enable minimal stat checking 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Jeff King 2d4b4fcebd move git_default_* variables to ident.c 13 years ago
Christopher Tiwald f25950f347 push: Provide situational hints for non-fast-forward errors 13 years ago
Junio C Hamano 568508e765 bulk-checkin: replace fast-import based implementation 13 years ago
Ramsay Jones 273c7032e9 environment.c: Fix an sparse "symbol not declared" warning 14 years ago
Junio C Hamano 898eacd8ad fmt-merge-msg: use branch.$name.description 14 years ago
Junio C Hamano 64589a03a8 attr: read core.attributesfile from git_default_core_config 14 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Junio C Hamano 13d6ec9133 read_gitfile_gently(): rename misnamed function to read_gitfile() 14 years ago
Junio C Hamano 5f44324d88 core: log offset pack data accesses happened 14 years ago
Josh Triplett a1bea2c1fc ref namespaces: infrastructure 14 years ago
Junio C Hamano e1111cef23 inline lookup_replace_object() calls 14 years ago
Junio C Hamano ec70f52f6f convert: rename the "eol" global variable to "core_eol" 14 years ago
Junio C Hamano 15366280c2 Teach core.bigfilethreashold to pack-objects 14 years ago
Carlos Martín Nieto e2a57aac8a Name make_*_path functions more accurately 14 years ago
Linus Torvalds dce9648916 Make the default abbrev length configurable 14 years ago
Junio C Hamano ea2c69ed47 Revert "core.abbrevguard: Ensure short object names stay unique a bit longer" 14 years ago
Nguyễn Thái Ngọc Duy 835183603b Remove all logic from get_git_work_tree() 14 years ago
Nguyễn Thái Ngọc Duy e6aea2dba2 setup: limit get_git_work_tree()'s to explicit setup case only 14 years ago
Kirill Smelkov 15431ca651 setup: make sure git_dir path is in a permanent buffer, getenv(3) case 14 years ago
Jonathan Nieder 463db9b104 wrapper: move odb_* to environment.c 14 years ago
Pat Notz a6fa59924d commit: helper methods to reduce redundant blocks of code 14 years ago
Junio C Hamano 72a5b561fc core.abbrevguard: Ensure short object names stay unique a bit longer 14 years ago
Jonathan Nieder 06f3549d71 setup: make sure git dir path is in a permanent buffer 15 years ago
Jonathan Nieder 7f7868eadc environment.c: remove unused variable 15 years ago
Anselm Kruis d3e7da8979 Add a new option 'core.askpass'. 15 years ago
Jonathan Nieder 655e8d9c92 do not pass "git -c foo=bar" params to transport helpers 15 years ago
Nguyễn Thái Ngọc Duy e37c1329fa git wrapper: introduce startup_info struct 15 years ago
Jonathan Nieder 7610fa57e6 merge-recursive --renormalize 15 years ago
Eyvind Bernhardsen f217f0e86d Avoid conflicts when merging branches with mixed normalization 15 years ago
Eyvind Bernhardsen 942e774767 Add "core.eol" config variable 15 years ago
Eyvind Bernhardsen fd6cce9e89 Add per-repository eol normalization 15 years ago
Giuseppe Bilotta 48a7c1c49d Refactor list of of repo-local env vars 15 years ago
Christian Couder 6476b38b1f replace: use a GIT_NO_REPLACE_OBJECTS env variable 15 years ago
Johannes Schindelin a97a74686d Introduce commit notes 16 years ago
Nguyễn Thái Ngọc Duy 08aefc9e47 unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout 16 years ago