summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2009-03-08git-p4: remove tabs from usermap filePete Wyckoff
2009-03-08bash completion: teach fetch, pull, and push to complete their optionsJay Soffian
2009-03-08bash completion: refactor --strategy completionJay Soffian
2009-03-08bash completion: fix completion issues with fetch, pull, and pushJay Soffian
2009-03-05Merge branch 'ns/pretty-format'Junio C Hamano
2009-03-05Merge branch 'tp/completion'Junio C Hamano
2009-02-27bash completion: add --format= and --oneline options for "git log"Teemu Likonen
2009-02-25Fix typo in contrib/examples/git-svnimport.txtMichael J Gruber
2009-02-25Fixup: Add bare repository indicator for __git_ps1Marius Storm-Olsen
2009-02-25Convert git-* invocations to "git *" in the svnimport example.Abhijit Menon-Sen
2009-02-23git-p4: avoid syncing duplicate changesPete Wyckoff
2009-02-23Add bare repository indicator for __git_ps1Marius Storm-Olsen
2009-02-21Add a README in the contrib/emacs directory.Alexandre Julliard
2009-02-21git.el: Improve the confirmation message on remove and revert.Alexandre Julliard
2009-02-21git.el: Make sure that file lists are sorted as they are created.Alexandre Julliard
2009-02-18bash completion: only show 'log --merge' if mergingThomas Rast
2009-02-18bash completion: refactor common log, shortlog and gitk optionsThomas Rast
2009-02-16bash: update 'git svn' optionsSZEDER Gábor
2009-02-16bash: add missing 'git merge' optionsSZEDER Gábor
2009-02-15bash: fix misspelled 'git svn' optionSZEDER Gábor
2009-02-13bash-completion: Complete the values of color.interactive, color.ui, color.pagerMatt Kraai
2009-02-11completion: More fixes to prevent unbound variable errorsTed Pavlic
2009-02-11completion: Better __git_ps1 support when not in working directoryTed Pavlic
2009-02-11completion: Use consistent if [...] convention, not "test"Ted Pavlic
2009-02-11completion: For consistency, change "git rev-parse" to __gitdir callsTed Pavlic
2009-02-11Fix contrib/hooks/post-receive-email for new duplicate branchPat Notz
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