Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-remote: support remotes with a dot in the name | Pavel Roskin | 2007-02-21 | 1 | -1/+1 |
* | Teach diff -B about colours | Johannes Schindelin | 2007-02-21 | 1 | -14/+25 |
* | Allow git-remote to update named groups of remotes | Theodore Ts'o | 2007-02-20 | 3 | -17/+46 |
* | Add config_boolean() method to the Git perl module | Theodore Ts'o | 2007-02-20 | 1 | -0/+30 |
* | Allow passing of an alternative CVSROOT via -d. | Simon 'corecode' Schubert | 2007-02-20 | 2 | -11/+23 |
* | disable t4016-diff-quote.sh on some filesystems | Alex Riesen | 2007-02-20 | 1 | -0/+4 |
* | Support for large files on 32bit systems. | Martin Waitz | 2007-02-20 | 1 | -0/+2 |
* | git grep: use pager | Johannes Schindelin | 2007-02-20 | 1 | -1/+1 |
* | Merge branch 'fk/autoconf' | Junio C Hamano | 2007-02-20 | 1 | -6/+25 |
|\ | |||||
| * | New autoconf test for iconv | Fredrik Kuivinen | 2007-02-18 | 1 | -6/+25 |
* | | Merge branch 'js/name-rev-fix' | Junio C Hamano | 2007-02-20 | 1 | -7/+16 |
|\ \ | |||||
| * | | name-rev: avoid "^0" when unneeded | Johannes Schindelin | 2007-02-19 | 1 | -7/+16 |
| |/ | |||||
* | | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 2007-02-20 | 9 | -13/+13 |
* | | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 | 13 | -44/+44 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 48 | -211/+211 |
* | | Add prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -0/+5 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-02-20 | 1 | -21/+16 |
|\ \ | |||||
| * | | Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c. | Jason Riedy | 2007-02-20 | 1 | -21/+16 |
* | | | Link 1.5.0.1 documentation from the main page. | Junio C Hamano | 2007-02-20 | 1 | -0/+4 |
* | | | Teach git-remote to update existing remotes by fetching from them | Theodore Ts'o | 2007-02-19 | 3 | -1/+26 |
* | | | Merge branch 'js/diff-color-check' | Junio C Hamano | 2007-02-19 | 1 | -18/+39 |
|\ \ \ | |||||
| * | | | diff --check: use colour | Johannes Schindelin | 2007-02-18 | 1 | -18/+39 |
| | |/ | |/| | |||||
* | | | Merge branch 'jc/fetch-notags' | Junio C Hamano | 2007-02-19 | 1 | -0/+9 |
|\ \ \ | |||||
| * | | | remotes.not-origin.tagopt | Junio C Hamano | 2007-02-15 | 1 | -0/+9 |
| |/ / | |||||
* | | | Merge branch 'maint' | Junio C Hamano | 2007-02-19 | 6 | -17/+54 |
|\ \ \ | | |/ | |/| | |||||
| * | | Obey NO_C99_FORMAT in fast-import.c. | Jason Riedy | 2007-02-19 | 1 | -14/+23 |
| * | | Add a compat/strtoumax.c for Solaris 8. | Jason Riedy | 2007-02-19 | 3 | -0/+28 |
| * | | git-clone: Sync documentation to usage note. | Christian Schlotter | 2007-02-19 | 2 | -3/+3 |
* | | | Merge branch 'ap/cvsserver' | Junio C Hamano | 2007-02-19 | 1 | -0/+15 |
|\ \ \ | |||||
| * | | | Have git-cvsserver call hooks/update before really altering the ref | Andy Parkins | 2007-02-14 | 1 | -0/+15 |
| | |/ | |/| | |||||
* | | | Merge branch 'maint' | Junio C Hamano | 2007-02-18 | 3 | -12/+18 |
|\ \ \ | | |/ | |/| | |||||
| * | | GIT 1.5.0.1v1.5.0.1 | Junio C Hamano | 2007-02-18 | 3 | -8/+13 |
| * | | Documentation/i18n.txt: it is i18n.commitencoding not core.commitencoding | Fredrik Kuivinen | 2007-02-18 | 1 | -6/+6 |
| * | | Read the config in rev-list | Fredrik Kuivinen | 2007-02-18 | 1 | -0/+1 |
* | | | Update draft release notes for 1.5.1 | Junio C Hamano | 2007-02-17 | 1 | -10/+15 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-02-17 | 17 | -40/+97 |
|\ \ \ | |/ / | |||||
| * | | Update draft release notes for 1.5.0.1 | Junio C Hamano | 2007-02-17 | 1 | -2/+19 |
| * | | Merge git://git.kernel.org/pub/scm/gitk/gitk into maint | Junio C Hamano | 2007-02-17 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | Make gitk save and restore window pane position on Linux and Cygwin. | Mark Levedahl | 2007-02-15 | 1 | -10/+13 |
| | * | | Make gitk save and restore the user set window position. | Mark Levedahl | 2007-02-15 | 1 | -5/+6 |
| | * | | [PATCH] gitk: Use show-ref instead of ls-remote | Junio C Hamano | 2007-02-15 | 1 | -2/+2 |
| | * | | [PATCH] Make gitk work reasonably well on Cygwin. | Junio C Hamano | 2007-02-15 | 1 | -126/+150 |
| | * | | [PATCH] gitk - remove trailing whitespace from a few lines. | Mark Levedahl | 2007-02-15 | 1 | -4/+4 |
| | * | | Change git repo-config to git config | Paul Mackerras | 2007-02-15 | 1 | -1/+1 |
| * | | | Convert update-index references in docs to add. | Shawn O. Pearce | 2007-02-17 | 9 | -14/+15 |
| * | | | Attempt to improve git-rebase lead-in description. | Shawn O. Pearce | 2007-02-17 | 1 | -8/+14 |
| * | | | Do not take mode bits from index after type change. | Junio C Hamano | 2007-02-16 | 6 | -16/+46 |
| * | | | git-blame: prevent argument parsing segfault | Tommi Kyntola | 2007-02-16 | 1 | -0/+3 |
* | | | | name-rev: introduce the --refs=<pattern> option | Johannes Schindelin | 2007-02-17 | 2 | -7/+22 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-02-16 | 1 | -6/+9 |
|\ \ \ \ | |/ / / |