1042 Commits (9a2861e32a147d89f22961bd7d3257b8776de4d2)

Author SHA1 Message Date
Ted Pavlic e5dd864adf completion: Better __git_ps1 support when not in working directory 16 years ago
Ted Pavlic ad244d2568 completion: Use consistent if [...] convention, not "test" 16 years ago
Ted Pavlic fa26a401be completion: For consistency, change "git rev-parse" to __gitdir calls 16 years ago
Pat Notz e5f5050ed1 Fix contrib/hooks/post-receive-email for new duplicate branch 16 years ago
Ted Pavlic a9ee90d7ff completion: Get rid of tabbed indentation in comments. Replace with spaces. 16 years ago
Ted Pavlic cf9957875c completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors. 16 years ago
Alexandre Julliard 7851386948 emacs: Remove the no longer maintained vc-git package. 16 years ago
Alexandre Julliard 5a7b3bf527 git.el: Add some notes about Emacs versions compatibility. 16 years ago
Alexandre Julliard 6c4f70d5b2 git.el: Use integer instead of character constants in case statement. 16 years ago
Alexandre Julliard efd49f50fc git.el: Set a regexp for paragraph-separate in log-edit mode. 16 years ago
Alexandre Julliard a7da5c4259 git.el: Make git-run-command-region display the error if any. 16 years ago
Alexandre Julliard ab69e3e43a git.el: Add commands for cherry-pick and revert. 16 years ago
Alexandre Julliard 811b10c746 git.el: Add a command to create a new branch. 16 years ago
Alexandre Julliard c375e9d04c git.el: Add a checkout command. 16 years ago
Thomas Rast e1ff064e1b contrib git-resurrect: find traces of a branch name and resurrect it 16 years ago
Thomas Rast 738a94a9f6 bash: offer to show (un)staged changes 16 years ago
David Aguilar 99ccabaffa contrib/difftool: Don't repeat merge tool candidates 16 years ago
Markus Heidelberg 384770a5e7 contrib/difftool: add support for Kompare 16 years ago
Markus Heidelberg f135e72d61 bash completion: add 'rename' subcommand to git-remote 16 years ago
Markus Heidelberg bc08fc4e85 contrib/difftool: remove distracting 'echo' in the SIGINT handler 16 years ago
Markus Heidelberg f13bfc1be7 contrib/difftool: change trap condition from SIGINT to INT 16 years ago
Thomas Rast 20bf729231 bash completion: refactor diff options 16 years ago
Thomas Rast 47d5a8fa71 bash completion: move pickaxe options to log 16 years ago
David Aguilar 28da86a58d difftool: put the cursor on the editable file for Vim 16 years ago
David Aguilar 507cfcbd81 difftool: fix documentation problems 16 years ago
Pete Harlan e82f0d73f0 git-svn: Add --localtime option to "fetch" 16 years ago
David Aguilar 5c38ea31f3 contrib: add 'git difftool' for launching common merge tools 16 years ago
SZEDER Gábor 3d279863de bash: refactor 'git log --pretty=<format>' options 16 years ago
SZEDER Gábor 8108513422 bash: add missing format-patch command line options 16 years ago
SZEDER Gábor 7de931c3c2 bash: remove unnecessary checks for long options with argument 16 years ago
Ted Pavlic a42577d4c8 bash-completion: Add comments to remind about required arguments 16 years ago
Ted Pavlic 50e126e185 bash-completion: Try bash completions before simple filetype 16 years ago
Ted Pavlic 25a31f8140 bash-completion: Support running when set -u is enabled 16 years ago
Markus Heidelberg abc776f788 contrib/vim: change URL to point to the latest syntax files 16 years ago
jidanni@jidanni.org 47a845bfc3 contrib/examples/README: give an explanation of the status of these files 16 years ago
Lee Marlow df3987717f bash completion: Use 'git add' completions for 'git stage' 16 years ago
Lee Marlow c9a114b591 bash completion: Add '--intent-to-add' long option for 'git add' 16 years ago
Johannes Schindelin cc54570925 bash completions: Add the --patience option 16 years ago
SZEDER Gábor e89e2ed7c2 bash: add '--merge' to 'git reset' 16 years ago
René Scharfe 6d0e674a57 diff: add option to show context between close hunks 16 years ago
Richard Hartmann f66bc5f928 Always show which directory is not a git repository 16 years ago
Lee Marlow 98171a07ae bash completion: Sync config variables with their man pages 16 years ago
Lee Marlow 025a19298d bash completion: Sort config completion variables 16 years ago
Tor Arvid Lund 75bc9573b0 git-p4: Fix regression in p4Where method. 16 years ago
Tor Arvid Lund 7f705dc368 git-p4: Fix bug in p4Where method. 16 years ago
SZEDER Gábor c07838371b bash: offer refs instead of filenames for 'git revert' 16 years ago
SZEDER Gábor 608efb875f bash: complete full refs 16 years ago
SZEDER Gábor 8d8163f377 bash: remove dashed command leftovers 16 years ago
Pete Wyckoff 3d51c853df git-p4: fix keyword-expansion regex 16 years ago
Alexandre Julliard 1905a8666a git.el: Allow to commit even if there are no marked files. 16 years ago