summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2009-03-07git-p4: remove tabs from usermap fileLibravatar Pete Wyckoff1-1/+1
2009-03-07bash completion: teach fetch, pull, and push to complete their optionsLibravatar Jay Soffian1-5/+56
2009-03-07bash completion: refactor --strategy completionLibravatar Jay Soffian1-18/+20
2009-03-07bash completion: fix completion issues with fetch, pull, and pushLibravatar Jay Soffian1-49/+60
2009-03-05Merge branch 'ns/pretty-format'Libravatar Junio C Hamano1-2/+12
2009-03-05Merge branch 'tp/completion'Libravatar Junio C Hamano1-38/+42
2009-02-27bash completion: add --format= and --oneline options for "git log"Libravatar Teemu Likonen1-2/+12
2009-02-25Fix typo in contrib/examples/git-svnimport.txtLibravatar Michael J Gruber1-3/+3
2009-02-24Fixup: Add bare repository indicator for __git_ps1Libravatar Marius Storm-Olsen1-7/+6
2009-02-24Convert git-* invocations to "git *" in the svnimport example.Libravatar Abhijit Menon-Sen1-18/+18
2009-02-23git-p4: avoid syncing duplicate changesLibravatar Pete Wyckoff1-5/+6
2009-02-23Add bare repository indicator for __git_ps1Libravatar Marius Storm-Olsen1-2/+8
2009-02-21Add a README in the contrib/emacs directory.Libravatar Alexandre Julliard1-0/+39
2009-02-21git.el: Improve the confirmation message on remove and revert.Libravatar Alexandre Julliard1-2/+6
2009-02-21git.el: Make sure that file lists are sorted as they are created.Libravatar Alexandre Julliard1-13/+16
2009-02-18bash completion: only show 'log --merge' if mergingLibravatar Thomas Rast1-1/+6
2009-02-18bash completion: refactor common log, shortlog and gitk optionsLibravatar Thomas Rast1-15/+34
2009-02-16bash: update 'git svn' optionsLibravatar SZEDER Gábor1-6/+25
2009-02-16bash: add missing 'git merge' optionsLibravatar SZEDER Gábor1-0/+1
2009-02-14bash: fix misspelled 'git svn' optionLibravatar SZEDER Gábor1-1/+1
2009-02-13bash-completion: Complete the values of color.interactive, color.ui, color.pagerLibravatar Matt Kraai1-1/+5
2009-02-11completion: More fixes to prevent unbound variable errorsLibravatar Ted Pavlic1-4/+4
2009-02-11completion: Better __git_ps1 support when not in working directoryLibravatar Ted Pavlic1-14/+22
2009-02-11completion: Use consistent if [...] convention, not "test"Libravatar Ted Pavlic1-20/+11
2009-02-11completion: For consistency, change "git rev-parse" to __gitdir callsLibravatar Ted Pavlic1-2/+2
2009-02-11Fix contrib/hooks/post-receive-email for new duplicate branchLibravatar Pat Notz1-1/+3
2009-02-08completion: Get rid of tabbed indentation in comments. Replace with spaces.Libravatar Ted Pavlic1-5/+5
2009-02-08completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors.Libravatar Ted Pavlic1-1/+1
2009-02-07emacs: Remove the no longer maintained vc-git package.Libravatar Alexandre Julliard2-217/+1
2009-02-07git.el: Add some notes about Emacs versions compatibility.Libravatar Alexandre Julliard1-2/+10
2009-02-07git.el: Use integer instead of character constants in case statement.Libravatar Alexandre Julliard1-15/+15
2009-02-07git.el: Set a regexp for paragraph-separate in log-edit mode.Libravatar Alexandre Julliard1-0/+1
2009-02-07git.el: Make git-run-command-region display the error if any.Libravatar Alexandre Julliard1-19/+19
2009-02-07git.el: Add commands for cherry-pick and revert.Libravatar Alexandre Julliard1-0/+42
2009-02-07git.el: Add a command to create a new branch.Libravatar Alexandre Julliard1-0/+14
2009-02-07git.el: Add a checkout command.Libravatar Alexandre Julliard1-2/+31
2009-02-04contrib git-resurrect: find traces of a branch name and resurrect itLibravatar Thomas Rast1-0/+180
2009-02-03bash: offer to show (un)staged changesLibravatar Thomas Rast1-2/+24
2009-01-31contrib/difftool: Don't repeat merge tool candidatesLibravatar David Aguilar1-19/+12
2009-01-31contrib/difftool: add support for KompareLibravatar Markus Heidelberg2-7/+12
2009-01-23Merge branch 'js/patience-diff'Libravatar Junio C Hamano1-0/+1
2009-01-21bash completion: add 'rename' subcommand to git-remoteLibravatar Markus Heidelberg1-2/+2
2009-01-19contrib/difftool: remove distracting 'echo' in the SIGINT handlerLibravatar Markus Heidelberg1-1/+0
2009-01-19contrib/difftool: change trap condition from SIGINT to INTLibravatar Markus Heidelberg1-1/+1
2009-01-19bash completion: refactor diff optionsLibravatar Thomas Rast1-15/+21
2009-01-19bash completion: move pickaxe options to logLibravatar Thomas Rast1-1/+2
2009-01-18difftool: put the cursor on the editable file for VimLibravatar David Aguilar1-2/+6
2009-01-18difftool: fix documentation problemsLibravatar David Aguilar2-13/+12
2009-01-18git-svn: Add --localtime option to "fetch"Libravatar Pete Harlan1-1/+1
2009-01-17contrib: add 'git difftool' for launching common merge toolsLibravatar David Aguilar3-0/+418