summaryrefslogtreecommitdiff
path: root/environment.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-04Add core.pager config variable.Libravatar Brian Gernhardt1-0/+1
2007-06-24Add core.quotepath configuration variable.Libravatar Junio C Hamano1-0/+1
2007-06-07War on whitespaceLibravatar Junio C Hamano1-2/+0
2007-05-20Merge branch 'dh/pack'Libravatar Junio C Hamano1-1/+3
2007-05-10Custom compression levels for objects and packsLibravatar Dana How1-1/+3
2007-05-10deprecate the new loose object header formatLibravatar Nicolas Pitre1-1/+0
2007-03-18Limit the size of the new delta_base_cacheLibravatar Shawn O. Pearce1-0/+1
2007-03-12Correct new compiler warnings in builtin-revertLibravatar Shawn O. Pearce1-1/+1
2007-03-07General const correctness fixesLibravatar Shawn O. Pearce1-1/+1
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Libravatar Johannes Sixt1-0/+1
2007-02-14Make AutoCRLF ternary variable.Libravatar Linus Torvalds1-1/+1
2007-02-14Lazy man's auto-CRLFLibravatar Linus Torvalds1-0/+1
2007-01-07Introduce is_bare_repository() and core.bare configuration variableLibravatar Junio C Hamano1-2/+7
2007-01-07Move initialization of log_all_ref_updatesLibravatar Junio C Hamano1-3/+2
2006-12-29Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Libravatar Shawn O. Pearce1-2/+2
2006-12-29Fully activate the sliding window pack access.Libravatar Shawn O. Pearce1-0/+1
2006-12-29Introduce new config option for mmap limit.Libravatar Shawn O. Pearce1-0/+1
2006-12-27UTF-8: introduce i18n.logoutputencoding.Libravatar Junio C Hamano1-1/+2
2006-12-15Enable reflogs by default in any repository with a working directory.Libravatar Shawn O. Pearce1-0/+10
2006-10-30Move deny_non_fast_forwards handling completely into receive-pack.Libravatar Shawn Pearce1-1/+0
2006-09-20add receive.denyNonFastforwards config variableLibravatar Johannes Schindelin1-0/+1
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-1/+1
2006-08-23git_dir holds pointers to local strings, hence MUST be const.Libravatar Pierre Habouzit1-3/+4
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-5/+5
2006-07-31pager: config variable pager.colorLibravatar Matthias Lederhofer1-0/+1
2006-07-13sha1_file: add the ability to parse objects in "pack file format"Libravatar Linus Torvalds1-0/+1
2006-07-10Fix linking for not-so-clever linkers.Libravatar Johannes Schindelin1-0/+1
2006-07-03Make zlib compression level configurable, and change default.Libravatar Joachim B Haga1-0/+1
2006-06-10shared repository: optionally allow reading to "others".Libravatar Junio C Hamano1-1/+1
2006-05-17Log ref updates to logs/refs/<ref>Libravatar Shawn Pearce1-0/+1
2006-05-02core.prefersymlinkrefs: use symlinks for .git/HEADLibravatar Junio C Hamano1-1/+1
2006-03-23sha1_name: make core.warnambiguousrefs the default.Libravatar Junio C Hamano1-1/+1
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Libravatar Junio C Hamano1-0/+1
2006-02-27apply --whitespace: configuration option.Libravatar Junio C Hamano1-0/+1
2006-02-08"Assume unchanged" gitLibravatar Junio C Hamano1-0/+1
2005-12-24Introduce core.sharedrepositoryLibravatar Johannes Schindelin1-0/+1
2005-11-27Introduce i18n.commitencoding.Libravatar Junio C Hamano1-0/+1
2005-11-27Repository format version check.Libravatar Junio C Hamano1-0/+1
2005-11-15Add config variable core.symrefsonlyLibravatar Johannes Schindelin1-0/+1
2005-10-11Use git config file for committer name and email infoLibravatar Linus Torvalds1-0/+75