summaryrefslogtreecommitdiff
path: root/environment.c
AgeCommit message (Expand)Author
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
2006-02-09"Assume unchanged" gitJunio C Hamano
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin
2005-11-28Introduce i18n.commitencoding.Junio C Hamano
2005-11-27Repository format version check.Junio C Hamano
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin
2005-10-12Use git config file for committer name and email infoLinus Torvalds