summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* contrib/git-resurrect.sh: do not write \t for HT in sed scriptsjc/bs-t-is-not-a-tab-for-sedJunio C Hamano2017-03-311-2/+2
* 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
* | contrib: add 'git difftool' for launching common merge toolsDavid Aguilar2009-01-173-0/+418
* | bash: refactor 'git log --pretty=<format>' optionsSZEDER Gábor2009-01-171-4/+4
* | bash: add missing format-patch command line optionsSZEDER Gábor2009-01-171-0/+2
* | bash: remove unnecessary checks for long options with argumentSZEDER Gábor2009-01-171-2/+0
* | bash-completion: Add comments to remind about required argumentsTed Pavlic2009-01-151-0/+15
* | bash-completion: Try bash completions before simple filetypeTed Pavlic2009-01-151-3/+6
* | bash-completion: Support running when set -u is enabledTed Pavlic2009-01-151-9/+9
* | Merge branch 'maint'Junio C Hamano2009-01-131-0/+3
|\ \
| * \ Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-131-0/+3
| |\ \ | | |/ | |/|
| | * contrib/examples/README: give an explanation of the status of these filesjidanni@jidanni.org2009-01-121-0/+3
* | | contrib/vim: change URL to point to the latest syntax filesMarkus Heidelberg2009-01-121-5/+7
* | | bash completion: Use 'git add' completions for 'git stage'Lee Marlow2009-01-101-0/+1
* | | bash completion: Add '--intent-to-add' long option for 'git add'Lee Marlow2009-01-101-1/+1
* | | Merge branch 'rs/diff-ihc'Junio C Hamano2009-01-071-0/+2
|\ \ \
| * | | diff: add option to show context between close hunksRené Scharfe2008-12-291-0/+2
| |/ /
* | | bash: add '--merge' to 'git reset'SZEDER Gábor2009-01-051-1/+1
|/ /
* | Always show which directory is not a git repositoryRichard Hartmann2008-12-211-1/+1
* | bash completion: Sync config variables with their man pagesLee Marlow2008-12-151-7/+80
* | bash completion: Sort config completion variablesLee Marlow2008-12-151-37/+40
* | git-p4: Fix regression in p4Where method.Tor Arvid Lund2008-12-091-3/+10
* | git-p4: Fix bug in p4Where method.Tor Arvid Lund2008-12-041-1/+9
* | Merge branch 'maint'Junio C Hamano2008-11-272-35/+10
|\ \ | |/
| * bash: offer refs instead of filenames for 'git revert'SZEDER Gábor2008-11-271-1/+1
| * bash: remove dashed command leftoversSZEDER Gábor2008-11-271-33/+8
| * git-p4: fix keyword-expansion regexPete Wyckoff2008-11-271-1/+1
* | bash: complete full refsSZEDER Gábor2008-11-271-4/+15
* | git.el: Allow to commit even if there are no marked files.Alexandre Julliard2008-11-231-23/+20
* | git.el: Add possibility to mark files directly in git-update-status-files.Alexandre Julliard2008-11-231-5/+3
* | git.el: Add an insert file command.Alexandre Julliard2008-11-231-0/+7
* | git.el: Never clear the status buffer, only update the files.Alexandre Julliard2008-11-211-84/+85
* | git.el: Fix git-amend-commit to support amending an initial commit.Alexandre Julliard2008-11-211-3/+7
* | git.el: Properly handle merge commits in git-amend-commit.Alexandre Julliard2008-11-211-8/+9
* | git.el: Simplify handling of merge heads in the commit log-edit buffer.Alexandre Julliard2008-11-211-8/+7
* | git.el: Remove the env parameter in git-call-process and git-call-process-str...Alexandre Julliard2008-11-211-28/+26
* | git.el: Improve error handling for commits.Alexandre Julliard2008-11-211-17/+29