aboutsummaryrefslogtreecommitdiffstats
path: root/environment.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-01Clean up work-tree handlingJohannes Schindelin1-9/+26
2007-08-01Add set_git_dir() functionJohannes Schindelin1-0/+8
2007-07-21launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin1-0/+1
2007-07-04Add core.pager config variable.Brian Gernhardt1-0/+1
2007-06-24Add core.quotepath configuration variable.Junio C Hamano1-0/+1
2007-06-07War on whitespaceJunio C Hamano1-2/+0
2007-05-20Merge branch 'dh/pack'Junio C Hamano1-1/+3
2007-05-10Custom compression levels for objects and packsDana How1-1/+3
2007-05-10deprecate the new loose object header formatNicolas Pitre1-1/+0
2007-03-18Limit the size of the new delta_base_cacheShawn O. Pearce1-0/+1
2007-03-12Correct new compiler warnings in builtin-revertShawn O. Pearce1-1/+1
2007-03-07General const correctness fixesShawn O. Pearce1-1/+1
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt1-0/+1
2007-02-14Make AutoCRLF ternary variable.Linus Torvalds1-1/+1
2007-02-14Lazy man's auto-CRLFLinus Torvalds1-0/+1
2007-01-07Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano1-2/+7
2007-01-07Move initialization of log_all_ref_updatesJunio C Hamano1-3/+2
2006-12-29Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce1-2/+2
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce1-0/+1
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce1-0/+1
2006-12-27UTF-8: introduce i18n.logoutputencoding.Junio C Hamano1-1/+2
2006-12-15Enable reflogs by default in any repository with a working directory.Shawn O. Pearce1-0/+10
2006-10-30Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce1-1/+0
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin1-0/+1
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-23git_dir holds pointers to local strings, hence MUST be const.Pierre Habouzit1-3/+4
2006-08-15remove unnecessary initializationsDavid Rientjes1-5/+5
2006-07-31pager: config variable pager.colorMatthias Lederhofer1-0/+1
2006-07-13sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds1-0/+1
2006-07-10Fix linking for not-so-clever linkers.Johannes Schindelin1-0/+1
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga1-0/+1
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano1-1/+1
2006-05-17Log ref updates to logs/refs/<ref>Shawn Pearce1-0/+1
2006-05-02core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano1-1/+1
2006-03-23sha1_name: make core.warnambiguousrefs the default.Junio C Hamano1-1/+1
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano1-0/+1
2006-02-27apply --whitespace: configuration option.Junio C Hamano1-0/+1
2006-02-08"Assume unchanged" gitJunio C Hamano1-0/+1
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin1-0/+1
2005-11-27Introduce i18n.commitencoding.Junio C Hamano1-0/+1
2005-11-27Repository format version check.Junio C Hamano1-0/+1
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin1-0/+1
2005-10-11Use git config file for committer name and email infoLinus Torvalds1-0/+75