summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2009-02-25Fix typo in contrib/examples/git-svnimport.txtMichael J Gruber1-3/+3
2009-02-24Convert git-* invocations to "git *" in the svnimport example.Abhijit Menon-Sen1-18/+18
2009-02-23git-p4: avoid syncing duplicate changesPete Wyckoff1-5/+6
2009-02-21Add a README in the contrib/emacs directory.Alexandre Julliard1-0/+39
2009-02-21git.el: Improve the confirmation message on remove and revert.Alexandre Julliard1-2/+6
2009-02-21git.el: Make sure that file lists are sorted as they are created.Alexandre Julliard1-13/+16
2009-02-18bash completion: only show 'log --merge' if mergingThomas Rast1-1/+6
2009-02-18bash completion: refactor common log, shortlog and gitk optionsThomas Rast1-15/+34
2009-02-16bash: update 'git svn' optionsSZEDER Gábor1-6/+25
2009-02-16bash: add missing 'git merge' optionsSZEDER Gábor1-0/+1
2009-02-14bash: fix misspelled 'git svn' optionSZEDER Gábor1-1/+1
2009-02-13bash-completion: Complete the values of color.interactive, color.ui, color.pagerMatt Kraai1-1/+5
2009-02-11Fix contrib/hooks/post-receive-email for new duplicate branchPat Notz1-1/+3
2009-02-08completion: Get rid of tabbed indentation in comments. Replace with spaces.Ted Pavlic1-5/+5
2009-02-08completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors.Ted Pavlic1-1/+1
2009-02-07emacs: Remove the no longer maintained vc-git package.Alexandre Julliard2-217/+1
2009-02-07git.el: Add some notes about Emacs versions compatibility.Alexandre Julliard1-2/+10
2009-02-07git.el: Use integer instead of character constants in case statement.Alexandre Julliard1-15/+15
2009-02-07git.el: Set a regexp for paragraph-separate in log-edit mode.Alexandre Julliard1-0/+1
2009-02-07git.el: Make git-run-command-region display the error if any.Alexandre Julliard1-19/+19
2009-02-07git.el: Add commands for cherry-pick and revert.Alexandre Julliard1-0/+42
2009-02-07git.el: Add a command to create a new branch.Alexandre Julliard1-0/+14
2009-02-07git.el: Add a checkout command.Alexandre Julliard1-2/+31
2009-02-04contrib git-resurrect: find traces of a branch name and resurrect itThomas Rast1-0/+180
2009-02-03bash: offer to show (un)staged changesThomas Rast1-2/+24
2009-01-31contrib/difftool: Don't repeat merge tool candidatesDavid Aguilar1-19/+12
2009-01-31contrib/difftool: add support for KompareMarkus Heidelberg2-7/+12
2009-01-23Merge branch 'js/patience-diff'Junio C Hamano1-0/+1
2009-01-21bash completion: add 'rename' subcommand to git-remoteMarkus Heidelberg1-2/+2
2009-01-19contrib/difftool: remove distracting 'echo' in the SIGINT handlerMarkus Heidelberg1-1/+0
2009-01-19contrib/difftool: change trap condition from SIGINT to INTMarkus Heidelberg1-1/+1
2009-01-19bash completion: refactor diff optionsThomas Rast1-15/+21
2009-01-19bash completion: move pickaxe options to logThomas Rast1-1/+2
2009-01-18difftool: put the cursor on the editable file for VimDavid Aguilar1-2/+6
2009-01-18difftool: fix documentation problemsDavid Aguilar2-13/+12
2009-01-18git-svn: Add --localtime option to "fetch"Pete Harlan1-1/+1
2009-01-17contrib: add 'git difftool' for launching common merge toolsDavid Aguilar3-0/+418
2009-01-17bash: refactor 'git log --pretty=<format>' optionsSZEDER Gábor1-4/+4
2009-01-17bash: add missing format-patch command line optionsSZEDER Gábor1-0/+2
2009-01-17bash: remove unnecessary checks for long options with argumentSZEDER Gábor1-2/+0
2009-01-15bash-completion: Add comments to remind about required argumentsTed Pavlic1-0/+15
2009-01-15bash-completion: Try bash completions before simple filetypeTed Pavlic1-3/+6
2009-01-15bash-completion: Support running when set -u is enabledTed Pavlic1-9/+9
2009-01-13Merge branch 'maint'Junio C Hamano1-0/+3
2009-01-13Merge branch 'maint-1.6.0' into maintJunio C Hamano1-0/+3
2009-01-12contrib/vim: change URL to point to the latest syntax filesMarkus Heidelberg1-5/+7
2009-01-12contrib/examples/README: give an explanation of the status of these filesjidanni@jidanni.org1-0/+3
2009-01-10bash completion: Use 'git add' completions for 'git stage'Lee Marlow1-0/+1
2009-01-10bash completion: Add '--intent-to-add' long option for 'git add'Lee Marlow1-1/+1
2009-01-07bash completions: Add the --patience optionJohannes Schindelin1-0/+2