summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* git-p4: remove tabs from usermap filePete Wyckoff2009-03-071-1/+1
* bash completion: teach fetch, pull, and push to complete their optionsJay Soffian2009-03-071-5/+56
* bash completion: refactor --strategy completionJay Soffian2009-03-071-18/+20
* bash completion: fix completion issues with fetch, pull, and pushJay Soffian2009-03-071-49/+60
* Merge branch 'ns/pretty-format'Junio C Hamano2009-03-051-2/+12
|\
| * bash completion: add --format= and --oneline options for "git log"Teemu Likonen2009-02-271-2/+12
* | Merge branch 'tp/completion'Junio C Hamano2009-03-051-38/+42
|\ \
| * | Fixup: Add bare repository indicator for __git_ps1Marius Storm-Olsen2009-02-241-7/+6
| * | Add bare repository indicator for __git_ps1Marius Storm-Olsen2009-02-231-2/+8
| * | completion: More fixes to prevent unbound variable errorsTed Pavlic2009-02-111-4/+4
| * | completion: Better __git_ps1 support when not in working directoryTed Pavlic2009-02-111-14/+22
| * | completion: Use consistent if [...] convention, not "test"Ted Pavlic2009-02-111-20/+11
| * | completion: For consistency, change "git rev-parse" to __gitdir callsTed Pavlic2009-02-111-2/+2
* | | Fix typo in contrib/examples/git-svnimport.txtMichael J Gruber2009-02-251-3/+3
* | | Convert git-* invocations to "git *" in the svnimport example.Abhijit Menon-Sen2009-02-241-18/+18
| |/ |/|
* | git-p4: avoid syncing duplicate changesPete Wyckoff2009-02-231-5/+6
* | Add a README in the contrib/emacs directory.Alexandre Julliard2009-02-211-0/+39
* | git.el: Improve the confirmation message on remove and revert.Alexandre Julliard2009-02-211-2/+6
* | git.el: Make sure that file lists are sorted as they are created.Alexandre Julliard2009-02-211-13/+16
* | bash completion: only show 'log --merge' if mergingThomas Rast2009-02-181-1/+6
* | bash completion: refactor common log, shortlog and gitk optionsThomas Rast2009-02-181-15/+34
* | bash: update 'git svn' optionsSZEDER Gábor2009-02-161-6/+25
* | bash: add missing 'git merge' optionsSZEDER Gábor2009-02-161-0/+1
* | bash: fix misspelled 'git svn' optionSZEDER Gábor2009-02-141-1/+1
* | bash-completion: Complete the values of color.interactive, color.ui, color.pagerMatt Kraai2009-02-131-1/+5
* | Fix contrib/hooks/post-receive-email for new duplicate branchPat Notz2009-02-111-1/+3
|/
* completion: Get rid of tabbed indentation in comments. Replace with spaces.Ted Pavlic2009-02-081-5/+5
* completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors.Ted Pavlic2009-02-081-1/+1
* emacs: Remove the no longer maintained vc-git package.Alexandre Julliard2009-02-072-217/+1
* git.el: Add some notes about Emacs versions compatibility.Alexandre Julliard2009-02-071-2/+10
* git.el: Use integer instead of character constants in case statement.Alexandre Julliard2009-02-071-15/+15
* git.el: Set a regexp for paragraph-separate in log-edit mode.Alexandre Julliard2009-02-071-0/+1
* git.el: Make git-run-command-region display the error if any.Alexandre Julliard2009-02-071-19/+19
* git.el: Add commands for cherry-pick and revert.Alexandre Julliard2009-02-071-0/+42
* git.el: Add a command to create a new branch.Alexandre Julliard2009-02-071-0/+14
* git.el: Add a checkout command.Alexandre Julliard2009-02-071-2/+31
* contrib git-resurrect: find traces of a branch name and resurrect itThomas Rast2009-02-041-0/+180
* bash: offer to show (un)staged changesThomas Rast2009-02-031-2/+24
* contrib/difftool: Don't repeat merge tool candidatesDavid Aguilar2009-01-311-19/+12
* contrib/difftool: add support for KompareMarkus Heidelberg2009-01-312-7/+12
* Merge branch 'js/patience-diff'Junio C Hamano2009-01-231-0/+1
|\
| * bash completions: Add the --patience optionJohannes Schindelin2009-01-071-0/+2
* | bash completion: add 'rename' subcommand to git-remoteMarkus Heidelberg2009-01-211-2/+2
* | contrib/difftool: remove distracting 'echo' in the SIGINT handlerMarkus Heidelberg2009-01-191-1/+0
* | contrib/difftool: change trap condition from SIGINT to INTMarkus Heidelberg2009-01-191-1/+1
* | bash completion: refactor diff optionsThomas Rast2009-01-191-15/+21
* | bash completion: move pickaxe options to logThomas Rast2009-01-191-1/+2
* | difftool: put the cursor on the editable file for VimDavid Aguilar2009-01-181-2/+6
* | difftool: fix documentation problemsDavid Aguilar2009-01-182-13/+12
* | git-svn: Add --localtime option to "fetch"Pete Harlan2009-01-181-1/+1