| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'cr/tag' | Junio C Hamano | 2007-08-10 | 1 | -0/+1 |
|\ |
|
| * | launch_editor(): Heed GIT_EDITOR and core.editor settings | Johannes Schindelin | 2007-07-21 | 1 | -0/+1 |
* | | Clean up work-tree handling | Johannes Schindelin | 2007-08-01 | 1 | -9/+26 |
* | | Add set_git_dir() function | Johannes Schindelin | 2007-08-01 | 1 | -0/+8 |
|/ |
|
* | Add core.pager config variable. | Brian Gernhardt | 2007-07-04 | 1 | -0/+1 |
* | Add core.quotepath configuration variable. | Junio C Hamano | 2007-06-24 | 1 | -0/+1 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -2/+0 |
* | Merge branch 'dh/pack' | Junio C Hamano | 2007-05-20 | 1 | -1/+3 |
|\ |
|
| * | Custom compression levels for objects and packs | Dana How | 2007-05-10 | 1 | -1/+3 |
* | | deprecate the new loose object header format | Nicolas Pitre | 2007-05-10 | 1 | -1/+0 |
|/ |
|
* | Limit the size of the new delta_base_cache | Shawn O. Pearce | 2007-03-18 | 1 | -0/+1 |
* | Correct new compiler warnings in builtin-revert | Shawn O. Pearce | 2007-03-12 | 1 | -1/+1 |
* | General const correctness fixes | Shawn O. Pearce | 2007-03-07 | 1 | -1/+1 |
* | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 2007-03-02 | 1 | -0/+1 |
* | Make AutoCRLF ternary variable. | Linus Torvalds | 2007-02-14 | 1 | -1/+1 |
* | Lazy man's auto-CRLF | Linus Torvalds | 2007-02-14 | 1 | -0/+1 |
* | Introduce is_bare_repository() and core.bare configuration variable | Junio C Hamano | 2007-01-07 | 1 | -2/+7 |
* | Move initialization of log_all_ref_updates | Junio C Hamano | 2007-01-07 | 1 | -3/+2 |
* | Default core.packdGitWindowSize to 1 MiB if NO_MMAP. | Shawn O. Pearce | 2006-12-29 | 1 | -2/+2 |
* | Fully activate the sliding window pack access. | Shawn O. Pearce | 2006-12-29 | 1 | -0/+1 |
* | Introduce new config option for mmap limit. | Shawn O. Pearce | 2006-12-29 | 1 | -0/+1 |
* | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 2006-12-27 | 1 | -1/+2 |
* | Enable reflogs by default in any repository with a working directory. | Shawn O. Pearce | 2006-12-15 | 1 | -0/+10 |
* | Move deny_non_fast_forwards handling completely into receive-pack. | Shawn Pearce | 2006-10-30 | 1 | -1/+0 |
* | add receive.denyNonFastforwards config variable | Johannes Schindelin | 2006-09-20 | 1 | -0/+1 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -1/+1 |
* | git_dir holds pointers to local strings, hence MUST be const. | Pierre Habouzit | 2006-08-23 | 1 | -3/+4 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -5/+5 |
* | pager: config variable pager.color | Matthias Lederhofer | 2006-07-31 | 1 | -0/+1 |
* | sha1_file: add the ability to parse objects in "pack file format" | Linus Torvalds | 2006-07-13 | 1 | -0/+1 |
* | Fix linking for not-so-clever linkers. | Johannes Schindelin | 2006-07-10 | 1 | -0/+1 |
* | Make zlib compression level configurable, and change default. | Joachim B Haga | 2006-07-03 | 1 | -0/+1 |
* | shared repository: optionally allow reading to "others". | Junio C Hamano | 2006-06-10 | 1 | -1/+1 |
* | Log ref updates to logs/refs/<ref> | Shawn Pearce | 2006-05-17 | 1 | -0/+1 |
* | core.prefersymlinkrefs: use symlinks for .git/HEAD | Junio C Hamano | 2006-05-02 | 1 | -1/+1 |
* | sha1_name: make core.warnambiguousrefs the default. | Junio C Hamano | 2006-03-23 | 1 | -1/+1 |
* | core.warnambiguousrefs: warns when "name" is used and both "name" branch and ... | Junio C Hamano | 2006-03-20 | 1 | -0/+1 |
* | apply --whitespace: configuration option. | Junio C Hamano | 2006-02-27 | 1 | -0/+1 |
* | "Assume unchanged" git | Junio C Hamano | 2006-02-08 | 1 | -0/+1 |
* | Introduce core.sharedrepository | Johannes Schindelin | 2005-12-24 | 1 | -0/+1 |
* | Introduce i18n.commitencoding. | Junio C Hamano | 2005-11-27 | 1 | -0/+1 |
* | Repository format version check. | Junio C Hamano | 2005-11-27 | 1 | -0/+1 |
* | Add config variable core.symrefsonly | Johannes Schindelin | 2005-11-15 | 1 | -0/+1 |
* | Use git config file for committer name and email info | Linus Torvalds | 2005-10-11 | 1 | -0/+75 |