summaryrefslogtreecommitdiff
path: root/environment.c
AgeCommit message (Expand)AuthorFilesLines
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