Age | Commit message (Expand) | Author | Files | Lines |
2009-02-07 | git.el: Add some notes about Emacs versions compatibility. | Alexandre Julliard | 1 | -2/+10 |
2009-02-07 | git.el: Use integer instead of character constants in case statement. | Alexandre Julliard | 1 | -15/+15 |
2009-02-07 | git.el: Set a regexp for paragraph-separate in log-edit mode. | Alexandre Julliard | 1 | -0/+1 |
2009-02-07 | git.el: Make git-run-command-region display the error if any. | Alexandre Julliard | 1 | -19/+19 |
2009-02-07 | git.el: Add commands for cherry-pick and revert. | Alexandre Julliard | 1 | -0/+42 |
2009-02-07 | git.el: Add a command to create a new branch. | Alexandre Julliard | 1 | -0/+14 |
2009-02-07 | git.el: Add a checkout command. | Alexandre Julliard | 1 | -2/+31 |
2009-02-04 | contrib git-resurrect: find traces of a branch name and resurrect it | Thomas Rast | 1 | -0/+180 |
2009-02-03 | bash: offer to show (un)staged changes | Thomas Rast | 1 | -2/+24 |
2009-01-31 | contrib/difftool: Don't repeat merge tool candidates | David Aguilar | 1 | -19/+12 |
2009-01-31 | contrib/difftool: add support for Kompare | Markus Heidelberg | 2 | -7/+12 |
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 |