| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-07-28 | Make use of stat.ctime configurable | Alex Riesen | 1 | -0/+1 |
| 2008-06-27 | shrink git-shell by avoiding redundant dependencies | Dmitry Potapov | 1 | -1/+0 |
| 2008-06-25 | Merge branch 'lt/config-fsync' | Junio C Hamano | 1 | -0/+1 |
| 2008-06-19 | environment.c: remove unused function | しらいしななこ | 1 | -7/+0 |
| 2008-06-18 | Add config option to enable 'fsync()' of object files | Linus Torvalds | 1 | -0/+1 |
| 2008-05-25 | Merge branch 'db/clone-in-c' | Junio C Hamano | 1 | -4/+20 |
| 2008-05-14 | Merge branch 'sb/committer' | Junio C Hamano | 1 | -0/+1 |
| 2008-05-11 | Merge branch 'lt/core-optim' | Junio C Hamano | 1 | -0/+1 |
| 2008-05-11 | Allow tracking branches to set up rebase by default. | Dustin Sallings | 1 | -0/+1 |
| 2008-05-10 | Merge branch 'lt/case-insensitive' | Junio C Hamano | 1 | -0/+1 |
| 2008-05-06 | commit: Show committer if automatic | Santi Béjar | 1 | -0/+1 |
| 2008-05-04 | Add a function to set a non-default work tree | Daniel Barkalow | 1 | -4/+20 |
| 2008-04-09 | Add platform-independent .git "symlink" | Lars Hjemli | 1 | -0/+2 |
| 2008-04-09 | Add 'core.ignorecase' option | Linus Torvalds | 1 | -0/+1 |
| 2008-02-27 | Merge branch 'js/branch-track' | Junio C Hamano | 1 | -0/+1 |
| 2008-02-19 | branch: optionally setup branch.*.merge from upstream local branches | Jay Soffian | 1 | -0/+1 |
| 2008-02-16 | Merge branch 'sp/safecrlf' | Junio C Hamano | 1 | -0/+1 |
| 2008-02-15 | Add "const" qualifier to "char *excludes_file". | Christian Couder | 1 | -1/+1 |
| 2008-02-15 | Add "const" qualifier to "char *editor_program". | Christian Couder | 1 | -1/+1 |
| 2008-02-15 | Add "const" qualifier to "char *pager_program". | Christian Couder | 1 | -1/+1 |
| 2008-02-06 | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 1 | -0/+1 |
| 2007-12-11 | Support GIT_PAGER_IN_USE environment variable | Jeff King | 1 | -1/+0 |
| 2007-12-09 | Merge branch 'jc/spht' | Junio C Hamano | 1 | -0/+1 |
| 2007-12-06 | Use gitattributes to define per-path whitespace rule | Junio C Hamano | 1 | -1/+1 |
| 2007-11-14 | core.excludesfile clean-up | Junio C Hamano | 1 | -0/+1 |
| 2007-11-02 | War on whitespace: first, a bit of retreat. | Junio C Hamano | 1 | -0/+1 |
| 2007-08-10 | Merge branch 'cr/tag' | Junio C Hamano | 1 | -0/+1 |
| 2007-08-01 | Clean up work-tree handling | Johannes Schindelin | 1 | -9/+26 |
| 2007-08-01 | Add set_git_dir() function | Johannes Schindelin | 1 | -0/+8 |
| 2007-07-21 | launch_editor(): Heed GIT_EDITOR and core.editor settings | Johannes Schindelin | 1 | -0/+1 |
| 2007-07-04 | Add core.pager config variable. | Brian Gernhardt | 1 | -0/+1 |
| 2007-06-24 | Add core.quotepath configuration variable. | Junio C Hamano | 1 | -0/+1 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -2/+0 |
| 2007-05-20 | Merge branch 'dh/pack' | Junio C Hamano | 1 | -1/+3 |
| 2007-05-10 | Custom compression levels for objects and packs | Dana How | 1 | -1/+3 |
| 2007-05-10 | deprecate the new loose object header format | Nicolas Pitre | 1 | -1/+0 |
| 2007-03-18 | Limit the size of the new delta_base_cache | Shawn O. Pearce | 1 | -0/+1 |
| 2007-03-12 | Correct new compiler warnings in builtin-revert | Shawn O. Pearce | 1 | -1/+1 |
| 2007-03-07 | General const correctness fixes | Shawn O. Pearce | 1 | -1/+1 |
| 2007-03-02 | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 1 | -0/+1 |
| 2007-02-14 | Make AutoCRLF ternary variable. | Linus Torvalds | 1 | -1/+1 |
| 2007-02-14 | Lazy man's auto-CRLF | Linus Torvalds | 1 | -0/+1 |
| 2007-01-07 | Introduce is_bare_repository() and core.bare configuration variable | Junio C Hamano | 1 | -2/+7 |
| 2007-01-07 | Move initialization of log_all_ref_updates | Junio C Hamano | 1 | -3/+2 |
| 2006-12-29 | Default core.packdGitWindowSize to 1 MiB if NO_MMAP. | Shawn O. Pearce | 1 | -2/+2 |
| 2006-12-29 | Fully activate the sliding window pack access. | Shawn O. Pearce | 1 | -0/+1 |
| 2006-12-29 | Introduce new config option for mmap limit. | Shawn O. Pearce | 1 | -0/+1 |
| 2006-12-27 | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 1 | -1/+2 |
| 2006-12-15 | Enable reflogs by default in any repository with a working directory. | Shawn O. Pearce | 1 | -0/+10 |
| 2006-10-30 | Move deny_non_fast_forwards handling completely into receive-pack. | Shawn Pearce | 1 | -1/+0 |
| 2006-09-20 | add receive.denyNonFastforwards config variable | Johannes Schindelin | 1 | -0/+1 |
| 2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -1/+1 |
| 2006-08-23 | git_dir holds pointers to local strings, hence MUST be const. | Pierre Habouzit | 1 | -3/+4 |
| 2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -5/+5 |
| 2006-07-31 | pager: config variable pager.color | Matthias Lederhofer | 1 | -0/+1 |
| 2006-07-13 | sha1_file: add the ability to parse objects in "pack file format" | Linus Torvalds | 1 | -0/+1 |
| 2006-07-10 | Fix linking for not-so-clever linkers. | Johannes Schindelin | 1 | -0/+1 |
| 2006-07-03 | Make zlib compression level configurable, and change default. | Joachim B Haga | 1 | -0/+1 |
| 2006-06-10 | shared repository: optionally allow reading to "others". | Junio C Hamano | 1 | -1/+1 |
| 2006-05-17 | Log ref updates to logs/refs/<ref> | Shawn Pearce | 1 | -0/+1 |
| 2006-05-02 | core.prefersymlinkrefs: use symlinks for .git/HEAD | Junio C Hamano | 1 | -1/+1 |
| 2006-03-23 | sha1_name: make core.warnambiguousrefs the default. | Junio C Hamano | 1 | -1/+1 |
| 2006-03-20 | core.warnambiguousrefs: warns when "name" is used and both "name" branch and ... | Junio C Hamano | 1 | -0/+1 |
| 2006-02-27 | apply --whitespace: configuration option. | Junio C Hamano | 1 | -0/+1 |
| 2006-02-08 | "Assume unchanged" git | Junio C Hamano | 1 | -0/+1 |
| 2005-12-24 | Introduce core.sharedrepository | Johannes Schindelin | 1 | -0/+1 |
| 2005-11-27 | Introduce i18n.commitencoding. | Junio C Hamano | 1 | -0/+1 |
| 2005-11-27 | Repository format version check. | Junio C Hamano | 1 | -0/+1 |
| 2005-11-15 | Add config variable core.symrefsonly | Johannes Schindelin | 1 | -0/+1 |
| 2005-10-11 | Use git config file for committer name and email info | Linus Torvalds | 1 | -0/+75 |