aboutsummaryrefslogtreecommitdiff
path: root/environment.c
Commit message (Expand)AuthorAge
* Support GIT_PAGER_IN_USE environment variableJeff King2007-12-11
* Merge branch 'jc/spht'Junio C Hamano2007-12-09
|\
| * Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-06
| * War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-02
* | core.excludesfile clean-upJunio C Hamano2007-11-14
|/
* Merge branch 'cr/tag'Junio C Hamano2007-08-10
|\
| * launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin2007-07-21
* | Clean up work-tree handlingJohannes Schindelin2007-08-01
* | Add set_git_dir() functionJohannes Schindelin2007-08-01
|/
* Add core.pager config variable.Brian Gernhardt2007-07-04
* Add core.quotepath configuration variable.Junio C Hamano2007-06-24
* War on whitespaceJunio C Hamano2007-06-07
* Merge branch 'dh/pack'Junio C Hamano2007-05-20
|\
| * Custom compression levels for objects and packsDana How2007-05-10
* | deprecate the new loose object header formatNicolas Pitre2007-05-10
|/
* Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-18
* Correct new compiler warnings in builtin-revertShawn O. Pearce2007-03-12
* General const correctness fixesShawn O. Pearce2007-03-07
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-02
* Make AutoCRLF ternary variable.Linus Torvalds2007-02-14
* Lazy man's auto-CRLFLinus Torvalds2007-02-14
* 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