summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/multimail'Junio C Hamano2013-07-247-4/+3411
|\
| * post-receive-email: deprecate script in favor of git-multimailMichael Haggerty2013-07-221-4/+13
| * git-multimail: an improved replacement for post-receive-emailMichael Haggerty2013-07-156-0/+3398
* | Merge branch 'es/contacts'Junio C Hamano2013-07-242-0/+282
|\ \
| * | contrib: contacts: add documentationes/contactsEric Sunshine2013-07-211-0/+94
| * | contrib: contacts: add mailmap supportEric Sunshine2013-07-211-0/+18
| * | contrib: contacts: interpret committish akin to format-patchEric Sunshine2013-07-211-1/+18
| * | contrib: contacts: add ability to parse from committishEric Sunshine2013-07-211-6/+32
| * | contrib: add git-contacts helperEric Sunshine2013-07-211-0/+127
* | | Merge branch 'es/check-mailmap'Junio C Hamano2013-07-221-0/+1
|\ \ \ | |/ /
| * | builtin: add git-check-mailmap commandEric Sunshine2013-07-131-0/+1
* | | Merge branch 'bp/mediawiki-preview'Junio C Hamano2013-07-186-82/+526
|\ \ \
| * | | git-remote-mediawiki: add preview subcommand into git mwbp/mediawiki-previewBenoit Person2013-07-082-2/+311
| * | | git-remote-mediawiki: add git-mw commandBenoit Person2013-07-082-3/+64
| * | | git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Me...Benoit Person2013-07-082-73/+89
| * | | git-remote-mediawiki: update tests to run with the new bin-wrapperBenoit Person2013-07-081-6/+2
| * | | git-remote-mediawiki: add a git bin-wrapper for developementBenoit Person2013-07-082-0/+20
| * | | git-remote-mediawiki: introduction of Git::Mediawiki.pmBenoit Person2013-07-082-3/+45
| |/ /
* | | Merge branch 'jk/bash-completion'Junio C Hamano2013-07-111-1/+3
|\ \ \
| * | | completion: learn about --man-pathJohn Keeping2013-06-301-0/+1
| * | | completion: handle unstuck form of base git optionsJohn Keeping2013-06-301-1/+2
| |/ /
* | | git-remote-mediawiki: un-brace file handles in binmode callsMatthieu Moy2013-07-031-2/+2
* | | Merge branch 'ed/color-prompt'Junio C Hamano2013-07-011-70/+41
|\ \ \
| * | | git-prompt.sh: add missing information in commentsEduardo R. D'Avila2013-06-261-11/+15
| * | | git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila2013-06-261-1/+1
| * | | git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila2013-06-261-59/+26
| |/ /
* | | bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor2013-06-241-5/+5
* | | bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor2013-06-241-1/+5
* | | bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor2013-06-241-1/+1
* | | bash prompt: use bash builtins to check stash stateSZEDER Gábor2013-06-241-2/+3
* | | bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor2013-06-241-1/+1
* | | bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor2013-06-241-4/+12
* | | bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor2013-06-241-5/+13
* | | bash prompt: use bash builtins to find out current branchSZEDER Gábor2013-06-241-18/+33
* | | bash prompt: use bash builtins to find out rebase stateSZEDER Gábor2013-06-241-6/+6
* | | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor2013-06-242-27/+1
* | | bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor2013-06-241-100/+101
* | | bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor2013-06-241-1/+1
|/ /
* | Merge branch 'cm/remote-mediawiki-perlcritique'Junio C Hamano2013-06-233-247/+320
|\ \
| * | git-remote-mediawiki: make error message more preciseCélestin Matte2013-06-141-3/+7
| * | git-remote-mediawiki: add a perlcritic rule in MakefileCélestin Matte2013-06-141-0/+2
| * | git-remote-mediawiki: add a .perlcriticrc fileCélestin Matte2013-06-141-0/+28
| * | git-remote-mediawiki: clearly rewrite double dereferenceCélestin Matte2013-06-141-4/+4
| * | git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki")Célestin Matte2013-06-141-2/+2
| * | git-remote-mediawiki: put non-trivial numeric values in constants.Célestin Matte2013-06-141-6/+14
| * | git-remote-mediawiki: don't use quotes for empty stringsCélestin Matte2013-06-141-8/+10
| * | git-remote-mediawiki: replace "unless" statements with negated "if" statementsCélestin Matte2013-06-141-6/+6
| * | git-remote-mediawiki: brace file handles for print for more clarityCélestin Matte2013-06-141-95/+95
| * | git-remote-mediawiki: modify strings for a better coding-styleCélestin Matte2013-06-141-120/+119
| * | git-remote-mediawiki: put long code into a subroutineCélestin Matte2013-06-141-24/+32