aboutsummaryrefslogtreecommitdiff
path: root/environment.c
Commit message (Expand)AuthorAge
* Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-07
* Move initialization of log_all_ref_updatesJunio C Hamano2007-01-07
* Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce2006-12-29
* Fully activate the sliding window pack access.Shawn O. Pearce2006-12-29
* Introduce new config option for mmap limit.Shawn O. Pearce2006-12-29
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-27
* Enable reflogs by default in any repository with a working directory.Shawn O. Pearce2006-12-15
* Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce2006-10-30
* add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-20
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* git_dir holds pointers to local strings, hence MUST be const.Pierre Habouzit2006-08-23
* remove unnecessary initializationsDavid Rientjes2006-08-15
* pager: config variable pager.colorMatthias Lederhofer2006-07-31
* sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds2006-07-13
* Fix linking for not-so-clever linkers.Johannes Schindelin2006-07-10
* Make zlib compression level configurable, and change default.Joachim B Haga2006-07-03
* shared repository: optionally allow reading to "others".Junio C Hamano2006-06-10
* Log ref updates to logs/refs/<ref>Shawn Pearce2006-05-17
* core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-02
* sha1_name: make core.warnambiguousrefs the default.Junio C Hamano2006-03-23
* core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano2006-03-20
* apply --whitespace: configuration option.Junio C Hamano2006-02-27
* "Assume unchanged" gitJunio C Hamano2006-02-08
* Introduce core.sharedrepositoryJohannes Schindelin2005-12-24
* Introduce i18n.commitencoding.Junio C Hamano2005-11-27
* Repository format version check.Junio C Hamano2005-11-27
* Add config variable core.symrefsonlyJohannes Schindelin2005-11-15
* Use git config file for committer name and email infoLinus Torvalds2005-10-11