174 Commits (ee7589bb22c0edf2b5107a6800d0afa58807b9dc)

Author SHA1 Message Date
Jeff King 49672f26d9 refs: introduce a "ref paranoia" flag 10 years ago
Johannes Schindelin 2b4c6efc82 read-cache: optionally disallow NTFS .git variants 10 years ago
Jeff King a42643aa8d read-cache: optionally disallow HFS+ .git variants 10 years ago
Nguyễn Thái Ngọc Duy 31e26ebcb5 setup.c: support multi-checkout repo setup 10 years ago
Nguyễn Thái Ngọc Duy c7b3a3d2fe $GIT_COMMON_DIR: a new environment variable 10 years ago
Nguyễn Thái Ngọc Duy 557bd833bb git_path(): be aware of file relocation in $GIT_DIR 10 years ago
Jeff King cb6c38d5cc setup_git_env(): introduce git_path_from_env() helper 11 years ago
Jeff King a0279e1865 setup_git_env: use git_pathdup instead of xmalloc + sprintf 11 years ago
Steve Hoelzer 299e29870b environment.c: enable core.preloadindex by default 11 years ago
Nguyễn Thái Ngọc Duy 84c9dc2c5a commit: allow core.commentChar=auto for character auto selection 11 years ago
David Kastrup 4874f544f1 Bump core.deltaBaseCacheLimit to 96m 11 years ago
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