summaryrefslogtreecommitdiffstats
path: root/environment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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