aboutsummaryrefslogtreecommitdiffstats
path: root/environment.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31environment.c: fix constness for odb_pack_keep()Nguyễn Thái Ngọc Duy1-1/+1
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty1-2/+2
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano1-0/+6
2013-12-10add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy1-0/+6
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-12-05environment: normalize use of prefixcmp() by removing " != 0"Christian Couder1-1/+1
2013-10-28cache: remove unused function 'have_git_dir'Stefan Beller1-5/+0
2013-10-17Merge branch 'nd/git-dir-pointing-at-gitfile' into maintJunio C Hamano1-5/+4
2013-09-03Make setup_git_env() resolve .git file when $GIT_DIR is not specifiedNguyễn Thái Ngọc Duy1-5/+4
2013-07-24Merge branch 'jk/cat-file-batch-optim'Junio C Hamano1-0/+1
2013-07-12cat-file: disable object/refname ambiguity check for batch modeJeff King1-0/+1
2013-06-09core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy1-1/+0
2013-03-25Merge branch 'jk/alias-in-bare'Junio C Hamano1-4/+4
2013-03-08setup: suppress implicit "." work-tree for bare reposJeff King1-0/+1
2013-03-08environment: add GIT_PREFIX to local_repo_envJeff King1-0/+1
2013-03-08cache.h: drop LOCAL_REPO_ENV_SIZEJeff King1-4/+2
2013-02-04Merge branch 'jc/custom-comment-char'Junio C Hamano1-0/+6
2013-01-22Enable minimal stat checkingRobin Rosenberg1-0/+1
2013-01-16Allow custom "comment char"Junio C Hamano1-0/+6
2012-07-08git on Mac OS and precomposed unicodeTorsten Bögershausen1-0/+1
2012-05-22move git_default_* variables to ident.cJeff King1-3/+0
2012-03-19push: Provide situational hints for non-fast-forward errorsChristopher Tiwald1-1/+1
2011-12-16Merge branch 'jc/stream-to-pack'Junio C Hamano1-0/+1
2011-12-09Merge branch 'jc/request-pull-show-head-4'Junio C Hamano1-0/+2
2011-12-01bulk-checkin: replace fast-import based implementationJunio C Hamano1-0/+1
2011-10-17Merge branch 'bc/attr-ignore-case'Junio C Hamano1-0/+1
2011-10-09environment.c: Fix an sparse "symbol not declared" warningRamsay Jones1-0/+1
2011-10-07fmt-merge-msg: use branch.$name.descriptionJunio C Hamano1-0/+1
2011-10-06attr: read core.attributesfile from git_default_core_configJunio C Hamano1-0/+1
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty1-1/+1
2011-08-28Merge branch 'nd/maint-clone-gitdir'Junio C Hamano1-1/+1
2011-08-22read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano1-1/+1
2011-08-17Merge branch 'js/ref-namespaces'Junio C Hamano1-0/+41
2011-07-06core: log offset pack data accesses happenedJunio C Hamano1-0/+1
2011-07-06ref namespaces: infrastructureJosh Triplett1-0/+41
2011-05-19Merge branch 'jc/replacing'Junio C Hamano1-1/+1
2011-05-15inline lookup_replace_object() callsJunio C Hamano1-1/+1
2011-05-09convert: rename the "eol" global variable to "core_eol"Junio C Hamano1-1/+1
2011-04-27Merge branch 'jc/pack-objects-bigfile'Junio C Hamano1-0/+1
2011-04-05Teach core.bigfilethreashold to pack-objectsJunio C Hamano1-0/+1
2011-03-23Merge branch 'lt/default-abbrev'Junio C Hamano1-0/+1
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto1-2/+2
2011-03-11Make the default abbrev length configurableLinus Torvalds1-0/+1
2011-03-10Revert "core.abbrevguard: Ensure short object names stay unique a bit longer"Junio C Hamano1-1/+0
2010-12-28Merge branch 'nd/setup'Junio C Hamano1-18/+8
2010-12-22Remove all logic from get_git_work_tree()Nguyễn Thái Ngọc Duy1-24/+8
2010-12-22setup: limit get_git_work_tree()'s to explicit setup case onlyNguyễn Thái Ngọc Duy1-2/+8
2010-12-08Merge branch 'ks/maint-getenv-fix'Junio C Hamano1-0/+1
2010-12-03Merge branch 'jn/thinner-wrapper'Junio C Hamano1-0/+37
2010-12-03Merge branch 'pn/commit-autosquash'Junio C Hamano1-0/+11
2010-11-12setup: make sure git_dir path is in a permanent buffer, getenv(3) caseKirill Smelkov1-0/+1
2010-11-10wrapper: move odb_* to environment.cJonathan Nieder1-0/+37
2010-11-04commit: helper methods to reduce redundant blocks of codePat Notz1-0/+11
2010-10-28core.abbrevguard: Ensure short object names stay unique a bit longerJunio C Hamano1-0/+1
2010-10-03setup: make sure git dir path is in a permanent bufferJonathan Nieder1-1/+3
2010-10-03environment.c: remove unused variableJonathan Nieder1-3/+1
2010-09-08Merge branch 'kf/askpass-config'Junio C Hamano1-0/+1
2010-09-08Merge branch 'jk/maint-pass-c-config-in-env'Junio C Hamano1-0/+1
2010-08-31Add a new option 'core.askpass'.Anselm Kruis1-0/+1
2010-08-24do not pass "git -c foo=bar" params to transport helpersJonathan Nieder1-0/+1
2010-08-11git wrapper: introduce startup_info structNguyễn Thái Ngọc Duy1-0/+1
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano1-1/+2
2010-06-06Add "core.eol" config variableEyvind Bernhardsen1-0/+1
2010-05-19Add per-repository eol normalizationEyvind Bernhardsen1-1/+1
2010-02-24Refactor list of of repo-local env varsGiuseppe Bilotta1-0/+17
2010-01-13Merge branch 'nd/sparse'Junio C Hamano1-0/+1
2009-11-23Merge branch 'cc/replace'Junio C Hamano1-0/+2
2009-11-20replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder1-0/+2
2009-10-19Introduce commit notesJohannes Schindelin1-0/+1
2009-08-23unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy1-0/+1
2009-08-21Merge branch 'cc/replace'Junio C Hamano1-0/+1
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta1-0/+1
2009-07-25Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano1-0/+1
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin1-0/+1
2009-07-18push: do not give big warning when no preference is configuredJunio C Hamano1-1/+1
2009-05-31environment: add global variable to disable replacementChristian Couder1-0/+1
2009-04-29Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin1-3/+3
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin1-0/+4
2009-03-17New config push.default to decide default behavior for pushFinn Arne Gangstad1-0/+1
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano1-1/+0
2008-12-21Introduce commit notesJohannes Schindelin1-0/+1
2008-11-14Add cache preload facilityLinus Torvalds1-0/+3
2008-11-11Merge branch 'maint'Junio C Hamano1-1/+1
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe1-1/+1
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano1-1/+1
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen1-1/+1
2008-09-30add have_git_dir() functionDmitry Potapov1-0/+5
2008-07-28Make use of stat.ctime configurableAlex Riesen1-0/+1
2008-06-27shrink git-shell by avoiding redundant dependenciesDmitry Potapov1-1/+0
2008-06-25Merge branch 'lt/config-fsync'Junio C Hamano1-0/+1
2008-06-19environment.c: remove unused functionしらいしななこ1-7/+0
2008-06-18Add config option to enable 'fsync()' of object filesLinus Torvalds1-0/+1
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano1-4/+20
2008-05-14Merge branch 'sb/committer'Junio C Hamano1-0/+1
2008-05-11Merge branch 'lt/core-optim'Junio C Hamano1-0/+1
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings1-0/+1
2008-05-10Merge branch 'lt/case-insensitive'Junio C Hamano1-0/+1
2008-05-06commit: Show committer if automaticSanti Béjar1-0/+1
2008-05-04Add a function to set a non-default work treeDaniel Barkalow1-4/+20
2008-04-09Add platform-independent .git "symlink"Lars Hjemli1-0/+2
2008-04-09Add 'core.ignorecase' optionLinus Torvalds1-0/+1
2008-02-27Merge branch 'js/branch-track'Junio C Hamano1-0/+1
2008-02-19branch: optionally setup branch.*.merge from upstream local branchesJay Soffian1-0/+1
2008-02-16Merge branch 'sp/safecrlf'Junio C Hamano1-0/+1
2008-02-15Add "const" qualifier to "char *excludes_file".Christian Couder1-1/+1
2008-02-15Add "const" qualifier to "char *editor_program".Christian Couder1-1/+1
2008-02-15Add "const" qualifier to "char *pager_program".Christian Couder1-1/+1
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska1-0/+1
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King1-1/+0
2007-12-09Merge branch 'jc/spht'Junio C Hamano1-0/+1
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano1-1/+1
2007-11-14core.excludesfile clean-upJunio C Hamano1-0/+1
2007-11-02War on whitespace: first, a bit of retreat.Junio C Hamano1-0/+1
2007-08-10Merge branch 'cr/tag'Junio C Hamano1-0/+1
2007-08-01Clean up work-tree handlingJohannes Schindelin1-9/+26
2007-08-01Add set_git_dir() functionJohannes Schindelin1-0/+8
2007-07-21launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin1-0/+1
2007-07-04Add core.pager config variable.Brian Gernhardt1-0/+1
2007-06-24Add core.quotepath configuration variable.Junio C Hamano1-0/+1
2007-06-07War on whitespaceJunio C Hamano1-2/+0
2007-05-20Merge branch 'dh/pack'Junio C Hamano1-1/+3
2007-05-10Custom compression levels for objects and packsDana How1-1/+3
2007-05-10deprecate the new loose object header formatNicolas Pitre1-1/+0
2007-03-18Limit the size of the new delta_base_cacheShawn O. Pearce1-0/+1
2007-03-12Correct new compiler warnings in builtin-revertShawn O. Pearce1-1/+1
2007-03-07General const correctness fixesShawn O. Pearce1-1/+1
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt1-0/+1
2007-02-14Make AutoCRLF ternary variable.Linus Torvalds1-1/+1
2007-02-14Lazy man's auto-CRLFLinus Torvalds1-0/+1
2007-01-07Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano1-2/+7
2007-01-07Move initialization of log_all_ref_updatesJunio C Hamano1-3/+2
2006-12-29Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce1-2/+2
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce1-0/+1
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce1-0/+1
2006-12-27UTF-8: introduce i18n.logoutputencoding.Junio C Hamano1-1/+2
2006-12-15Enable reflogs by default in any repository with a working directory.Shawn O. Pearce1-0/+10
2006-10-30Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce1-1/+0
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin1-0/+1
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-23git_dir holds pointers to local strings, hence MUST be const.Pierre Habouzit1-3/+4
2006-08-15remove unnecessary initializationsDavid Rientjes1-5/+5
2006-07-31pager: config variable pager.colorMatthias Lederhofer1-0/+1
2006-07-13sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds1-0/+1
2006-07-10Fix linking for not-so-clever linkers.Johannes Schindelin1-0/+1
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga1-0/+1
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano1-1/+1
2006-05-17Log ref updates to logs/refs/<ref>Shawn Pearce1-0/+1
2006-05-02core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano1-1/+1
2006-03-23sha1_name: make core.warnambiguousrefs the default.Junio C Hamano1-1/+1
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano1-0/+1
2006-02-27apply --whitespace: configuration option.Junio C Hamano1-0/+1
2006-02-08"Assume unchanged" gitJunio C Hamano1-0/+1
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin1-0/+1
2005-11-27Introduce i18n.commitencoding.Junio C Hamano1-0/+1
2005-11-27Repository format version check.Junio C Hamano1-0/+1
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin1-0/+1
2005-10-11Use git config file for committer name and email infoLinus Torvalds1-0/+75