summaryrefslogtreecommitdiff
path: root/environment.c
AgeCommit message (Expand)Author
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
2007-05-20Merge branch 'dh/pack'Junio C Hamano
2007-05-10Custom compression levels for objects and packsDana How
2007-05-10deprecate the new loose object header formatNicolas Pitre
2007-03-19Limit the size of the new delta_base_cacheShawn O. Pearce
2007-03-13Correct new compiler warnings in builtin-revertShawn O. Pearce
2007-03-07General const correctness fixesShawn O. Pearce
2007-03-03Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt
2007-02-14Make AutoCRLF ternary variable.Linus Torvalds
2007-02-14Lazy man's auto-CRLFLinus Torvalds
2007-01-08Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano
2007-01-08Move initialization of log_all_ref_updatesJunio C Hamano
2006-12-29Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce
2006-12-28UTF-8: introduce i18n.logoutputencoding.Junio C Hamano
2006-12-16Enable reflogs by default in any repository with a working directory.Shawn O. Pearce
2006-10-31Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-24git_dir holds pointers to local strings, hence MUST be const.Pierre Habouzit
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-07-31pager: config variable pager.colorMatthias Lederhofer
2006-07-14sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds
2006-07-10Fix linking for not-so-clever linkers.Johannes Schindelin
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano
2006-05-18Log ref updates to logs/refs/<ref>Shawn Pearce
2006-05-03core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano
2006-03-24sha1_name: make core.warnambiguousrefs the default.Junio C Hamano
2006-03-21core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano
2006-02-27apply --whitespace: configuration option.Junio C Hamano