summaryrefslogtreecommitdiff
path: root/environment.c
AgeCommit message (Expand)Author
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
2007-11-14core.excludesfile clean-upJunio C Hamano
2007-11-03War on whitespace: first, a bit of retreat.Junio C Hamano
2007-08-11Merge branch 'cr/tag'Junio C Hamano
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-08-01Add set_git_dir() functionJohannes Schindelin
2007-07-21launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin
2007-07-04Add core.pager config variable.Brian Gernhardt
2007-06-24Add core.quotepath configuration variable.Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano