Age | Commit message (Expand) | Author | Files | Lines |
2009-01-23 | Merge branch 'js/patience-diff' | Junio C Hamano | 1 | -0/+1 |
2009-01-21 | bash completion: add 'rename' subcommand to git-remote | Markus Heidelberg | 1 | -2/+2 |
2009-01-19 | contrib/difftool: remove distracting 'echo' in the SIGINT handler | Markus Heidelberg | 1 | -1/+0 |
2009-01-19 | contrib/difftool: change trap condition from SIGINT to INT | Markus Heidelberg | 1 | -1/+1 |
2009-01-19 | bash completion: refactor diff options | Thomas Rast | 1 | -15/+21 |
2009-01-19 | bash completion: move pickaxe options to log | Thomas Rast | 1 | -1/+2 |
2009-01-18 | difftool: put the cursor on the editable file for Vim | David Aguilar | 1 | -2/+6 |
2009-01-18 | difftool: fix documentation problems | David Aguilar | 2 | -13/+12 |
2009-01-18 | git-svn: Add --localtime option to "fetch" | Pete Harlan | 1 | -1/+1 |
2009-01-17 | contrib: add 'git difftool' for launching common merge tools | David Aguilar | 3 | -0/+418 |
2009-01-17 | bash: refactor 'git log --pretty=<format>' options | SZEDER Gábor | 1 | -4/+4 |
2009-01-17 | bash: add missing format-patch command line options | SZEDER Gábor | 1 | -0/+2 |
2009-01-17 | bash: remove unnecessary checks for long options with argument | SZEDER Gábor | 1 | -2/+0 |
2009-01-15 | bash-completion: Add comments to remind about required arguments | Ted Pavlic | 1 | -0/+15 |
2009-01-15 | bash-completion: Try bash completions before simple filetype | Ted Pavlic | 1 | -3/+6 |
2009-01-15 | bash-completion: Support running when set -u is enabled | Ted Pavlic | 1 | -9/+9 |
2009-01-13 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+3 |
2009-01-13 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -0/+3 |
2009-01-12 | contrib/vim: change URL to point to the latest syntax files | Markus Heidelberg | 1 | -5/+7 |
2009-01-12 | contrib/examples/README: give an explanation of the status of these files | jidanni@jidanni.org | 1 | -0/+3 |
2009-01-10 | bash completion: Use 'git add' completions for 'git stage' | Lee Marlow | 1 | -0/+1 |
2009-01-10 | bash completion: Add '--intent-to-add' long option for 'git add' | Lee Marlow | 1 | -1/+1 |
2009-01-07 | bash completions: Add the --patience option | Johannes Schindelin | 1 | -0/+2 |
2009-01-07 | Merge branch 'rs/diff-ihc' | Junio C Hamano | 1 | -0/+2 |
2009-01-05 | bash: add '--merge' to 'git reset' | SZEDER Gábor | 1 | -1/+1 |
2008-12-29 | diff: add option to show context between close hunks | René Scharfe | 1 | -0/+2 |
2008-12-21 | Always show which directory is not a git repository | Richard Hartmann | 1 | -1/+1 |
2008-12-15 | bash completion: Sync config variables with their man pages | Lee Marlow | 1 | -7/+80 |
2008-12-15 | bash completion: Sort config completion variables | Lee Marlow | 1 | -37/+40 |
2008-12-09 | git-p4: Fix regression in p4Where method. | Tor Arvid Lund | 1 | -3/+10 |
2008-12-04 | git-p4: Fix bug in p4Where method. | Tor Arvid Lund | 1 | -1/+9 |
2008-11-27 | Merge branch 'maint' | Junio C Hamano | 2 | -35/+10 |
2008-11-27 | bash: offer refs instead of filenames for 'git revert' | SZEDER Gábor | 1 | -1/+1 |
2008-11-27 | bash: complete full refs | SZEDER Gábor | 1 | -4/+15 |
2008-11-27 | bash: remove dashed command leftovers | SZEDER Gábor | 1 | -33/+8 |
2008-11-27 | git-p4: fix keyword-expansion regex | Pete Wyckoff | 1 | -1/+1 |
2008-11-23 | git.el: Allow to commit even if there are no marked files. | Alexandre Julliard | 1 | -23/+20 |
2008-11-23 | git.el: Add possibility to mark files directly in git-update-status-files. | Alexandre Julliard | 1 | -5/+3 |
2008-11-23 | git.el: Add an insert file command. | Alexandre Julliard | 1 | -0/+7 |
2008-11-21 | git.el: Never clear the status buffer, only update the files. | Alexandre Julliard | 1 | -84/+85 |
2008-11-21 | git.el: Fix git-amend-commit to support amending an initial commit. | Alexandre Julliard | 1 | -3/+7 |
2008-11-21 | git.el: Properly handle merge commits in git-amend-commit. | Alexandre Julliard | 1 | -8/+9 |
2008-11-21 | git.el: Simplify handling of merge heads in the commit log-edit buffer. | Alexandre Julliard | 1 | -8/+7 |
2008-11-21 | git.el: Remove the env parameter in git-call-process and git-call-process-str... | Alexandre Julliard | 1 | -28/+26 |
2008-11-21 | git.el: Improve error handling for commits. | Alexandre Julliard | 1 | -17/+29 |
2008-11-11 | git-p4: Cache git config for performance | John Chapman | 1 | -1/+4 |
2008-11-11 | git-p4: Support purged files and optimize memory usage | John Chapman | 1 | -7/+7 |
2008-11-04 | contrib/hooks/post-receive-email: Make revision display configurable | Pete Harlan | 1 | -1/+17 |
2008-11-04 | contrib/hooks/post-receive-email: Put rev display in separate function | Pete Harlan | 1 | -9/+32 |
2008-10-31 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |