summaryrefslogtreecommitdiff
path: root/environment.c
Commit message (Expand)AuthorAgeFilesLines
* Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-181-0/+1
* Correct new compiler warnings in builtin-revertShawn O. Pearce2007-03-121-1/+1
* General const correctness fixesShawn O. Pearce2007-03-071-1/+1
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-021-0/+1
* Make AutoCRLF ternary variable.Linus Torvalds2007-02-141-1/+1
* Lazy man's auto-CRLFLinus Torvalds2007-02-141-0/+1
* Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-071-2/+7
* Move initialization of log_all_ref_updatesJunio C Hamano2007-01-071-3/+2
* Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce2006-12-291-2/+2
* Fully activate the sliding window pack access.Shawn O. Pearce2006-12-291-0/+1
* Introduce new config option for mmap limit.Shawn O. Pearce2006-12-291-0/+1
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-271-1/+2
* Enable reflogs by default in any repository with a working directory.Shawn O. Pearce2006-12-151-0/+10
* Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce2006-10-301-1/+0
* add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-201-0/+1
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* git_dir holds pointers to local strings, hence MUST be const.Pierre Habouzit2006-08-231-3/+4
* remove unnecessary initializationsDavid Rientjes2006-08-151-5/+5
* pager: config variable pager.colorMatthias Lederhofer2006-07-311-0/+1
* sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds2006-07-131-0/+1
* Fix linking for not-so-clever linkers.Johannes Schindelin2006-07-101-0/+1
* Make zlib compression level configurable, and change default.Joachim B Haga2006-07-031-0/+1
* shared repository: optionally allow reading to "others".Junio C Hamano2006-06-101-1/+1
* Log ref updates to logs/refs/<ref>Shawn Pearce2006-05-171-0/+1
* core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-021-1/+1
* sha1_name: make core.warnambiguousrefs the default.Junio C Hamano2006-03-231-1/+1
* core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano2006-03-201-0/+1
* apply --whitespace: configuration option.Junio C Hamano2006-02-271-0/+1
* "Assume unchanged" gitJunio C Hamano2006-02-081-0/+1
* Introduce core.sharedrepositoryJohannes Schindelin2005-12-241-0/+1
* Introduce i18n.commitencoding.Junio C Hamano2005-11-271-0/+1
* Repository format version check.Junio C Hamano2005-11-271-0/+1
* Add config variable core.symrefsonlyJohannes Schindelin2005-11-151-0/+1
* Use git config file for committer name and email infoLinus Torvalds2005-10-111-0/+75