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