summaryrefslogtreecommitdiffstats
path: root/environment.c
AgeCommit message (Expand)AuthorLines
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano-1/+2
2010-06-06Add "core.eol" config variableEyvind Bernhardsen-0/+1
2010-05-19Add per-repository eol normalizationEyvind Bernhardsen-1/+1
2010-02-24Refactor list of of repo-local env varsGiuseppe Bilotta-0/+17
2010-01-13Merge branch 'nd/sparse'Junio C Hamano-0/+1
2009-11-23Merge branch 'cc/replace'Junio C Hamano-0/+2
2009-11-20replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder-0/+2
2009-10-19Introduce commit notesJohannes Schindelin-0/+1
2009-08-23unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy-0/+1
2009-08-21Merge branch 'cc/replace'Junio C Hamano-0/+1
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta-0/+1
2009-07-25Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano-0/+1
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin-0/+1
2009-07-18push: do not give big warning when no preference is configuredJunio C Hamano-1/+1
2009-05-31environment: add global variable to disable replacementChristian Couder-0/+1
2009-04-29Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin-3/+3
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin-0/+4
2009-03-17New config push.default to decide default behavior for pushFinn Arne Gangstad-0/+1
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano-1/+0
2008-12-21Introduce commit notesJohannes Schindelin-0/+1
2008-11-14Add cache preload facilityLinus Torvalds-0/+3
2008-11-11Merge branch 'maint'Junio C Hamano-1/+1
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe-1/+1
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano-1/+1
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen-1/+1
2008-09-30add have_git_dir() functionDmitry Potapov-0/+5
2008-07-28Make use of stat.ctime configurableAlex Riesen-0/+1
2008-06-27shrink git-shell by avoiding redundant dependenciesDmitry Potapov-1/+0
2008-06-25Merge branch 'lt/config-fsync'Junio C Hamano-0/+1
2008-06-19environment.c: remove unused functionしらいしななこ-7/+0
2008-06-18Add config option to enable 'fsync()' of object filesLinus Torvalds-0/+1
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano-4/+20
2008-05-14Merge branch 'sb/committer'Junio C Hamano-0/+1
2008-05-11Merge branch 'lt/core-optim'Junio C Hamano-0/+1
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings-0/+1
2008-05-10Merge branch 'lt/case-insensitive'Junio C Hamano-0/+1
2008-05-06commit: Show committer if automaticSanti Béjar-0/+1
2008-05-04Add a function to set a non-default work treeDaniel Barkalow-4/+20
2008-04-09Add platform-independent .git "symlink"Lars Hjemli-0/+2
2008-04-09Add 'core.ignorecase' optionLinus Torvalds-0/+1
2008-02-27Merge branch 'js/branch-track'Junio C Hamano-0/+1
2008-02-19branch: optionally setup branch.*.merge from upstream local branchesJay Soffian-0/+1
2008-02-16Merge branch 'sp/safecrlf'Junio C Hamano-0/+1
2008-02-15Add "const" qualifier to "char *excludes_file".Christian Couder-1/+1
2008-02-15Add "const" qualifier to "char *editor_program".Christian Couder-1/+1
2008-02-15Add "const" qualifier to "char *pager_program".Christian Couder-1/+1
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska-0/+1
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King-1/+0
2007-12-09Merge branch 'jc/spht'Junio C Hamano-0/+1
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano-1/+1