Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ | |/ / / | |||||
| * | | | git-merge: minor fix for no_trivial_merge_strategies. | Junio C Hamano | 2007-02-16 | 1 | -6/+9 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-02-15 | 1 | -1/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | pretend-sha1: grave bugfix. | Junio C Hamano | 2007-02-15 | 1 | -1/+3 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-02-14 | 7 | -26/+63 |
|\ \ \ \ | |/ / / | |||||
| * | | | GIT-VERSION-FILE: check ./version first. | Junio C Hamano | 2007-02-14 | 1 | -10/+11 |
| * | | | sha1_file.c: Round the mmap offset to half the window size. | Alexandre Julliard | 2007-02-14 | 1 | -5/+3 |
| * | | | Make sure packedgitwindowsize is multiple of (pagesize * 2) | Junio C Hamano | 2007-02-14 | 2 | -5/+10 |
| * | | | Add RelNotes 1.5.0.1 | Junio C Hamano | 2007-02-14 | 1 | -0/+20 |
| * | | | Still updating 1.5.0 release notes. | Junio C Hamano | 2007-02-14 | 1 | -5/+2 |
| * | | | git-daemon: Avoid leaking the listening sockets into child processes. | Alexandre Julliard | 2007-02-14 | 1 | -0/+10 |