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