aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Merge branch 'es/check-mailmap'Junio C Hamano2013-07-22
|\
| * builtin: add git-check-mailmap commandEric Sunshine2013-07-13
* | Merge branch 'bp/mediawiki-preview'Junio C Hamano2013-07-18
|\ \
| * | git-remote-mediawiki: add preview subcommand into git mwBenoit Person2013-07-08
| * | git-remote-mediawiki: add git-mw commandBenoit Person2013-07-08
| * | git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Me...Benoit Person2013-07-08
| * | git-remote-mediawiki: update tests to run with the new bin-wrapperBenoit Person2013-07-08
| * | git-remote-mediawiki: add a git bin-wrapper for developementBenoit Person2013-07-08
| * | git-remote-mediawiki: introduction of Git::Mediawiki.pmBenoit Person2013-07-08
| |/
* | Merge branch 'jk/bash-completion'Junio C Hamano2013-07-11
|\ \
| * | completion: learn about --man-pathJohn Keeping2013-06-30
| * | completion: handle unstuck form of base git optionsJohn Keeping2013-06-30
| |/
* | git-remote-mediawiki: un-brace file handles in binmode callsMatthieu Moy2013-07-03
* | Merge branch 'ed/color-prompt'Junio C Hamano2013-07-01
|\ \
| * | git-prompt.sh: add missing information in commentsEduardo R. D'Avila2013-06-26
| * | git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila2013-06-26
| * | git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila2013-06-26
| |/
* | bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor2013-06-24
* | bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor2013-06-24
* | bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor2013-06-24
* | bash prompt: use bash builtins to check stash stateSZEDER Gábor2013-06-24
* | bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor2013-06-24
* | bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor2013-06-24
* | bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor2013-06-24
* | bash prompt: use bash builtins to find out current branchSZEDER Gábor2013-06-24
* | bash prompt: use bash builtins to find out rebase stateSZEDER Gábor2013-06-24
* | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor2013-06-24
* | bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor2013-06-24
* | bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor2013-06-24
|/
* Merge branch 'cm/remote-mediawiki-perlcritique'Junio C Hamano2013-06-23
|\
| * git-remote-mediawiki: make error message more preciseCélestin Matte2013-06-14
| * git-remote-mediawiki: add a perlcritic rule in MakefileCélestin Matte2013-06-14
| * git-remote-mediawiki: add a .perlcriticrc fileCélestin Matte2013-06-14
| * git-remote-mediawiki: clearly rewrite double dereferenceCélestin Matte2013-06-14
| * git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki")Célestin Matte2013-06-14
| * git-remote-mediawiki: put non-trivial numeric values in constants.Célestin Matte2013-06-14
| * git-remote-mediawiki: don't use quotes for empty stringsCélestin Matte2013-06-14
| * git-remote-mediawiki: replace "unless" statements with negated "if" statementsCélestin Matte2013-06-14
| * git-remote-mediawiki: brace file handles for print for more clarityCélestin Matte2013-06-14
| * git-remote-mediawiki: modify strings for a better coding-styleCélestin Matte2013-06-14
| * git-remote-mediawiki: put long code into a subroutineCélestin Matte2013-06-14
| * git-remote-mediawiki: remove import of unused open2Célestin Matte2013-06-14
| * git-remote-mediawiki: check return value of openCélestin Matte2013-06-14
| * git-remote-mediawiki: assign a variable as undef and make proper indentationCélestin Matte2013-06-14
| * git-remote-mediawiki: rename a variable ($last) which has the name of a keywordCélestin Matte2013-06-14
| * git-remote-mediawiki: remove unused variable $entryCélestin Matte2013-06-14
| * git-remote-mediawiki: turn double-negated expressions into simple expressionsCélestin Matte2013-06-14
| * git-remote-mediawiki: change the name of a variableCélestin Matte2013-06-14
| * git-remote-mediawiki: add newline in the end of die() error messagesCélestin Matte2013-06-14
| * git-remote-mediawiki: change style in a regexpCélestin Matte2013-06-14