summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2009-02-09completion: Get rid of tabbed indentation in comments. Replace with spaces.Ted Pavlic
2009-02-09completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors.Ted Pavlic
2009-02-07emacs: Remove the no longer maintained vc-git package.Alexandre Julliard
2009-02-07git.el: Add some notes about Emacs versions compatibility.Alexandre Julliard
2009-02-07git.el: Use integer instead of character constants in case statement.Alexandre Julliard
2009-02-07git.el: Set a regexp for paragraph-separate in log-edit mode.Alexandre Julliard
2009-02-07git.el: Make git-run-command-region display the error if any.Alexandre Julliard
2009-02-07git.el: Add commands for cherry-pick and revert.Alexandre Julliard
2009-02-07git.el: Add a command to create a new branch.Alexandre Julliard
2009-02-07git.el: Add a checkout command.Alexandre Julliard
2009-02-04contrib git-resurrect: find traces of a branch name and resurrect itThomas Rast
2009-02-04bash: offer to show (un)staged changesThomas Rast
2009-02-01contrib/difftool: Don't repeat merge tool candidatesDavid Aguilar
2009-02-01contrib/difftool: add support for KompareMarkus Heidelberg
2009-01-24Merge branch 'js/patience-diff'Junio C Hamano
2009-01-21bash completion: add 'rename' subcommand to git-remoteMarkus Heidelberg
2009-01-20contrib/difftool: remove distracting 'echo' in the SIGINT handlerMarkus Heidelberg
2009-01-20contrib/difftool: change trap condition from SIGINT to INTMarkus Heidelberg
2009-01-19bash completion: refactor diff optionsThomas Rast
2009-01-19bash completion: move pickaxe options to logThomas Rast
2009-01-19difftool: put the cursor on the editable file for VimDavid Aguilar
2009-01-19difftool: fix documentation problemsDavid Aguilar
2009-01-18git-svn: Add --localtime option to "fetch"Pete Harlan
2009-01-18contrib: add 'git difftool' for launching common merge toolsDavid Aguilar
2009-01-18bash: refactor 'git log --pretty=<format>' optionsSZEDER Gábor
2009-01-18bash: add missing format-patch command line optionsSZEDER Gábor
2009-01-18bash: remove unnecessary checks for long options with argumentSZEDER Gábor
2009-01-15bash-completion: Add comments to remind about required argumentsTed Pavlic
2009-01-15bash-completion: Try bash completions before simple filetypeTed Pavlic
2009-01-15bash-completion: Support running when set -u is enabledTed Pavlic
2009-01-13Merge branch 'maint'Junio C Hamano
2009-01-13Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-01-13contrib/vim: change URL to point to the latest syntax filesMarkus Heidelberg
2009-01-13contrib/examples/README: give an explanation of the status of these filesjidanni@jidanni.org
2009-01-11bash completion: Use 'git add' completions for 'git stage'Lee Marlow
2009-01-11bash completion: Add '--intent-to-add' long option for 'git add'Lee Marlow
2009-01-07bash completions: Add the --patience optionJohannes Schindelin
2009-01-07Merge branch 'rs/diff-ihc'Junio C Hamano
2009-01-05bash: add '--merge' to 'git reset'SZEDER Gábor
2008-12-29diff: add option to show context between close hunksRené Scharfe
2008-12-22Always show which directory is not a git repositoryRichard Hartmann
2008-12-16bash completion: Sync config variables with their man pagesLee Marlow
2008-12-16bash completion: Sort config completion variablesLee Marlow
2008-12-10git-p4: Fix regression in p4Where method.Tor Arvid Lund
2008-12-05git-p4: Fix bug in p4Where method.Tor Arvid Lund
2008-11-28Merge branch 'maint'Junio C Hamano
2008-11-28bash: offer refs instead of filenames for 'git revert'SZEDER Gábor
2008-11-28bash: complete full refsSZEDER Gábor
2008-11-28bash: remove dashed command leftoversSZEDER Gábor
2008-11-27git-p4: fix keyword-expansion regexPete Wyckoff