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