summaryrefslogtreecommitdiff
path: root/environment.c
Commit message (Expand)AuthorAgeFilesLines
* environment.c: fix constness for odb_pack_keep()nd/gc-aggressiveNguyễn Thái Ngọc Duy2014-03-311-1/+1
* rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-2/+2
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-0/+6
|\
| * add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-101-0/+6
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
* | environment: normalize use of prefixcmp() by removing " != 0"Christian Couder2013-12-051-1/+1
|/
* cache: remove unused function 'have_git_dir'sb/refs-code-cleanupStefan Beller2013-10-281-5/+0
* Merge branch 'nd/git-dir-pointing-at-gitfile' into maintJunio C Hamano2013-10-171-5/+4
|\
| * Make setup_git_env() resolve .git file when $GIT_DIR is not specifiednd/git-dir-pointing-at-gitfileNguyễn Thái Ngọc Duy2013-09-031-5/+4
* | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-07-241-0/+1
|\ \
| * | cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-121-0/+1
| |/
* | core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy2013-06-091-1/+0
|/
* Merge branch 'jk/alias-in-bare'Junio C Hamano2013-03-251-4/+4
|\
| * setup: suppress implicit "." work-tree for bare reposJeff King2013-03-081-0/+1
| * environment: add GIT_PREFIX to local_repo_envJeff King2013-03-081-0/+1
| * cache.h: drop LOCAL_REPO_ENV_SIZEJeff King2013-03-081-4/+2
* | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-041-0/+6
|\ \
| * | Allow custom "comment char"Junio C Hamano2013-01-161-0/+6
| |/
* | Enable minimal stat checkingRobin Rosenberg2013-01-221-0/+1
|/
* git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-081-0/+1
* move git_default_* variables to ident.cJeff King2012-05-221-3/+0
* push: Provide situational hints for non-fast-forward errorsChristopher Tiwald2012-03-191-1/+1
* Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-161-0/+1
|\
| * bulk-checkin: replace fast-import based implementationjc/stream-to-packJunio C Hamano2011-12-011-0/+1
* | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-091-0/+2
|\ \ | |/ |/|
| * environment.c: Fix an sparse "symbol not declared" warningRamsay Jones2011-10-091-0/+1
| * fmt-merge-msg: use branch.$name.descriptionJunio C Hamano2011-10-071-0/+1
* | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-171-0/+1
|\ \
| * | attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-061-0/+1
| |/
* | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-1/+1
|/
* Merge branch 'nd/maint-clone-gitdir'Junio C Hamano2011-08-281-1/+1
|\
| * read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-221-1/+1
* | Merge branch 'js/ref-namespaces'Junio C Hamano2011-08-171-0/+41
|\ \
| * | ref namespaces: infrastructureJosh Triplett2011-07-061-0/+41
| |/
* | core: log offset pack data accesses happenedJunio C Hamano2011-07-061-0/+1
|/
* Merge branch 'jc/replacing'Junio C Hamano2011-05-191-1/+1
|\
| * inline lookup_replace_object() callsJunio C Hamano2011-05-151-1/+1
* | convert: rename the "eol" global variable to "core_eol"Junio C Hamano2011-05-091-1/+1
|/
* Merge branch 'jc/pack-objects-bigfile'Junio C Hamano2011-04-271-0/+1
|\
| * Teach core.bigfilethreashold to pack-objectsJunio C Hamano2011-04-051-0/+1
* | Merge branch 'lt/default-abbrev'Junio C Hamano2011-03-231-0/+1
|\ \
| * | Make the default abbrev length configurableLinus Torvalds2011-03-111-0/+1
| |/
* | Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-171-2/+2
* | Revert "core.abbrevguard: Ensure short object names stay unique a bit longer"Junio C Hamano2011-03-101-1/+0
|/
* Merge branch 'nd/setup'Junio C Hamano2010-12-281-18/+8
|\
| * Remove all logic from get_git_work_tree()Nguyễn Thái Ngọc Duy2010-12-221-24/+8
| * setup: limit get_git_work_tree()'s to explicit setup case onlyNguyễn Thái Ngọc Duy2010-12-221-2/+8
* | Merge branch 'ks/maint-getenv-fix'Junio C Hamano2010-12-081-0/+1
|\ \
| * | setup: make sure git_dir path is in a permanent buffer, getenv(3) caseKirill Smelkov2010-11-121-0/+1
| |/
* | Merge branch 'jn/thinner-wrapper'Junio C Hamano2010-12-031-0/+37
|\ \