| Commit message (Expand) | Author | Age | Files | Lines |
* | gitview: Define __slots__ for Commit | Michael Ellerman | 2007-06-08 | 1 | -0/+3 |
* | gitview: Use new-style classes | Michael Ellerman | 2007-06-08 | 1 | -4/+4 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 5 | -7/+1 |
* | Allow contrib new-workdir to link into bare repositories | Shawn O. Pearce | 2007-05-29 | 1 | -5/+7 |
* | Update bash completion for git-config options | Shawn O. Pearce | 2007-05-24 | 1 | -2/+12 |
* | Teach bash completion about recent log long options | Shawn O. Pearce | 2007-05-24 | 1 | -2/+2 |
* | Teach bash completion about 'git remote update' | Shawn O. Pearce | 2007-05-24 | 1 | -2/+14 |
* | Update bash completion header documentation | Shawn O. Pearce | 2007-05-24 | 1 | -1/+14 |
* | Remove a duplicate --not option in bash completion | Shawn O. Pearce | 2007-05-24 | 1 | -1/+1 |
* | Teach bash completion about git-shortlog | Shawn O. Pearce | 2007-05-24 | 1 | -0/+23 |
* | Hide the plumbing diff-{files,index,tree} from bash completion | Shawn O. Pearce | 2007-05-24 | 1 | -3/+3 |
* | Update bash completion to ignore some more plumbing commands | Jonas Fonseca | 2007-05-21 | 1 | -0/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2007-05-16 | 1 | -1/+1 |
|\ |
|
| * | import-tars: Use the "Link indicator" to identify directories | Johannes Schindelin | 2007-05-16 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-05-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Properly handle '0' filenames in import-tars | Shawn O. Pearce | 2007-05-07 | 1 | -1/+1 |
* | | Merge branch 'gfi-maint' into gfi-master | Shawn O. Pearce | 2007-05-02 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | Teach import-tars about GNU tar's @LongLink extension. | Johannes Schindelin | 2007-05-02 | 1 | -0/+19 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-04-29 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix import-tars fix. | Junio C Hamano | 2007-04-29 | 1 | -1/+1 |
| * | import-tars: be nice to wrong directory modes | Johannes Schindelin | 2007-04-28 | 1 | -0/+1 |
* | | post-receive-email example hook: sed command for getting description was wrong | Andy Parkins | 2007-04-26 | 1 | -1/+1 |
* | | post-receive-email example hook: detect rewind-only updates and output sensib... | Andy Parkins | 2007-04-26 | 1 | -23/+54 |
* | | post-receive-email example hook: fastforward should have been fast_forward | Andy Parkins | 2007-04-26 | 1 | -1/+1 |
* | | Merge branch 'master' of git://repo.or.cz/git/fastimport | Junio C Hamano | 2007-04-24 | 1 | -1/+6 |
|\ \ |
|
| * | | fix importing of subversion tars | Uwe Kleine-König | 2007-04-24 | 1 | -1/+6 |
* | | | Add clean.requireForce option, and add -f option to git-clean to override it | Josh Triplett | 2007-04-23 | 1 | -0/+1 |
* | | | gitview: annotation support | Aneesh Kumar K.V | 2007-04-20 | 1 | -4/+256 |
|/ / |
|
* | | git.el: Add a commit description to the reflog. | Alexandre Julliard | 2007-04-19 | 1 | -14/+28 |
* | | Contribute a fairly paranoid update hook | Shawn O. Pearce | 2007-04-19 | 1 | -0/+284 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-04-05 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | DESTDIR support for git/contrib/emacs | Ville Skyttä | 2007-04-05 | 1 | -2/+2 |
| * | rename contrib/hooks/post-receieve-email to contrib/hooks/post-receive-email. | Gerrit Pape | 2007-04-04 | 1 | -0/+0 |
* | | git-blame.el: pick a set of random colors for each git-blame turn | Xavier Maillard | 2007-03-31 | 1 | -28/+55 |
* | | git-blame.el: separate git-blame-mode to ease maintenance | Xavier Maillard | 2007-03-31 | 1 | -18/+37 |
|/ |
|
* | contrib/workdir: add a simple script to create a working directory | Julian Phillips | 2007-03-31 | 1 | -0/+57 |
* | Reimplement emailing part of hooks--update in contrib/hooks/post-receive-email | Andy Parkins | 2007-03-31 | 1 | -0/+588 |
* | git.el: Display some information about the HEAD commit. | Alexandre Julliard | 2007-03-27 | 1 | -2/+20 |
* | contrib/continuous: a continuous integration build manager | Shawn O. Pearce | 2007-03-19 | 2 | -0/+607 |
* | git.el: Add support for commit hooks. | Alexandre Julliard | 2007-03-19 | 1 | -24/+57 |
* | Make gc a builtin. | James Bowes | 2007-03-17 | 1 | -0/+37 |
* | Merge branch 'maint' | Junio C Hamano | 2007-03-10 | 1 | -24/+65 |
|\ |
|
| * | git.el: Retrieve commit log information from .dotest directory. | Alexandre Julliard | 2007-03-10 | 1 | -24/+53 |
| * | git.el: Avoid appending a signoff line that is already present. | Alexandre Julliard | 2007-03-10 | 1 | -6/+18 |
* | | contrib/emacs: Use non-interactive function to byte-compile files | Xavier Maillard | 2007-03-05 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-02-28 | 1 | -6/+18 |
|\ \
| |/ |
|
| * | git.el: Set the default commit coding system from the repository config. | Alexandre Julliard | 2007-02-28 | 1 | -6/+18 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-02-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | blameview: Fix the browse behavior in blameview | Aneesh Kumar | 2007-02-27 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-02-21 | 1 | -3/+6 |
|\ \
| |/ |
|