137 Commits (1794e6e0972bec862a29b637e4c4262fa76e97a8)

Author SHA1 Message Date
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 13 years ago
Junio C Hamano 898eacd8ad fmt-merge-msg: use branch.$name.description 13 years ago
Junio C Hamano 64589a03a8 attr: read core.attributesfile from git_default_core_config 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 13 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 14 years ago
Jonathan Nieder 7f7868eadc environment.c: remove unused variable 14 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 15 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
Giuseppe Bilotta 86c91f9179 git apply: option to ignore whitespace differences 16 years ago
Johannes Schindelin 7f3140cd23 git repack: keep commits hidden by a graft 16 years ago
Junio C Hamano bba0fd22ad push: do not give big warning when no preference is configured 16 years ago
Christian Couder dae556bdb1 environment: add global variable to disable replacement 16 years ago
Johannes Schindelin 348df16679 Rename core.unreliableHardlinks to core.createObject 16 years ago
Johannes Schindelin be66a6c43d Add an option not to use link(src, dest) && unlink(src) when that is unreliable 16 years ago
Finn Arne Gangstad 521537476f New config push.default to decide default behavior for push 16 years ago
Junio C Hamano 954cfb5cfd Revert "Merge branch 'js/notes'" 16 years ago
Johannes Schindelin 879ef2485d Introduce commit notes 16 years ago
Linus Torvalds 671c9b7e31 Add cache preload facility 16 years ago
Daniel Lowe 9db56f71b9 Fix non-literal format in printf-style calls 16 years ago
Alex Riesen a4f34cbb4c Use git_pathdup instead of xstrdup(git_path(...)) 16 years ago
Dmitry Potapov d2b0708e1a add have_git_dir() function 16 years ago
Alex Riesen 1ce4790bf5 Make use of stat.ctime configurable 17 years ago
Dmitry Potapov 5b8e6f85f9 shrink git-shell by avoiding redundant dependencies 17 years ago